@font-face
{
font-family: GeosansLight;
src: url('GeosansLight.ttf'); /* IE9 */
}

*{
    padding: 0;
    margin: 0;
}
body {

	background: url(../img/bgpage.jpg) center top no-repeat #FFF;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;	
		
	font-family: GeosansLight;
	background-color:#dedaca;
}

#page-contenedor{
    width: 1650px;
    height: 1000px;
	margin: auto;
}
#contenido-principal{
    background-color: #fff;
    width: 900px;
    height: 900px;
    margin: auto;
}

#info-top{
    width: 100%;
    height: 97px;
    padding: 20px;
    
}

#menu-principal{	
	/*padding-top:100px;*/
	/*border:1px solid #6FF;*/ /*Border de prueba*/
	z-index:12;
	width:845px;
	height:22px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

#con-izquierdo {
    width: 585px;
    height: 420px;
    margin-top: 20px;
   
    float: left;
    margin-right: 10px;
    
    
}
#con-izquierdo p {
    font-weight: bold;
    font-size: 20px;
}
#con-derecho{
	margin-top: 20px;
	width: 300px;
	height: 400px;
	float: left;
}

#con-derecho p {
    font-weight: bold;
    font-size: 20px;
    /* margin-top: 40px; */
}
/******************************************/
#slider1 {
    width: 900px; /* important to be same as image width */
    height: 245px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-bottom: 85px;
}

#slider1Content {
    width: 900px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}

.clear {
	clear: both;
}


ul { list-style-type: none;}

/****************************************/
#contenedor-hoteles {
    width: 100%;
    height: 500px;
    font-size: 24px;
    text-align: justify;
    font-weight: bold;
}
#contenedor-hoteles p{
    padding: 20px;
}
/****************************************/

#copy{
	margin-left:10px;
	background:url(../caLogo.png) no-repeat 0px 0px;
	position:relative;
	width:187px;
	height:30px;
	cursor:pointer;
}

#copy:hover{
	background:url(../caLogo.png) no-repeat 0px -38px;
}
