/* CSS Document */
#contenedor{
	background:url(bitmaps/fondo.jpg) left top no-repeat;
	width:750px;
	height:490px;
	margin:0;
	padding:0;
}

#contenedor h1{
	background:url(bitmaps/sello.gif) left top no-repeat;
	width:219px;
	height:190px;
	margin:15px 0 0 0;
	padding:0;
	float:left;
	clear:left;
	text-indent:-9999px;
	display:inline;
	border-right:1px dashed silver;
}

#contenedor h2{
	background:url(bitmaps/titulo.gif) left top no-repeat;
	width:522px;
	height:100px;
	margin:0;
	padding:0;
	float:left;
	text-indent:-9999px;
	display:inline;
}

#contenedor h3{
	background:url(bitmaps/bajada.gif) left top no-repeat;
	width:391px;
	height:18px;
	margin:0 0 5px 4px;
	padding:0;
	float:left;
	text-indent:-9999px;
	display:inline;
}


#contenedor h4{
	font-size:11px;
	font-weight:bold;
	width:100%;
	margin:0 0 5px 4px;
	display:inline;
	padding:0;
	float:left;
	clear:both;
	display:inline;
}

#contenedor #tarjetas{
	background:url(bitmaps/fondo-tarjetas.gif) left top no-repeat;
	width:433px;
	height:186px;
	float:left;
	margin:20px 0 0 5px;
	padding:0;
	display:inline;
}

#contenedor #tarjetas h5{
	background:url(bitmaps/sinolastienes.gif) center top no-repeat;
	width:99px;
	height:19px;
	margin:0 0 0 60px;
	padding:0;
	float:left;
	clear:both;
	text-indent:-9999px;
	display:inline;
}

#contenedor #tarjetas a#solicita{
	background:url(bitmaps/btn_solicitalas.gif) left top no-repeat;
	width:199px;
	height:71px;
	float:left;
	clear:both;
	margin:0 0 0 10px;
	padding:0;
	display:inline;
	text-indent:-9999px;
}

#contenedor #tarjetas a#solicita:hover{
	background:url(bitmaps/btn_solicitalas.gif) left bottom no-repeat;
}


#contenedor p#legales{
	float:left;
	clear:both;
	margin:30px 0 0 0;
	padding:10px 0 0 0;
	text-align:justify;
	color:#999999;
	font-size:9px;
	width:748px;
	border-top:1px silver dashed;
}

