/* CSS Document */
#contenedor{
	background:url(bitmaps/fondo.jpg) right top no-repeat;
	width:750px;
	height:495px;
	margin:0;
	padding:0;
	position:relative;
}
#contenedor h1{
	background:url(bitmaps/titulo.gif) left top no-repeat;
	width:356px;
	height:210px;
	margin:53px 0 10px 24px;
	padding:0;
	float:left;
	text-indent:-9999px;
	display:inline;
}
#contenedor h3{
	width:270px;
	height:20px;
	position:absolute;
	left:70px;
	top:280px;
	color:#000;
	font-size:12px;
	font-weight:bold;
}
a#solicitud_tarjeta{
	background:url(bitmaps/btn_solicitalas.gif) left top no-repeat;
	width:216px;
	height:79px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	outline:none;
	display:block;
	position:absolute;
	left:182px;
	bottom:78px;
}

#legales{
	float:left;
	clear:both;
	margin:0;
	padding:5px 0 0 0;
	text-align:justify;
	color:#999;
	font-size:9px;
	width:748px;
}
div.lanpass{
	background:url(bitmaps/logo_lanpass.gif) left top no-repeat;
	width:153px;
	height:184px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	outline:none;
	display:block;
	position:absolute;
	left:0;
	bottom:27px;
}

