#table{ 
display: table; 
width: 980px; 
height: 100%; 
margin: auto;
}
#cell{ 
display: table-cell; 
vertical-align: middle;
}
#contenido{ 
height: 445px; 
}
/*GENERALES----------------------------------------*/

body,html {
	background-color: #005380;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100%; 
	padding: 0; 
	margin: 0;
}
#central{
	position:relative;
	left:0px;
	top:0px;
	width:470px;
	height:293px;
	z-index:1;
	font-size: 10px;
	background-color: #D3D3D3;
	layer-background-color: #D3D3D3;
	BORDER-COLLAPSE: collapse;
	scrollbar-face-color: #d3d3d3;
	scrollbar-shadow-color: #d3d3d3;
	scrollbar-highlight-color: #d3d3d3;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #d3d3d3;
	scrollbar-arrow-color: #666666;
	overflow: auto;
	text-align: left;
}
.bordeBlanco {
	border: 1px solid #FFFFFF;
}
.titulopag {

	font-size: 14px;
	color: #6A6A6A;
	text-align: right;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #0567B2;
}
.tituloNoticias {
	font-size: 18px;
	color: #0567B2;
	text-align: left;
}
.td_noticias {
	background-color: #D3D3D3;
}
.td_gris {
	color: #FFFFFF;
	background-color: #6a6a6a;
}
.textoAzul {
	color: #0466B1;
	text-align: left;
}
.tdAzul {
	background-color: #000A6D;
	color: #FFFFFF;
}
.justificar {
	text-align: justify;
}
.texto11 {
	font-size: 11px;
}
.td_avinode {
	background-color: #F8F6F7;
}

/* ENLACES -----------------------*/
a {
	color: #005380;
	text-decoration: underline;
}
a:HOVER {
	color: #333333;
	text-decoration: underline;
}
a.enlaceGris {
	font-size: 10px;
	color: #6A6A6A;
	text-decoration: none;
}
a.enlaceGris:HOVER {
	font-size: 10px;
	color: #000A6D;
	text-decoration: none;
}
a.enlaceblanco {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
}
a.enlaceblanco:HOVER {
	font-size: 10px;
	color: #7CC6FC;
	text-decoration: none;
}
a.enlaceazul {
	color: #0466B1;
	text-align: left;
	text-decoration: none;
}
a.enlaceazul:HOVER {
	color: #333333;
	text-align: left;
	text-decoration: none;
}
