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

body{
	margin:0px auto;
	padding:0px;
	background-color:#fff;
	margin-top:10px;
	margin-bottom:10px;
}

#contenedor{
	margin:0px auto;
	padding:0px;
	text-align:center;
	width:760px;
	height:700px;
	position:relative;
	border:2px solid #a6b31d;
	display:block;
	cursor:default;
}

#cabecera{
	margin:0px auto;
	height:135px;
	background-image:url(../images/imagenSup.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

#bannerFlash{
	display:block;
	margin:0px auto;
	padding:0px;
	width:760px;
	height:165px;
	position:absolute;
	z-index:0;
	bottom:-95px;
	left:0px;
	z-index:4;
	background-color:#0973ae;
	border-top:1px dashed #bfd85b;
}

#bannerFlash2{
	display:block;
	margin:0px auto;
	padding:0px;
	width:760px;
	height:169px;
	position:absolute;
	z-index:0;
	top:0px;
	left:0px;
	z-index:100;
	background-color:#fff;
	border:0px;
}

#sombra2{
	margin:0px auto;
	padding:0px;
	background-image:url(../images/sombra.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	position:absolute;
	z-index:0;
	left:-18px;
	bottom:-21px;
	top:646px;
	float:left;
	width:795px;
	height:170px;
	display:block;
}

#mensaje {
	display:block;
	margin:0px auto;
	padding:0px;
	width:85%;
	position:relative;
	display:block;
	top:225px;
}

* html #mensaje{
	top:200px;
}

#mensaje p {
	margin:0px auto;
	margin-bottom:7px;
	text-align:justify;
	font-family: 'Trebuchet MS', Arial, FreeSans, sans-serif, Helvetica, Geneva, SunSans-Regular, Verdana;  
	font-size: 12px;
	color:#444;
	line-height:16px;
}

#logo{
	margin:0px auto;
	position:relative;
	top:75px;
	/*left:222px;*/
	width:220px;
	height:100px;
	width:100%;
	background-image:url(../images/alicantenatura.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

#menu{
	margin:0px auto;
	display:block;
	padding:0px;
	height:55px;
	border:0px;
	position:absolute;
	top:385px;
	left:53px;
	left:62px;
	text-align:center;
	float:left;
	clear:both;
}

.boton1, .boton2, .boton3, .boton4{
	vertical-align:middle;
	display:block;
	margin-right:5px;
	text-indent:-9999px;
	overflow:hidden;
	background-position:top center;
	background-repeat:no-repeat;
	height:50px;
	float:left;
}

.boton1{
	width:210px;
	background-image:url(../images/boton1.gif);
}

.boton1:hover {
	background-position:bottom center;
}

.boton2{
	width:128px;
	background-image:url(../images/boton2.gif);
}

.boton2:hover {
	background-position:bottom center;
}

.boton3{
	width:153px;
	background-image:url(../images/boton3.gif);
}

.boton3:hover {
	background-position:bottom center;
}

.boton4{
	width:129px;
	background-image:url(../images/boton4.gif);
}

.boton4:hover {
	background-position:bottom center;
}

#motivoDer {
	position:absolute;
	top:165px;
	right:50px;
	background-image:url(../images/motivoDer.gif);
	background-repeat:no-repeat;
	background-position:center center;
	width:121px;
	height:160px;
}

#motivoIzq {
	position:absolute;
	top:165px;
	left:50px;
	background-image:url(../images/motivoIzq.gif);
	background-repeat:no-repeat;
	background-position:center center;
	width:129px;
	height:160px;
}

#hero {
	display:block;
	position:relative;
	z-index:100;
	width:760px;
	height:169px;
}

#salon2 {
	display:block;
	width:450px;
	height:265px;
	left: 155px; /*760px - 350px/2*/
	top: 185px; /*625px - 255px/2*/
	position:absolute;
	background-color:#eee;
	/*border:1px solid #ccc;*/
	z-index:9998;
	overflow:hidden;
	background:transparent;
}

#salon{
	margin:0px auto;
	padding:0px;
	text-align:center;
	width:760px;
	height:795px;
	position:absolute;
	border:1px solid #a6b31d;
	left:-1px;
	top:-1px;
	display:block;
	cursor:default;
	background-color:#fff;
	z-index:9997;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

#cerrar {
	position:absolute;
	right:171px;
	top:195px;
	z-index:9999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9DAA02;
	color:#622d19;
	text-decoration: none;
	font-weight:bold;
}

#cerrar:hover {
	color: #993333;
}