/* ie 6 /
 */

p {zoom: 1}

/* Ajustes Generales
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
* {
	margin: 0;
	padding: 0;
	font-family: tahoma;
}
a {
	text-decoration: none;
	color: inherit;
}
img {
	border: 0;
}


body {
	padding: 20px 0;
	background: url(../images/bg.jpg) #000 fixed center;
}

/* Contenedor
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div#contenedor {
    width: 974px;
    margin: 0 auto;
    text-align:left;
	border: 10px solid #FFF;
	background: #f8e7bc;
}

/* Cabecera
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div#cabecera {
	border-bottom: 10px solid #FFF;
	height: 140px;
	background: url(../images/fondo.png) left no-repeat #ECB71C;
	position: relative;
}
#logo {
	position: absolute;
	left: 10px;
	top: 10px;
}
#eslogan {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

/* Principal
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div#principal {
	background: #f8e7bc;
    overflow: hidden;
    height: 1%; /* IE 6 convertir en Layout */
}

/* Menu
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div#menu {
    width: 200px;
    float: left;
}

div#menu ul {
	list-style: none;
}

div#menu li {
    margin: 10px;
    height: 1%;
}

div#menu a{
	text-align: right;
    margin: auto;
    font-size: 18px;
	line-height: 30px;
	font-style: italic;
    height: 30px;
    overflow: hidden;
    display: block;
    padding: 0 10px;
    color: green;
    font-weight: bold;
    background: url(../images/menu_sprite.png) repeat-x;
}

div#menu a:hover	{color: #FFF;}

/*div#menu a:hover	{background: url(sprite.png) repeat-x 0 -30px; color: #FFF;}
div#menu a:active	{background: url(sprite.png) repeat-x 0 -60px;}*/

/* Laterar Derecho
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#lateral {
	width: 150px;
	float: right;
}

#lateral div.elemento {
	border-bottom: 10px solid #FFF;
}


/* Contenido
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div#contenido {
	background: #f9f7ea;
	
    margin-left: 200px;
	margin-right:150px;
	
    padding: 20px;
	
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;

    height: auto !important;
    height: 450px;
    min-height: 450px;
}

div#contenido p {
	font-size: 18px;
    text-align: justify;
    margin: 10px 0;
	overflow: hidden;
}

div#contenido h1,h2 {
    margin-bottom: 10px;
    
}



div#contenido h1{
	font-size: 42px;
	font-style: italic;
	text-align: right;
	color: green;
	background: url(../images/h1bg.gif) repeat-x right bottom;
}
div#contenido h2{
	font-size: 24px;
	text-align: left;
	color: #ECB71C;
	border-bottom: 1px dashed #DDD;
}
/* Pie
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div#pie {
	border-top: 10px solid #FFF;
	padding: 5px 20px;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	background: green;
}


/* Otros
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.imagen {border: 1px solid gray; padding: 5px; width: 200px;}
.imagen.izq	{margin-right: 10px; float: left;}
.imagen.der	{margin-left: 10px; float: right;}
.imagen.cnt	{ margin: 10px; text-align: center;}


#calendario {
	height: 140px;
	color: #FFF;
	padding: 5px;
	background: #ecb71c;
	border-bottom: 10px solid #FFF;
	font-size: 14px;
	text-align: center;
}

#precios {
	color: #FFF;
	padding: 10px;
	background: green;
	border-bottom: 10px solid #FFF;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
#precios li {
	text-align: left;
	margin: 10px;
}



#galeria {
	overflow: hidden;

}


#galeria li {
	list-style: none;
	display: inline;
	float: left;
}

#galeria img {
	border: 1px solid #DDD;
	padding: 4px;
	background: #FFF;
}


#calendario {
  width: 140px;
  height: 140px;
  text-align: center;	
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
}
#calendario a {
  color: inherit;
}
#calendario .hoy {
	background: green;
}
#calendario .fin {
	background: orange;
}
#calendario .fiesta {
	background: red;
}