body{
	font-family: 		Arial, Helvetica, sans-serif;
	background:			url(../img/fondo.png) repeat-x #fdebab;
	color:				#000000;
}
			
html,body{
	margin: 			0 auto;
	text-align: 		center;
	height:				100%;
}

a:link
{
	color:#9c0606;
	text-decoration:none;
}

a:visited
{
	color:#9c0606;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
	color:#FF0000;
}

.centrado
{
	position:			absolute;
	left:				50%; 
	top:				0%;
	width:				950px; 
	margin-left:		-475px;
	
	background-color:	#fff;
	
	border-left:		#d60303 solid 2px;
	border-right:		#d60303 solid 2px;
	
	height:				auto;
	
	overflow:hidden;
}

.capaContenedor
{
    width:100%;
    background:green;
    overflow:hidden;
    position:relative;
}

.logotipo
{
	position:			absolute;
	top:				0px;
	width:				100%; 
	left:				0px;
	
	border-bottom: solid 2px #d60303;
	
	z-index:			2;
}

.cabecera
{
	margin-top:			22px;
	
	float:				center;
	
	font-size:			10px;
	color:				#999999;
	font-weight:		bold;
}

.cabecera a
{
	color:				#000000;
	text-decoration:	none;
}

.cabecera a:hover
{
	color:				#000000;
	text-decoration:	underline;
}

.contenido
{
	position:relative;
	font-size:			12px;
	text-align:			center;
}

.blancoFondo
{
	position:			absolute;
	width:				50%;
	height:				160px;
	top:				0%;
	left:				0;
	background-color:	#ffffff;
	border-bottom:		#d60303 solid 2px;
	
	/*visibility:			hidden;*/
	z-index:2;
}

.verdeFondo
{
	position:			absolute;
	width:				50%;
	height:				160px;
	top:				0%;
	left:				50%;
	right:				0%;
	background-color:	#aaf003;
	border-bottom:		#d60303 solid 2px;
	
	/*visibility:			hidden;*/
	z-index:2;
}

.meta
{
	position:relative;
	padding-top:		192px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-weight:		bold;
	font-size:			10px;
	text-transform:		uppercase;
	color:				#A0A0A4;
	
	margin-left:		10px;
	margin-right:		10px;
	height:				16px;
}

.meta a:link
{
	color:				#000000;
	text-decoration:	none;
}

.meta a:visited
{
	color:				#000000;
	text-decoration:	none;
}

.meta a:hover
{
	color:				#000000;
	text-decoration:	underline;
}

.moduloColumna
{
	width:				170px;
	border:				solid #d60303 2px;
	padding: 			7px 7px 7px 7px;
	margin: 			7px 7px 7px 7px;
	color: 				#d60303;
}

.fin
{
	font-size:			9px;
	font-weight:		bold;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	
	text-transform:		uppercase;
	text-align:			center;
	color:				#da141b;
}

.fin a:link a:visited
{
	text-decoration:none;
	
	color:#950208;
}

.fin a:hover
{
	text-decoration:underline;
	color:#950208;
}

#error
{
 	width:				450px; 
	background-color:	#FFFFFF; 
	border: 			solid #FF0000 1px; 
	color:				#FF0000; 
	font-size:			10px;
	text-align:			center;
}

#info
{
 	width:				450px; 
	background-color:	#BBFFBB;
	border: 			solid #009900 1px; 
	color:				#009900; 
	font-size:			10px;
	text-align:			center;
}

.adminfo
{
	border:				#990000 solid 1px;
	margin:				10px 10px 10px 10px;
	padding:			10px 10px 15px 30px;
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		lighter;
	font-size:			20px;
}

.adminfo a
{
	text-decoration: 	none;
	color:				#990000;
	font-weight:		bold;
}

#accionesComunes a
{
	font-weight:		lighter;
	font-size:			16px;
}

.divBorde
{
	border:				#d60303 1px solid;
	margin:				10px 0 0 10px;
	padding:			10px 10px 10px 10px;
}

.rotatorioTitulo
{
	font-size:18px;
	font-weight:bold;
	
	padding-top: 10px;
	padding-bottom:2px;
	
	text-align:center;
	text-transform:uppercase;
}

.rotatorioPie
{
	font-size:			10px;
	font-weight:		bold;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	
	padding-top: 		2px;
	padding-bottom:		10px;
	
	text-transform:		uppercase;
	text-align:			center;
	
	color:				#000000;
}