/*fondo*/
html{
	margin-top:0px;
	margin-bottom: 0px;
	bottom: 0px;
	
}

body{
	background-image:url(images/bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
	margin-top:0px;
	background-attachment: fixed;
	bottom: 0px;
	margin-right: 0px;
	vertical-align: middle;
	margin-left: 0px;
}

/*CONTENIDO*/ 
.top{
	width:660px;
	height:210px;
	margin:auto
}
.contenedorhome{
	width:660px;
	height:300px;
	margin:auto;
	text-align: center;
	margin-top: 10px;
}
.destacados{
	height:300px;
	width:202px;
	float:left;
	padding-top: 15px;
}
.slidehome{
	width:438px;
	height:300px;
	float:right;
	padding-top: 15px;
}

/*PRECIOS*/
.contenedor{
	width:660px;
	height:330px;
	margin:5px auto auto;
}

/*PIE*/
.foot{
	width:660px;
	height:50px;
	background-image: url(images/bgfoot.png);
	margin: auto;
	bottom: 0px;
	margin-bottom: 0px;
	}

.mail{
	width:601px;
	height:50px;
	text-align: right;
	float: left;
	bottom: 0px;
	margin-top: 0px;
}
	
.face{
	width:59px;
	height:50px;
	text-align: left;
	float: right;
	margin-bottom: 0px;
	bottom: 0px;
}
.foot img{
	margin-top:18px;
}

/*OTROS*/
.links{width:100%; height:2px; overflow:hidden; margin-top:0px; clear:both}
.sound{position:absolute; right:0px;top:25px;width:90px;height:115px;}
