/***************** ETIQUETAS HTML *************************/
body, html {
	color: #330000;
	margin: 0 auto 0 auto;
	padding:0;
}
body {
   background:#4E4B4A url(../img/bg_web1.jpg) repeat;	
   color:#8F8F8F;
   font-family:"Trebuchet MS", Tahoma, Helvetica, Arial;
   font-size:12px;
}
#general {
   width:780px;
   height:670px;
   padding:0;
   margin-top:0;
   margin-left:auto;
   margin-right:auto;
   margin-bottom:0;
   background:url(../img/bg_home.gif) no-repeat;
   }
#polaroid {
	position:absolute;
	z-index:1;
	width:709px;
	height:319px;
	/*background:url(../img/bg_home_polaroidVacaciones.jpg) no-repeat;*/
	background:url(../img/bg_home_polaroid.jpg) no-repeat;
	margin-left:15px;
	margin-top:209px;
}
#logo_home {
	position:absolute;
	z-index:2;
	margin-top:50px;
	margin-left:110px;
}
#botShop, #botShow, #botNews {
	position:absolute;
	background:no-repeat
	}
#botShop { margin-left:245px; margin-top:240px; width:203px; height:47px; background-image:url(../img/home/shop1.gif); }
#botShop:hover { width:203px; height:47px; background:url(../img/home/shop2.gif); }
#botShow { margin-left:88px; margin-top:240px; width:129px; height:39px; background-image:url(../img/home/showroom1.gif); }
#botShow:hover { width:129px; height:39px; background:url(../img/home/showroom2.gif); }
#botNews { margin-left:520px; margin-top:240px; width:66px; height:28px; background-image:url(../img/home/news1.gif); }
#botNews:hover { width:66px; height:28px; background:url(../img/home/news2.gif); }


.ayuda-access, #logo_home span, #botShow span, #botShop span, #botNews span
{
   position: absolute;
   left: -10000px;
   top: -10000px;
}
