/* CSS Document */
body {
 margin: 0px;
 scrollbar-face-color:#1855AB;
 scrollbar-track-color:#CAD6F0;
 scrollbar-arrow-color:#92AAEB;
 scrollbar-shadow-color:#0859AA;
 scrollbar-dark-shadow-color:#587DCD;
 scrollbar-3dlight-color:#FFFFFF;
 scrollbar-highlight-color:#587DCD;
 scrollbar-darkshadow-color:#86B3E0;
}

td{
font-family: Verdana;
font-size: 10px;
color: #1B529F;
}
.centro{
background-image:url(../images/fondo_centro.gif);
background-repeat: repeat-x;
background-position:top;
background-color: #CDD7EF;
}

.textoStandar{
font-family: Verdana;
font-size: 10px;
color: #1B529F;
text-align: justify;
padding: 8px;
}

.tdenlaces{
font-weight: bold;
padding: 8px;
}
a.enlaces{
text-decoration: none;
font-weight: bold;
color: #1B529F;
}
a:hover.enlaces{
text-decoration: none;
font-weight: bold;
color: #FE8D14;
}
.boton{
	background-attachment: fixed;
	background-image:url(../images/fondo_boton.gif);
	color: #095090;
	text-align: center;
	vertical-align: middle;
	font-family:Verdana;
	font-size: 9px;
	font-weight: bold;
	margin: 4px;
	padding: 0px;
	border: 1px solid #478ECE;
	width: 60px;
	height: 15px;
}