/*********************  GENERAL  **************************/
body {
	background: url(../images/bg.jpg) repeat-x #0064c2;  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4e4e4e;
	margin: 0;
}
p{
	margin: 0 0 .7em 0;
}
a:link, a:visited {
	color:#0384fe;
	text-decoration:none;
}
a:hover{
	color:#2d99ff;
	text-decoration: underline;
}
/******************   LAYOUTS      ***************/
#contenedor{
	top: 0%; 
	left: 50%; 
	margin-left: -380px;
	margin-top:0;
	position: absolute; /**/
	width: 759px;
	background: transparent;
}
/*******  FORMULARIO  *******/
.cuadro{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #f4f9fa;
	border: 1px solid #b9d0d8;
	padding-top:2px;
	margin-top:6px;
	margin-left:5px;
	padding-left:3px;
}
/********     VARIOS       ********/
.destacadosAzul{
	color:#357189;
	font-size: 11px;
	font-weight: bold;
	
}
.listaCuadro {
	background: url(../images/ico_listas.gif) no-repeat 0px;
	padding-left:18px;
	padding-top:8px;
	padding-bottom:10px;
	vertical-align: middle;
	text-align: left;
	color: #975b4b;
}
.listaCuadro2{
	background: url(../images/linea_puntos.gif) repeat-x;
	height: 2px;
	text-align: left;
}
