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

/*reseteo*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

p{
	margin-top:1em;
	margin-bottom:1em;
}

/*estilos*/

body{
	font-size:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/fondo-top.gif);
	background-repeat:  repeat-x;
	background-position: left top;
	background-color: #311A2B;
	color:#FFFFFF;
}

#contenedor{
	width:903px;
	margin-left:auto;
	margin-right:auto;	
}

h1{
	width:259px;
	height:165px;
	float:left;
	margin-bottom:10px;
}

#menu{
	float:right;
	width:640px;
	height:52px;
	line-height:52px;
	margin-top:80px;
	text-align:center;
	font-size:1.1em;
}

#menu a{
	margin-left:9px;
	margin-right:9px;
	color:#FFFFFF;
	text-decoration:none;
}


#menu a.sele{
	color:#7EA2A6;
	text-decoration:underline;
}
#menu a:hover{
	text-decoration:underline;
	color:#CCCCCC;
}

#contenido{
	clear:both;
}	

#contenido #izquierda{
	float:left;
	width:632px;
	padding-right:20px;
	text-align:justify;
	
	padding-bottom:10px;
}

#contenido #derecha{
	float:right;
	width:251px;
	margin-top:1em;
	
	padding-bottom:10px;
	
	text-align:center;
}

#contenido #izquierda-tarifas{
	float:left;
	width:432px;
	padding-right:20px;
	text-align:justify;
}

#contenido #derecha-tarifas{
	float:right;
	width:451px;
	margin-top:1em;
	
	padding-bottom:10px;
}

#contenido #izquierda-contacto{
	float:left;
	width:432px;
	padding-right:20px;
	text-align:justify;
}

#contenido #derecha-contacto{
	float:right;
	width:451px;
	
	
	padding-bottom:10px;
}

#contenido #derecha img{ 
	margin-bottom:20px;
}

#contenido #pie{
	clear:both;
	text-align:center;
	font-size:0.8em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3F6F75;
	color: #7EA2A6;
	line-height:25px;
	margin-top:10px;
	margin-bottom:5px;
}

#contenido a{
	color:#FFFFFF;	
}

#contenido a:hover{
	color: #7EA2A6;
}

#pie a{
	color: #7EA2A6;
}

#pie a:hover{
	color: #CCFFFF;
	
}

h2{
	font-size:1.6em;
	margin-top:10px;
	font-stretch:condensed;
	letter-spacing:-2px;
	word-spacing:10px;
	color: #7EA2A6;
}

.temporada{
	margin-right:5px;
	margin-bottom:-5px;
}

.icono{
	margin-right:5px;
	margin-bottom:-2px;
}