@charset "utf-8";

/* estilos generales */
body, h1, h2, h3 {
	margin:0px;
	padding:0px;
}
body {
	font-size:11px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	background:#000 url(img/01_fondoGeneral.png) repeat-x top;
}
a {
	text-decoration:none;
	color:#FFF;
}
a:hover {
	text-decoration:underline;
}
.invisible {
	display:none;
}
.izquierda {
	float:left;
}
.derecha {
	float:right;
}
.centrado {
	margin-left:auto;
	margin-right:auto;
}

/* contenedor general */
#contGeneral {
	width:990px;
}

/* cabezal */
#textoSuperior {
	height:27px;
	background:url(img/01_fondoTextoSuperior.png);
	padding-left:70px;
	padding-right:70px;
}
#textoSuperior h2 {
	color:#CCC;
	font-size:11px;
	font-weight:normal;
	padding-top:6px;
}
#cabezal, #cabezal1, #cabezal2, #cabezal3 {
	height:153px;
}
#cabezal1, #cabezal2, #cabezal3 {
	width:330px;
	float:left;
}
#cabezal1 {
	background:url(img/02_cabezal1.png);
}
#cabezal2 {
	background:url(img/02_cabezal2.png);
}
#cabezal3 {
	background:url(img/02_cabezal3.png);
}
#botones {
	height:70px;
	padding-top:14px;
	background:url(img/03_botones.png);
	padding-left:65px;
	padding-right:61px;
}
#botones a {
	display:block;
	width:300px;
	height:55px;
}

/* contenido */
.contenido {
	width:686px;
}
.contenido2 {
	width:360px;
}

/* pie */
#contPie {
	background: url(img/05_fondoPie.png) repeat-x top;
}
#pie {
	height:150px;
	display:block;
	width:990px;
	background:url(img/05_pie.png) no-repeat top;
	position:relative;
}
.text1, .text2, .text3, .text4 {
	position:absolute;
}
.text1, .text3 {
	left:70px;
}
.text1 {
	top:45px;
	width:150px;
}
.text2, .text4 {
	right:70px;
}
.text2 {
	top:53px;
}
.text2 a {
	color:#FFF;
}
.text3, .text4 {
	top:87px;
}
.text4 {
	width:250px;
	text-align:right;
}

/*--------------------------------------------------------*/
.textosDescriptivos {
	min-width:779px;
	height:81px;
	background:url(img/fondoTextosDescriptivos.png) no-repeat center;
	padding-top:7px;
	text-align:center;
	margin-bottom:15px;
}
.textosDescriptivos h1, .textosDescriptivos h2 {
	margin:0px;
	color:#FFF;
	font-family:"trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.textosDescriptivos h1 {
	font-size:22px;
}
.textosDescriptivos h2 {
	font-size:16px;
}
