@charset "utf-8";
/* CSS Document */

body{
/*background-color:#dce3e7;
background-image:url(images/fondoMadera.jpg);*/
}

.ayuda{
	display:none;
	position:absolute;
	margin-top:-25px;
	margin-left:50px;
	width:200px;
	padding:10px;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	border-style:solid;
	border-width:1px;
	text-align:left;
}

#contenedor{
width:905px;
height:635px;
background-color:#FFFFFF;
/*border:#CCCCCC;
border-style:solid;
border-width:thin;*/
margin-left:auto;
margin-right:auto;
margin-top:20px;
}

#contenedorContenido{
/*background-color:#00CC66;*/
height:425px;
margin-top:0px;
border:thick;
border-color:#FF0000;

}

#cabecera{
width:100%;
height:185px;
margin-top:100px;
/*background-color:#FFFFFF;
padding-top:25px;
text-align:center;*/
}

#logo{
height:105px;
/*background-image:url(images/logoRetos.png);*/
background-repeat:no-repeat;
margin-left:25px;

/*padding-top:25px;*/
}

#linea{
margin-bottom:10px;
width:100%;
height:1px;
background-color:#cccccc;
}

#fondoContenidos{
position:absolute;
z-index:0;
width:905px;
height:100px;
margin-top:250px;
background-color:#FFCE9D;
}

#pastillaIzquierda{
position:relative;
/*background-color:#336699;*/
width:350px;
height:350px;
margin-left:75px;
margin-top:35px;
text-align:center;
}

#pastillaDerecha{
position:absolute;
/*background-color:#336699;*/
width:350px;
height:350px;
margin-left:475px;
margin-top:-350px;
text-align:center;
}

#sobrepie{
width:100%;
margin-top:40px;
/*height:20px;*/
}

#pie{
width:100%;
height:1px;
background-color:#cccccc;
margin-top:15px;
}

#etiquetaPie{
margin-top:-8px;
/*background-image:url(images/etiqueta.png);
background-position:left;
background-repeat:no-repeat;
background-position:top;*/
/*margin-top:-10px;
padding-top:0px;*/
width:905px;
height:30px;
/*text-align:left;
margin-top:15px;*/
}

a:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #006699;
	text-decoration: none;
}

a.peque:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #006699;
	text-decoration: none;
}

a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #006699;
	text-decoration: none;
}

a.peque:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #006699;
	text-decoration: none;
}

a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color:#FF6600;
	text-decoration:underline;
}

a.peque:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color:#FF6600;
	text-decoration:underline;
}

a:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #006699;
	text-decoration: none;
}

a.peque:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #006699;
	text-decoration: none;
}

.titulo {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	color:#006699;
}

.logo {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 42px;
	color:#006699;
	text-align:left;
}

.bajologo {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#999999;
	text-align:left;
}

.texto{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	color:#FF6600;
}

.textoAzul{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	color:#006699;
}

.alertitas{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight:bold;
	color:#FF0000;
}

.alertitasArial{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FF0000;
}

.alertas{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color:#00CC33;

}

.alertasRojo{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:bold;
	color:#FF0000;

}

.textoExplicativo{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
	color:#006699;
}

.textito{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#333333;
}

.textoNormal{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#333333;
}

.textoPeque{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight:normal;
	color:#000000;
}

.tituloRanking{
	color:#FFFF00;
	font-weight:bold;
}


