/* HOJA DE ESTILOS  */
BODY{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b3b3b;
	margin: 0;
	padding: 0;
	background:#fff;
}
IMG{
	border: 0;
}
*{
	padding: 0;
	margin: 0;
}
.clear{
	clear: both;
}
.justif{
	text-align: justify;
}
P{
	line-height: 15px;
	margin-bottom: 10px;
}
a{
	color: #3b3b3b;
	outline: none;
}
a:hover{
	color: #2c5596;
	text-decoration: underline;
}
.centro{
	text-align: center;
}
/* ---------------------------------------------------------------------------------------- */
/*   DIVS GENERALES --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#sitio{
	width: 590px;
	margin: 0px auto;
	background: #fff;
}
/* ---------------------------------------------------------------------------------------- */
/*   CABECERA --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#cabecera{
	display: none;
}
/* ---------------------------------------------------------------------------------------- */
/*   CUERPO  --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#cuerpo{
	width: 590px;
	margin: 10px auto;
	padding-top: 70px;
	background: url(images/logo.gif) no-repeat top center;
}
/* ---------------------------------------------------------------------------------------- */
/*   IQUIERDA  --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#izquierda{
	display: none;
}
/* ---------------------------------------------------------------------------------------- */
/*   DERECHA  --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#derecha{
	width: 590px;
 }
.cajader{
	display: none;
}
.contder1{
	border-left: 1px solid #d3d7da;
	border-right: 1px solid #d3d7da;
	border-bottom: 1px solid #d3d7da;
	border-top: 3px solid #2c5596;
	margin-bottom: 15px;
	width: 588px;
	overflow: hidden;
}
a h4{
	text-decoration: none;
}
h4{
	color: #2c5596;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #D3D7DA;
	padding-bottom: 3px;
}
.ficha h4{
	color: #2c5596;
	font-size:16px;
	font-weight: bold;
	background: #f4f4f4;
	padding: 10px;
	text-align: center;
	margin-bottom: 15px;
}
.ficha h5{
	color: #3b3b3b;
	font-weight: bold;
	font-size: 12px;
	background: #f4f4f4;
	padding: 5px 10px;
	margin: 20px 0px 10px 0px;
	width: 588px;
}
.ficha P{
	padding: 0px 10px;
	clear: both;
	width: 588px;
	overflow: hidden;
}
.ficha P strong{
	color: #2c5596;
	width: 170px;
	float: left;
	display: block;
}
.ficha span.span_descrip{
	width:400px;
	float: left;
	overflow: hidden;
}
.fichaopciones{
	display: none;
}
/* ---------------------------------------------------------------------------------------- */
/*   FOOTER --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#footer{
	display: none;
}