/* CSS Document */

#contenedor{
	margin:0;
	color:#333333;
	background:url(bitmaps/fondo.jpg) left bottom no-repeat;
/*	height:525px;*/
	height:565px;
	position:relative;
}

#contenedor #info{
	float:right;
	width:457px;
	margin-top:8px;
	margin-left:285px;
	padding-right:0;
	position:absolute;
}

#contenedor #info #presentamos{
	background:url(bitmaps/presentamos.gif) left top no-repeat;
	width:104px;
	height:13px;
	text-indent:-9999px;
}

#contenedor #info h1{
	background:url(bitmaps/vox.gif) left top no-repeat;
	width:162px;
	height:87px;
	text-indent:-9999px;
	margin-top:5px;
	float:left;
	margin-bottom:0;

}

#contenedor #info h2{
	background:url(bitmaps/tit1.gif) left top no-repeat;
	width:237px;
	height:76px;
	text-indent:-9999px;
	float:left;
	margin-top:5px;
	margin-left:10px;
}

#contenedor #info ul{
	clear:both;
	float:left;
	width:350px;
	list-style:inside;
	padding-left:0;
	list-style-image:none;
	list-style-type:disc;
	margin-left:0;
	line-height: 10px;
	margin:0 0 0 0;
	
}

#contenedor #info #numero{
	background:url(bitmaps/numero.gif) left top no-repeat;
	width:490px;
	height:42px;
	text-indent:-9999px;
	float:left;
	margin-top:12px;
	margin-bottom:0;

}

#contenedor #info h3{
	background:url(bitmaps/primeros.gif) left top no-repeat;
	width:450px;
	height:45px;
	text-indent:-9999px;
	float:left;
 	margin-top:10px;
}

#contenedor p{
	clear:both;
	width:100%;
	float:left;
	margin:0;
	padding-top:8px;
	
	}
	
#contenedor p span{
	font-weight:bold;
	}

#contenedor #info #legal{
	font-size:9px;
	border-top:1px silver dashed;
	float:left;
	color:#666;
	width:100%;
	padding-top:10px;
	margin-top:10px;

}


