@charset "utf-8";
/* CSS Document */
.header{
	height:85px;
	width:100%;
	background-image:url(imgs/header.jpg);
	background-repeat:repeat-x;
}
.fondo{
	height:200px;
	width:100%;
	background-image:url(imgs/fondo.jpg);
	background-repeat:repeat-x;
}

.espacioTabla{
	padding-top:80px;
	padding-bottom:40px;

}
.tabla{
	border-width:1px;
	border-bottom-style:solid;
	border-color:#0099FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0000FF;
}
.titulo{
padding-top:30px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:16px;
padding-bottom:10px;

}
.boton{
	background-color:#FFFFFF;
	color:#0066FF;
	border:solid;
	border-color:#000033;
	border-width:1px;
	font-size:10px
}

.textoConsulta{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0099FF;
}
.celdas{
	border-color:#0099FF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000066;
}
.azul {color: #006699}
.otro {color: #FF0000}
.text {	font-family:Tahoma,sans-serif;
	font-size: 12px;
	color:#000000;
	padding-left:20px;
	padding-right:10
}
