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


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

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

.servicios:hover {text-decoration:none; color:#000000; font-size:13px;}
.servicios {font-size:14px;}

.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: #0E4B67;
	font-weight:bold;
}
.direccionPie a:link { 	font-weight: bold; 	color:#006699; font-size:13px; }
.direccionPie a:visited {	font-weight: bold;	color: #000;	font-size:13px; }
.direccionPie a:active {	font-weight: bold;	color: #000;	font-size:13px; }
.direccionPie a:hover {		font-weight: bold;	color: #000;	font-size:13px; }

.imgBordeMenu {
border-left: 3px solid #F90;
border-top: 3px solid #F90;
border-right: 3px solid #F90;
border-bottom: 3px solid #F90;
}

.imgBorde {
border-left: 3px solid #0F4C9B;
border-top: 3px solid #0F4C9B;
border-right: 3px solid #0F4C9B;
border-bottom: 3px solid #0F4C9B;
}
.descPrincipal{
display:none;
}

td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}
