@charset "iso-8859-1";
/* CSS Document */

*{
	border:0px;
	margin:0;
	padding:0;
}

body{
	background:url(../img/fondo.jpg) top center no-repeat #000;
	font-family:Tahoma, Geneva, sans-serif;
}

h1.index{
	width:120px;
	height:141px;
	position:relative;
	font-size:1%;
	margin:0px;
}


h1.index span{
	position:absolute;
	width:120px;
	height:141px;
	left: 0px;
}


h1.index span{
	background:url(../img/logo.png) center no-repeat;
}

a{
	color:#333;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

a:visited{
	color:#666;
	text-decoration:underline;
}

address{
	font-size:80%;
	font-style:normal;
	color:#666;
}

iframe{
	width:320px;
	height:300px;
}

#contenedor{
	width:828px;
	margin:0 auto 10px auto;
	min-height:200px;
	background-color:#FFF;
	padding-bottom:15px;
}


#cab{
	float:left;
}

#contenedor-intro{
	width:828px;
	margin:0 auto;
	min-height:503px;
	background:url(../img/splash.jpg) no-repeat top center #FFF;
	padding-bottom:15px;
}

#contenedor-intro h1{
	display:none;
}

#logo{
}

#cabecera{
	height:339px;
	background:url(../img/cabecera-completa.jpg) bottom repeat-x;
}


#menu{
	display:block;
	margin:35px 15px;
	width:150px;
	z-index:15;
}

#menu li{
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	list-style:none;
	line-height:25px;
	padding:3px 7px;
	
}

#menu li a{
	color:#FFF;
	text-decoration:none;
	border-bottom:1px solid #48300C;
	display:block;
}

#menu li a:hover{
	border-bottom:1px dashed #FFF;
	
}

#menu .aqui{
	border-bottom:1px solid #48300C;
	background-color:#000;
}

#contenido{
	padding:5px 20px 20px 220px;
}

#contenido-horario{
	padding:5px 20px 20px 180px;
}

#contenido-galeria{
	padding:5px 20px 20px 150px;
}

#contenido h2, #contenido-horario h2, #contenido-galeria h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#630;
	font-style:italic;
	font-weight:normal;
	font-size:110%;
	margin:10px 0;
}

#contenido h3, #contenido-horario h3, #contenido-galeria h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#630;
	font-style:italic;
	font-weight:normal;
	font-size:100%;
	margin:10px 0;
}

#contenido p, #contenido li, #contenido-horario p, #contenido-horario li, #contenido-galeria p{
	color:#666;	
	font-size:80%;
	line-height:16px;
}

#contenido p, #contenido-horario p{
	margin:10px 0;
	line-height:18px;
}

#contenido li, #contenido-horario li{
	list-style:none;
	margin-left:20px;
}

#contenido #col-izda, #contenido-horario #col-izda{
	float:left;
	width:280px;
}

#contenido #col-dcha, #contenido-horario #col-dcha{
	float:right;
	width:280px;
	
	border-left:1px dotted #999;
	padding-left:10px;
	margin-right:1%;
}

#contenido-galeria #col-izda{
	float:left;
	width:300px;
}

#contenido-galeria #col-dcha{
	float:right;
	width:280px;
	
	border-left:1px dotted #999;
	padding-left:10px;
	margin-right:1%;
}



#contenido .menu-grupo{
	float:left;
	width:30%;
	border-left:1px dotted #999;
	padding-left:10px;
	margin-right:1%;
}

ul.carta-y-menus{
	background-color:#E7E2E2;
	border-top:1px solid #666;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

ul.carta-y-menus li{
	display:inline;
	list-style:none;
	font-size:80%;
	margin-right:20px;
}

	
#pie{
	margin:0px 15px;
	background-color:#E7E2E2;
	border-top:1px solid #666;
	height:15px;
	padding:5px;
}

#pie p, #pie ul{
	font-size:70%;
	color:#333;
	
}

#pie p{
	float:left;
}

#pie ul{
	float:right;
}

#pie li{
	list-style:none;
	display:inline;
}

/*-----------index------*/
	
.dcha-index, .izda-index{
	
	height:500px;
}
	
.dcha-index{
	float:right;
	width:394px;
	background:url(../img/index-d.png) bottom left no-repeat;
}

.izda-index{
	float:left;
	width:404px;
	background:url(../img/index-i.png) bottom right no-repeat;
	margin-left:30px;
}


.destacados{
	padding-top:400px;
	margin-left:30px;
}

.destacado{
	padding:0 6px;
	background:url(../img/flecha.gif) right top no-repeat;
	width:200px;
	height:40px;
	margin-bottom:15px;
}

.destacado h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#663300;
	font-style:italic;
	font-size:100%;
}

.destacado h2 a{
	color:#663300;
}

.destacado p{
	font-size:80%;
}


.destacado, .destacado a{
	display:block;
}



.slogan{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#630;
	width:770px;
	margin-left:auto;
	margin-right:auto;
}

.slogan h3{
	font-weight:normal;
	font-style:italic;
	padding:10px 0;
	text-align:right;
}

/*------COMODINES-------*/
.clear{clear:both;}
