@charset "utf-8";
/* CSS Document */

#contenidoCentro{
	margin: auto;
	width: 794px;
	text-align: justify;
	position:relative;
}
#texto{
	float:left;
	width:185px;
	margin-right:20px;
}
#plano{
	width:589px;
	height:315px;
	float:left;
}
#botonesPlano{
	position:absolute;
	left:0px;
	bottom:0;
	text-align:center;
}
#botonesPlano img{border:none;}
#botonesPlano a{
	color:#6eb841;
	font-style:italic;
}
#botonesPlano a:hover{
	color:#fff;
	text-decoration:none;
}

