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

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

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

a:hover
{
	text-decoration:underline;
}

.centrado
{
	position:			absolute;
	left:				50%;
	top:				0%;
	width:				900px; 
	margin-left:		-450px;
	
	background-color:	#fff;
	
	height:				auto;
}

.logotipo
{
	position:			absolute;
	top:				0px;
	width:				1004px; 
	margin-left:		-502px;
	left:				50%;
	border-bottom:		#d2d2d2 solid 3px;
	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;
}

.rojoFondo
{
	position:			absolute;
	width:				50%;
	height:				148px;
	top:				0%;
	left:				0;
	background-color:	#cc092f;
	border-bottom:		#d2d2d2 solid 3px;
	
	/*visibility:			hidden;*/
}

.amarilloFondo
{
	position:			absolute;
	width:				50%;
	height:				148px;
	top:				0%;
	left:				50%;
	right:				0%;
	background-color:	#ffcb00;
	border-bottom:		#d2d2d2 solid 3px;
	
	/*visibility:			hidden;*/
}
.lateralesFondo
{
	position:			absolute;
	width:				100%;
	height:				100%;
	top:				148px;
	left:				0%;
	background:			url(../img/fondo.jpg) repeat-x;

}

.meta
{
	position:relative;
	padding-top:			179px;
	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 #55a51c 2px;
	padding: 			7px 7px 7px 7px;
	margin: 			7px 7px 7px 7px;
	color: 				#55a51c;
}

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

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

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

#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:				#009900 solid 1px;
	margin:				10px 10px 10px 10px;
	padding:			10px 10px 15px 30px;
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		lighter;
	font-size:			20px;
	
	text-align:			justify;
}

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

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

.divBorde
{
	border:				#009900 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;
}