/* CSS Document */

div#contenedor{
	width:750px;
	background:url(bitmaps/fondo.gif) left top no-repeat;
	font-size:11px;
	color:#666;
	overflow:hidden;
}

div#contenedor p{
	font-size:11px;
	margin:0 auto 10px;
	text-align:center;
}
div#contenedor .requisitos {
	font-size:11px;
	margin:0 0 0 20px;
	padding:0;
	text-align:justify;
	display:inline;
}
div#contenedor h4{
	font-size:12px;
	font-weight:bold;
	margin:15px auto 0;
	text-align:center;
}

div#contenedor h1 {
	width:685px;
	height:31px;
	background:url(bitmaps/titulo.gif) left top no-repeat;
	text-indent:-9999px;
	margin:20px 0 0 15px;
	}
div#contenedor h2 {
	width:727px;
	height:24px;
	background:url(bitmaps/bajada.gif) left top no-repeat;
	text-indent:-9999px;
	margin:0 0 40px 15px;
	}
	
div#contenedor #beneficios{
	width:445px;
	float:left;
	overflow:hidden;
	margin:0;
}

div#contenedor #beneficios h3 {
	width:420px;
	height:24px;
	background:url(bitmaps/subtitulo.gif) left top no-repeat;
	text-indent:-9999px;
	margin:0 0 20px 20px;
	}	

#beneficios  dl{
	margin:0 0 20px 20px;
	padding:0;
	float:left;
	width:425px;
	list-style:none;
	list-style-type:none;
	display:inline;
}

#beneficios dl dt{
	cursor:pointer;
/*	height:18px;*/
	font-size:11px;
	font-weight:bold;
	border-bottom:1px dashed silver;
	background:url(bitmaps/bullet.gif) left 8px no-repeat;
	padding:4px 0 10px 10px;
	margin:4px 0 0;
}

#beneficios  dl dd{
	margin:0;
	width:411px;
	background:#eee;
	padding:7px;
	font-size:10px;
	font-weight:normal;
}

#beneficios  dl dt.sin_texto{
	cursor:text;
}


#contenedor #tarjeta{
	background:url(bitmaps/fondo_tarjeta.gif) left top no-repeat;
	width:282px;
	float:left;
	height:400px;
	margin:0 0 0 15px;
}

#contenedor #tarjeta img{
	margin:0 0 0 15px;
}

#contenedor #tarjeta a#btn_solicita{
	background:url(bitmaps/btn_solicita.gif) left top no-repeat;
	text-indent:-9999px;
	display:block;
	height:49px;
	width:158px;
	margin:10px auto;
}

#contenedor #tarjeta a#btn_solicita:hover{
	background:url(bitmaps/btn_solicita.gif) left bottom no-repeat;
}

#contenedor #tarjeta #inscribete{
	background:url(bitmaps/fondo_inscribete.gif) center top no-repeat;
	width:282px;
	float:left;
	margin:0 auto;
}

#tarjeta #inscribete a#btn_ins{
	background:url(bitmaps/btn_inscribete.gif) center top no-repeat;
	display:block;
	text-indent:-9999px;
	width:195px;
	height:69px;
	margin:10px auto 0 auto;
}

#tarjeta #inscribete a#btn_ins:hover{
	background:url(bitmaps/btn_inscribete.gif) center bottom no-repeat;
}

ul{
	margin:8px 10px 10px 12px;
	padding:0;
	list-style:none;
	list-style-image:none;
}

li{
	background:url(bitmaps/bull_lista.gif) left 5px no-repeat;
	padding:0 0 0 10px;
	text-align:justify;
}

a.vermas{
	background:url(bitmaps/ico_vermas.gif) right 5px no-repeat;
	color:#999;
	padding:0 10px 0;
	margin:0 0 0 10px;
	font-size:9px;
	text-decoration:underline;
}
a.vermas:hover{
	text-decoration:none;
}
a.preguntas_frecuentes{
	background:url(bitmaps/ico_vermas.gif) right 5px no-repeat;
	color:red;
	padding:0;
	margin:10px 0 0 0;
	font-size:10px;
	text-decoration:underline;
	clear:both;
	display:block;
	width:135px;
	}
a:hover.preguntas_frecuentes{
	text-decoration:none;
}
a.FAQ{
	background:url(bitmaps/ico_vermas.gif) right 5px no-repeat;
	color:#999;
	padding:0;
	margin:20px;
	font-size:10px;
	text-decoration:underline;
	clear:both;
	display:block;
	width:260px;
	}
a:hover.FAQ{
	text-decoration:none;
}


div#contenedor p#legales{
	background:url(bitmaps/spacer.gif) left top no-repeat;
	width:750px;
	display:inline;
	margin:0;
	padding:0;
	float:left;
	font-size:10px;
	color:#999;
	text-align:justify;
}



/*--------- THICKBOX---*/



div#contenido_thickbox {
	width:560px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:15px;
	text-align:justify;
}


div#contenido_thickbox h4{
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
	margin:0;
}


div#contenido_thickbox ul{
	margin:10px 25px;
	padding:0;
	list-style-type:none;
	list-style-image:none;
}
div#contenido_thickbox ol{
	margin:10px 25px;
	padding:0;
	color:#999;
	list-style-image:none;
}

div#contenido_thickbox a{
	display:inline!important;
	color:#000000!important;
	font-weight:normal!important;
	text-decoration:underline;
	margin:0;
	padding:0;
	background-image:none;
	
}
div#contenido_thickbox #legales_thickbox{
	background:url(bitmaps/spacer.gif) left top no-repeat;
	margin:0;
	padding:0;
	font-size:9px;
	color:#CCC;
	text-align:justify;
}
div#contenido_thickbox sup{
	margin:0;
	padding:0;
	font-size:8px;
	color:#999;
}


