body 
{	
	position: absolute;
	background:-webkit-gradient( linear,  right top, left bottom, color-stop(300, white), color-stop(.2, white), color-stop(0.9, #CCC) );
	background-size: 100% ; 
	background-attachment:fixed;
	font-family: Arial; font-size: 12px; color:black;
}

.logo 
{
	margin-top: 0 auto;
	position: relative;
	text-align: center;
}

.central
{
	float: left;
	width: 900px;
	height: 100%;
	background: #C4C4C4;
	margin: 12px 0px 100px 200px;
	display: inline-block;
	font-size: 16px;
	border-radius: 15px;

}
.cenadc
{
	float: left;
	width: 900px;
	height: 100%;
	background: #C1C1C1;
	margin: 25px 0px 100px 200px;
	display: inline-block;
	font-size: 16px;
	border-radius: 15px;

}
.info
{
	font-variant:small-caps;
	font-size: 26px; 
	background-color: #246469; 
	width:900px;
	margin-bottom: 0px;
	margin-top: 15px;
	text-align: center;
	float: left;
	text-shadow: .05em .05em .1em black; 
	box-shadow: .01em .05em .30em red;
}
.subt
{
	font-variant:small-caps; 
	font-size: 20px; 
	background-color: #55856D; 
	width:900px;
	margin-bottom: 0px;
	margin-top: 15px;
	text-align: center;
	float: left;
	text-shadow: .05em .05em .1em white; 
	box-shadow: .01em .01em .08em red;
}

.lp
{
	font-family: Arial;
	font-size: 13;
	color:black;
	text-align: justify;
	margin-right: 15px;
	margin-left:15px; 
	margin-top: 70px;
	margin-bottom: 10px;
	line-height: 30px;
}
.lq 
{
	text-align: justify;
	float:left;
	margin: 0px 50px;
	margin-bottom: 60px;
	margin-top: 15px;
	width: 620px;
	height: auto;
	padding: 10px 15px;
	font-size: 14px;
}

.ne
{
	font-weight: bold; 
	font-size: 15px; 
	color:#005858;
	text-shadow: .09em .08em .1em black; }


.precio
{	
	width: 150px;height: 100px;
	background:-webkit-gradient( linear,  right top, left bottom, color-stop(300, #0F516B), color-stop(.02, #140C45), color-stop(0.9, #0F516B) );
	border-radius: 8px;
	font-size: 10px;font-variant: small-caps;font-family: tahoma;font-weight: bold;
	text-align: center;
	color: white;
	letter-spacing: 3px;
	margin: 100px 0px 100px 30px;
	position: relative;
	float: right;
}

