@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color:#1F3D69;
}
body {
	background: url(images/fondo.jpg) #FFFFFF center top no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #F7DF97;
}

a:link {text-decoration:underline; color:#069;}
a:visited {text-decoration:underline; color:#069;}
a:active {text-decoration:underline; color:#069;} 
a:hover {text-decoration:none; color:#C54546;}

.requerido {
	color: #F00;
	font-weight: bold;
}
.camposTexto:hover {
	color: #000000;
	background: #ffffff;
	border: 1px solid #FF6600;
	width:175px;
}
.camposTexto:focus {
	color: #000000;
	background: #ffffff;
	border: 1px solid #FF6600;
	width:175px;
}
.camposTexto {
	color: #000000;
	background: #DDF4FF;
	border: 1px solid #000000;
	width:175px;
}
.direccionPie {
	color: #FFF;
	text-align: center;
}
.direccionPie a:link,a:visited,a:active,a:hover {
	font-weight: bold;
	color: #FFF;
	font-size:11px;
}

.descPrincipal{
display:none;
}


