/* CSS Document */
#contenedor{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	width:750px;
	margin-bottom:10px;
	position:relative;
	
	
}

#izquierda{
	float:left;
	
}

#flash{
	position:absolute;
	margin:0;
	padding:0;
	top:300px;
	left:20px;
}

h1{
	background:url(bitmaps/llamado.jpg) no-repeat top center;
	width:290px;
	height:307px;
	float:left;
	text-indent:-9999px;	
}

#info{
	float:left;
	margin-top:15px;
	_margin-top:2px;
	width:448px;
	margin-left:10px;
	margin-bottom:2px;


}

h2{
	background:url(bitmaps/logo.gif) no-repeat top left;
	width:435px;
	height:75px;
	text-indent:-9999px;
	float:left;
	display:block;
	
	
}

p{
	font-size:12px;
	font-weight:bold;
}

#info ol{
	color:#79B61D;
	font-weight:bold;

	
}

#info ol span{
	color:#000000;
	font-weight:normal;
}


#tarjeta{
	background:url(bitmaps/tarjeta.gif) no-repeat top center;
	width:203px;
	height:76px;
	float:right;
	clear:both;
	margin-right:10px;
	margin-top:-80px;
}

#legales{
	font-size:9px;
	color:#999999;
	border-top:1px silver solid;
	padding-top:5px;
	margin-top:25px;
	_margin-top:-10px;
	clear:both;
	float:left;
	width:750px;
	text-align:justify;
}
#botones {
	margin-top:30px;
	_margin-top:35px;
	margin-bottom:10px;
	
}

#botones p{
	clear:both;
	font-weight:bold;
	font-size:10px;
	text-align:center;
	display:block;
	margin-bottom:5px;
}

#botones a#beneficios{
	background:url(bitmaps/boton2.gif) no-repeat top center;
	width:142px;
	height:38px;;
	text-indent:-9999px;
	display:block;
	float:left;
	margin-right:7px;
}
#botones a#beneficios:hover{
	background:url(bitmaps/boton2.gif) no-repeat bottom center;
}

#botones a#informacion{
	background:url(bitmaps/boton3.gif) no-repeat top center;
	width:142px;
	height:38px;;
	text-indent:-9999px;
	display:block;
	float:left;
	margin:0 0 0 3px;
	margin-right:7px;

}
#botones a#informacion:hover{
	background:url(bitmaps/boton3.gif) no-repeat bottom center;
}	

#botones a#solicita{
	background:url(bitmaps/boton.gif) no-repeat top center;
	width:142px;
	height:38px;
	text-indent:-999px;
	display:block;
	text-align:left;
	color:#FFFFFF;
	float:left;
	margin:0 0 0 3px;
}
#botones a#solicita:hover{
	background:url(bitmaps/boton.gif) no-repeat bottom center;
}
