@charset "utf-8";
/* CSS Document */
body 
{
	margin: 0;
	padding: 0;
	background-image: url(../graficos/fondopagina.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 0px;
	background-color: #1F6DB7;
}
	
input 
{
	background-color: #1E6CB6;
	border: 0px solid #1E6CB6;
	color: #ffffff;
 }
 
select
{
	background-color: #1E6CB6;
	color: #ffffff;
}

.style2 
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #80B8EA;
}

.stylePaginacion 
{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2471C1;
}

a:link {
	text-decoration: none;
	color: #0066FF;
}

a:visited {
	text-decoration: none;
	color: #0099CC;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #0066CC;
}