@charset "utf-8";
*{
	font-family:Arial, Helvetica, sans-serif;	
	padding:0;
	margin:0;
	/*font-size:90%;*/
	/*text-transform:uppercase;*/
}

a { color: #006; }

body { background-color: #abe4e7; background-image:url(../img/fondo.jpg); background-repeat:repeat-x; background-attachment:fixed; }

.centrar { margin:0 auto; }
.limpiar {
	clear:both;	
}

.error {background-color:#F60; }

.txtcab { width:320px; float:right; margin-top:24px; font-size:18px; color: #339; text-align: center;}
.imgcab { float:left;}

#cabecera {
	padding: 10px 20px 10px 20px;
	height: 70px;
	width: 900px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #333;	
	/*background-color: #FFF;*/
}

#contenedor {
	width: 940px;
	background-color: #FFF;
	min-height: 200px;
	height: auto !important;
	height:200px;	
}	

#contenidos {
	width: 570px;
	padding: 10px 10px 10px 20px; /*top left bottom right */
	float:left;
	font-size:12px;
/*	background-color: #CCC;*/

}

#contenidos small { font-size:12px; color: #666; margin-bottom:3px; display: inline-block; }
#contenidos .fecha { font-size:10px; }
#contenidos h1 { color: #666; margin-bottom:5px; }
#contenidos h2 { color: #999; }

#explica { margin-bottom:10px; }

#lateral {
	width: 310px;
	float:right;
	padding:10px 20px 10px 10px;
	/*background-color: #69C;*/
	
}

#a_datos {
	background-color:#CAD1DB;
	border:#F90;
	padding:10px;
	font-size:12px;
	font-weight: bold;
}

#pie { /*background-color:#669;*/ }
