/* CSS Document */


.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }
.fix				{ overflow:hidden; }



body {
	margin-top: 0px;
	overflow-x:hidden;
	height: 100%;
}

p {
	color:#000;
	font-family:verdana;
	font-size:11px;
	padding: 5px 10px 5px 10px;
}

p a{
	color:#000;
	font-family:verdana;
	font-size:11px;
	text-decoration: underline;
}

p a:hover{
	font-family:verdana;
	font-size:11px;
	text-decoration: none;
	color:#000;
}

p a.current {
	color:#00b6eb;
	font-family:verdana;
	font-size:11px;
	line-height:16px;
	padding: 10px 0px 0px 0px;
	font-weight:bold;
}


hr { 
color: #AA0321;
height: 1px; 
width: 100%;

}

hrnaranja { 
color: #B85E2E;
height: 1px; 
width: 100%;

}


#central{
    position:absolute;
	width: 870px;
    left: 50%;
	top:5%;
	bottom:5%;
	height: 100%;
    margin-left: -435px;
	overflow: no;
	border: 0px solid #731365;
}


#cabecera{
	width: 870px;
    height: 79px;
}

#menu {
	list-style: none;
	width: 560px;
	height:13px;
	color:#CCCCCC;
	font-family: verdana;
	font-size:10px;
	.font-size:9px;
	line-height:28px;
}

#menu li {
	float: left;
	display: block;
	border-right:1px dotted #cac8c8;
}

#menu a{
	height:13px;
	font-family: verdana;
	font-size:10px;
	.font-size:9px;
	color:#000000;
	line-height:28px;
	font-weight:normal;
	padding: 6px 3px 6px 3px;
}

#menu a:hover{
	height:13px;
	font-family: verdana;
	font-size:10px;
	.font-size:9px;
	color:#00b6eb;
	line-height:28px;
	font-weight:normal;
	background-color:#e1e1e1;
	background-image:url("../../img/front/fondo_menu1.jpg");
	background-position:top;
	background-repeat:repeat-x;
	padding: 6px 3px 6px 3px;
}


#contenido {
	width: 870px;
    height: 539px;
}


#azul {
	width:270px;
	height:529px;
	background-color:#00aae7;
	padding-top:10px;
	.padding_top:15px;
}

#footer{
	width: 810px;
	color:#333;
	font-family: verdana;
	font-size:11px;
	line-height:16px;
}


#footer a{
	color:#333;
	font-family: verdana;
	font-size:11px;
	line-height:16px;
	text-decoration:underline;
}


#footer a:hover{
	color:#333;
	font-family: verdana;
	font-size:11px;
	line-height:16px;
	text-decoration:none;
}



.T_esp {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height:14px;
}

.T_esp a{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height:14px;
	text-decoration:underline;
}

.T_esp:hover{
	font-family: Verdana;
	font-size: 11px;
	color: #fff;
	line-height:14px;
	text-decoration:none;
}

.fecha{
font-family:Verdana;
font-size:11px;
color:#FFA475;
font-weight:bold;
}


.noticias{
font-family:Verdana;
font-size:11px;
color:#000000;
font-weight:bold;
}


.noticias a{
font-family:Verdana;
font-size:11px;
color:#000000;
font-weight:bold;
text-decoration:underline;
}

.noticias a:hover{
font-family:Verdana;
font-size:11px;
color:#fff;
font-weight:bold;
text-decoration:none;
}




.enlace{
font-family:Verdana;
font-size:11px;
color:#000000;
}

.enlace a:hover{
font-family:Verdana;
font-size:11px;
color:#000000;
text-decoration:none;
}

.enlace:link{
font-family:Verdana;
font-size:11px;
color:#000000;
text-decoration:underline;
}

.T_comun {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	line-height:10px;
}
