/* CSS Document */

body{
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family:Verdana;
	font-size:10px;
	color:#333333;
	background-image:url(img/fondo.gif);
}
a:link {
	color: #003366;
	text-decoration:none;
}
a:visited {
	color: #003366;
	text-decoration:none;
}
a:hover {
	color: #0099CC;
	text-decoration:underline;
}
.foot_centro{
	background-color:#DCDCDB;
	background-image:url(img/foot_fondo.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:70px;
	width:740px;
}
.foot_izq{
	background-color:#DCDCDB;
	background-image:url(img/foot_izq.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:70px;
	width:10px;
}
.foot_der{
	background-color:#DCDCDB;
	background-image:url(img/foot_der.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:70px;
	width:10px;
}
.centro {
	padding:10px;
	background-color:#EFEFEF;
	background-image:url(img/fondo_centro.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.titulo{
	background-image:url(img/fondo_titulo.jpg);
	background-repeat:repeat-x;
	padding-left:10px;
	font-size:12px;
	color:#FFFFFF;
	height:25px;
}
.divisor_vertical{
	height:5px;
	background:#FFFFFF;
}
.boton{
	background-color:#00639A;
	border:#00639A;
	color:#FFFFFF;
	font-size:12px;
}
.informe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
}
.informe a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
}
.informe a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
}
.informe a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
}
.informe a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
}
