@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #005996;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/*SECCION DE CUERPO DE TEXTO*/

.blancas{
	font-size:11px;
	color:#FFF;
	}
	.grandes{
	font-size:12px;
	color:#FFF;
	}
	.gaitex{
	font-size:14px;
	color:#999;
	}
.navegacion{
	font-size:10px;
	color:#005692;
	line-height:13px;
	}
.precio{
	font-size:14px;
	color:#333333;
	line-height:25px;
	}
.cuerpo{
	font-size:12px;
	color:#666666;
	text-align:center;
	line-height:22px;
	}
.cuerpo1{
	font-size:12px;
	color:#666666;
	text-align:justify;
	line-height:18px;
	}
.estudios{
	font-size:10px;
	color:#666666;
	}
.titmenu{
	font-size:10px;
	color:#CCC;
	}

/*SECCION DE LIGAS*/

/*//////////////////////////////*/
/*estilos para menu inferor */
/*//////////////////////////////*/
.menusup:link,active{
	font-size:10px;
	color:#005692;
	text-decoration:none;
}
a.menusup:visited{
	font-size:10px;
	color:#005692;
	text-decoration:none;
}
a.menusup:hover{
	font-size:10px;
	color:#FF9900;
	text-decoration:underline;
}


/*//////////////////////////////*/
/*estilos para menu busqueda */
/*//////////////////////////////*/
.menuinf:link,active{
	font-size:10px;
	color:#CCC;
	text-decoration:none;
}
a.menuinf:visited{
	font-size:10px;
	color:#CCC;
	text-decoration:none;
}
a.menuinf:hover{
	font-size:10px;
	color:#FFF;
	text-decoration:none;
}

/*//////////////////////////////*/
/*estilos para menu pag desarrollos */
/*//////////////////////////////*/
.menudesa:link,active{
	font-size:10px;
	color:#999;
	text-decoration:none;
}
a.menudesa:visited{
	font-size:10px;
	color:#999;
	text-decoration:none;
}
a.menudesa:hover{
	font-size:10px;
	color:#FF9933;
	text-decoration:underline;
}
/*//////////////////////////////*/
/*estilos para menu lateral */
/*//////////////////////////////*/
.menulat:link,active{
	display: block;
	font-size:10px;
	color:#CCC;
	text-decoration:none;
	padding-left:18px;
}
a.menulat:visited{
	display: block;
	font-size:10px;
	color:#CCC;
	text-decoration:none;
	padding-left:18px;	
}
a.menulat:hover{
	display: block;
	font-size:10px;
	color:#FFF;
	text-decoration:none;
	padding-left:18px;
}

/*Elementos*/
.borde{
	border:solid;
	border-width:1px;
	border-color:#CCC;
	}
.iconito{
	background-image:url(../imagenes/iconito_lat.gif);
	background-repeat: no-repeat;
	background-position: 15% 50%;
	}
.iconito2{
	background-image:url(../imagenes/iconito_lat.gif);
	background-repeat: no-repeat;
	background-position: 4% 50%;
	}
	.aumento{
	background-image:url(../imagenes/aumento.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	}
	
	/*Formulario*/
	.gris{
	font-size:10px;
	color:#666;
}
.campo{
	font-size:10px;
	background-color:#FFF;
	border:thin;
	border-width:1px;
	border-color:#666;
	}
	
	.boton{
	font-size:10px;
	color:#FFFFFF;
	background-color:#6699CC;
	border:thin;
	border-color:#003399;
	border-width:1px;
	}
