/*
--------- GENERAL ---------
*/
* {border:0px;margin:0px;padding:0px;}
body {background:#000 url(../img/fnd_body.gif);color:#fff;font:11px tahoma,sans-serif;text-align:center;}
/*Alto 100%*/
html,body {height:100%;}
#contenedora {min-height:100%;} /*IE7,FF*/
#contenedora {_height:100%;}/*IE6*//*
--------- ESTRUCTURA ---------
*/
#contenedora {background:url(../img/fnd_contenedora.gif) repeat-y;margin:0 auto;padding:0px 0px 0px 12px;width:988px;}
	#cabecera {background:#4D4D4D;border-bottom:1px solid #818181;height:67px;overflow:hidden;width:988px;}
		#logoFlash {float:left;height:67px;width:214px;}
		#menuSup {background:url(../img/fnd_menuSup.gif) repeat-x;float:right;height:67px;width:774px;}
	#contenido {border-top:3px solid #000;overflow:auto;/*Alto 100%*/margin-bottom:41px;width:988px;}
		#colizq {background:url(../img/fnd_colizq.gif) no-repeat 0px 25px;float:left;overflow:hidden;padding:8px 0px 10px 0px;min-height:200px;width:214px;}
		#colder {float:right;overflow:hidden;padding:20px 10px 40px 20px;text-align:left;width:744px;}
#pie {background:#4D4D4D;border-bottom:1px solid #ccc;border-top:3px solid #000;color:#8A8A8A;height:17px;margin:0 auto;/*Alto 100%*/margin-top:-41px;padding:10px;width:980px;}
/* Intro */
#intro {background:url(../img/fnd_intro.gif) no-repeat 0px 266px;height:467px;left:50%;margin-left:-354px;margin-top:-233px;position:absolute;top:50%;width:708px;}
	#flashIntro {border:1px solid #3F3C37;display:inline;/*Bug doble margen IE6*/float:right;height:444px;margin-right:19px;width:454px;}
	#menuIntro {float:left;padding-top:20px;width:200px;}
		#menuIntro ul li {list-style:none;text-align:left;}
		#menuIntro ul li a {background:url(../img/punt2.gif) no-repeat 7px 10px;color:#ccc;display:block;font:bold 13px tahoma,sans-serif;height:23px;padding:5px 0px 0px 25px;width:200px;}
		#menuIntro ul li a:hover {background-color:#E8AB00;color:#000;text-decoration:none;}
/*
--------- NAVEGACIÓN / ENLACES ---------
*/
a:link {color:#E8AB00;text-decoration:none;}
a:visited {color:#E8AB00;text-decoration:none;}
a:hover {color:#E8AB00;text-decoration:underline;}
a:active {color:#E8AB00;text-decoration:none;}

#menu_sup {float:right;list-style:none;padding-right:20px;}
#menu_sup li {float:left;}
#menu_sup li a {display:block;float:left;height:20px;margin-top:47px;padding:0px 10px 0px 10px;}
#menu_sup li a:hover {margin-top:46px;text-decoration:none;}

#menuInferior {float:right;list-style:none;}
#menuInferior li {float:left;}
#menuInferior li a {color:#8A8A8A;display:block;padding:0px 5px 0px 5px;text-decoration:none;}
#menuInferior li a:hover {color:#fff;}
/*
--------- TEXTOS ---------
*/
h1 {color:#ddd;font:bold 18px tahoma,sans-serif;letter-spacing:1px;margin:8px 0px 7px 0px;text-transform:uppercase;}
h2 {color:#ffc;font:bold 14px tahoma,sans-serif;margin:8px 0px 5px 0px;text-transform:uppercase;}
h3 {color:#fd9;font:bold 13px tahoma,sans-serif;margin:6px 0px 3px 0px;}
p {padding:8px 0px 8px 0px;}
/*
--------- ALINEADOS ---------
*/
.izquierda {float:left;}
.derecha {float:right;}
.clearboth {clear:both;}
/*
	--------- Formularios ---------
*/
.form_fila {clear:both;height:30px;padding:5px 0px 5px 0px;}
.form_fila_alta {clear:both;height:60px;padding:5px 0px 5px 0px;}
.form_colizq {float:left;margin:0px;padding-right:3%;text-align:right;width:42%;}
.form_colder {float:left;margin:0px;text-align:left;width:55%;}
.form_1col {clear:both;padding:25px 0px 30px 0px;text-align:center;width:100%;}
.input_text {border:1px solid #999;color:#888;font:11px tahoma,sans-serif;padding:1px;width:145px;}
.textarea {border:1px solid #999;color:#888;font:11px tahoma,sans-serif;height:46px;padding:2px;width:290px;}
#Form1 {height:100%;}
/*
--------- Fotos ---------
*/
.fotoizq {border:1px solid #ccc;float:left;margin-right:6px;}
.fotoder {border:1px solid #ccc;float:right;margin-left:6px;}