body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: small;
	margin: 0px;
	background-image: url(../img/BG05.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
a {
	color:#666666;
	background-color: transparent;
	text-decoration:none;
}
a:hover {
	color:#666666;
	background-color: transparent;
	text-decoration:underline;
}

/* DIVs y SPANs */
#principal {
	margin: 0px auto;
}

/* SUPERIOR */
#superior {
	height: 120px;
	background-image: url(../img/BG04.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
}
	/* Elementos del encabezado */
	.BanSup {
		height: 11px;
		background-image: url(../img/BG03.jpg);
		background-repeat: repeat-x;
	}
	.banner {
		width: 100%;
		height: 115px;
		background-image: url(../img/BG04.jpg);
		background-position: bottom;
		background-repeat: repeat-x;
	}
	.ImgI {
		text-align: left;
	}
	.ImgD {
		text-align: right;
	}
	.boton {
		width: 9%;
		background-color: #3071b3;
		text-align: center;
		color: #FFFFFF;
	}
	.boton a, .boton a:hover {
		color: #FFFFFF;
		background-color: #3071b3;
	}

/* CONTENIDO */
.contenido {
	width: 100%;
	height: 100%;
}
#menuIzq {
	width: 175px;
	vertical-align: top;
	padding-left: 15px;
}
	/* Elementos del menú */
	.encI { 
		background-color: #FCC40D;
		color: #000000;
		border: 1px solid #FECF55;
		text-transform: uppercase; 
		text-align: right;
		font-weight: bold;
		margin-bottom: 1px;
	}
	.elemI {
		border: 1px solid #FFFAEE;
		background-color: #FFF5DC;
		color: #000000;
		margin-bottom: 1px;
		text-align: right;
		background-image: url(../img/BG01.jpg);
		background-repeat: repeat-y;
		background-position: left;
	}
	.cierreI {
		background-image: url(../img/BG06.jpg);
		background-repeat: no-repeat;
		height: 15px;
		margin-bottom: 10px;
	}
#texto {
	padding: 0px 25px 20px 25px;
	text-align: justify;
	vertical-align: top;
}
#texto a {
	color:#3071b3;
}

#menuDer {
	width: 175px;
	vertical-align: top;
	padding-right: 15px;
}
#menuDer2 {
	border: 1px solid #CEDFF1;
	background-color: #BBD4EB;
	color: #000000;
	padding: 15px 5px;
	text-align: right;
}
	/* Elementos del menú */
	.encD { 
		height: 18px;
		text-align: center;
		background-color: #FCC40D;
		color: #000000;
		background-image: url(../img/BG02.jpg);
		background-repeat: repeat-x;
		margin-top: 15px;
	}
	.elemD {
		margin-bottom: 1px;
		color: #000000;
		background-color: #FFFFFF;
		padding: 2px;
		text-align: left;
	}
	.cierreD {
		background-image: url(../img/BG07.jpg);
		background-repeat: no-repeat;
		min-height: 15px;
		height: 15px;
	}

/* INFERIOR */
#inferior {
	text-align: center;
	padding: 15px;
	background-image: url(../img/BG04.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	color: #AAA;
	width: 100%;
}
#logoValidoHTML {
	display: inline;
}
#copy {
	display: inline;
	vertical-align: top;
	padding: 5px 25px;
}
#logoValidoCSS {
	display: inline;
}

/* TEXTOS */
H1 {
	font-size: small;
	background-color: #fcc40d;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding-left: 5px;
}
H2 {
	font-size: small;
	background-color: #FFFFFF;
	color: #e9b503;
	font-weight: bold;
	margin: 30px 0px 0px 0px;
}

/* Otros estilos */
.encuestaTitulo {
	text-align: center;
	font-weight: bold;
	margin-top: -5px;
}
.encuestaTexto {
	font-size: x-small;
	text-align: justify;
	margin-top: -5px;
}
.encuestaOpciones {
	font-size: x-small;
}
.encuestaMenu {
	font-size: x-small;
	font-weight: bold;
}
.input {
	width: 275px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#mensaje {	
	background-color: #FFFFFF;
	color: #FF3300;
	text-align: center;
	font-weight: bolder;
}

/* El cuadro de la portada */
.A1{
	width:7px;
	height:7px;
	background-image:url(../img/A01.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.A2{
	background-image:url(../img/A02.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.A3{
	width:7px;
	height:7px;
	background-image:url(../img/A03.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.B1{
	width:7px;
	height:7px;
	background-image:url(../img/B01.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
.B2{

}
.B3{
	width:7px;
	height:7px;
	background-image:url(../img/B03.jpg);
	background-position:right;
	background-repeat:repeat-y;
}
.C1{
	width:7px;
	height:7px;
	background-image:url(../img/C01.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.C2{
	background-image:url(../img/C02.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.C3{
	width:7px;
	height:7px;
	background-image:url(../img/C03.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}