/* CSS Document */

div#contenedor{
	background:url(bitmaps/bg.jpg) left top no-repeat;
	margin:0;
	padding:0 0;
	width:750px;
	height:463px;
	float:left;
	color:#000;
	overflow: hidden;
	position:relative;
	}

a.solicitudtarjetas {
	background:url(bitmaps/btn_tarjetas.png) left top no-repeat;
	width:230px;
	height:96px;
	margin:20px auto 0 auto;
	padding:0;
	text-indent:-9999px;
	display:block;
	outline:none;
	behavior: url(/include/iepngfix.htc);
	position:absolute; /*--- Posicion del elemento de las tarjetas ---*/
	bottom:30px;
	right:70px;
	}
	
p.legales{
	margin:0;
	padding:5px 0;
	width:750px;
	text-align:justify;
	font-size:10px;
	float:left;
	color:#666;
	clear:both;
}
