#menu{
	clear: both;
	position: absolute;
	width: 184px;
	top: 194px;
	left: 647px;
	height: 277px;
	z-index:4;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../img/fondo_web.jpg)

}
.greyborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
#total{ 
position: absolute;
top:50%;
left:50%;
width:450px;
/*la mitad de la anchura de la capa o tabla principal*/
margin-left:-380px;
/*Alto de tabla o capa principal*/
height:400px;
/*la mitad de la altura de la capa o tabla principal*/
margin-top: -340px;
} 
#contenido{ 
_position: absolute; 
_top: 50%; 
display: table-cell; 
vertical-align: middle; 
text-align:left; 
width:900px; 
} 
#centrar{ 
_position: relative; 
_top: -50%; 
background-color:e0e0e0; 
border-style:solid; 
border-width:2px; 
border-color:#999999; 
} 
#banner{
	position: absolute;
	width:100px;
	top: 127px;
	left: 245px;
	height:61px;
	z-index:10;
	visibility: visible;
}
.cuadrorojo{
		border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC3333;
	border-right-color: #CC3333;
	border-bottom-color: #CC3333;
	border-left-color: #CC3333;
	background-color: #F1C9C9;
}
.cuadronaranja{
background-color: #fde1cc;
	border: 1px solid #FF9900;
}
.cuadros{
font-size:10px;
line-height: 10px;
}
.textoazul{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	padding: 4px;
	text-align: left;
	letter-spacing: -0.7px;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #0066CC;
}
a:visited {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ebi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
