* {
	margin:0;
	padding:0;
}

body {
	font-size:12px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	background:#a4973b url('../images/fondo.gif');
	color:#ffeb00;
}

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

p {
	margin: 0 0 10px 0;
}

img {
	border: 2px #a4973b solid;
}

h1, h1 a {
	font-size:54px;
	font-variant:small-caps;
	color:#2C3101;
	text-decoration: none;
}

h2, h2 a {
	margin:8px 0;
	font-size:24px;
	color: #a4973b;
	text-decoration: none;
	line-height:120%;
}

h3 {
	font-size:1.2em;
	margin:0 0 10px 0;
}

hr {
	border: 0;
	color: #a4973b;
	background-color: #a4973b;
	height: 1px;
	width: 100%;
	display:block;
}

input {
	border: 1px #a4973b solid;
	width: 300px;
}
textarea {
	border: 1px #a4973b solid;
	width: 400px;
	height: 130px;
}


#paginacion a {
	text-decoration:none;
	font-weight:bold;
}

#contenedor {
	width:960px;
	margin:0 auto;
	padding:0 20px;
	line-height: 200%;
	color: #666;
	background-color: #fff;
	border: 1px #fff solid;
}

#menu {
	margin-top:10px;
	width: 175px;
	float: left;
	background-color:#2C3101;
	color: #ffd700;
	padding:10px;
}
#menu p {
	border-bottom: 1px #fff solid;
	text-transform: capitalize;
	line-height:120%;
	padding:0 0 5px 2px;
}
#menu a {
	text-decoration: none;
}
#menu a:hover {
	color: #ffd700;
}
ul.fechas {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.fechas li.abierto, ul.fechas li.cerrado {
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 0 0 0 14px;
	margin: 0;
}
ul.fechas li.cerrado {
	background-image: url(../images/a-cerrado.png);
}
ul.fechas li.abierto {
	background-image: url(../images/a-abierto.png);
}
ul.fechas li.abierto a {
	color: #ffd700;
}
ul.fechas li.abierto a.linkColor {
	color:#a4973b;
}



#contenido {
	margin-left: 210px;
}

#comentarios {
	padding: 6px;
}

#cabecera {
	width:1000px;
	height:100px;
	margin:0 auto;
	background-image: url('../images/superior.gif');
	background-repeat:no-repeat;
	background-position: bottom center;
	text-align: center;
}

#pie {
	width:1000px;
	height:60px;
	clear:both;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	background-image: url('../images/inferior.gif');
	background-repeat: no-repeat;
	background-position: top center;
}
#pie a {
	color:#fff;
	text-decoration:none;
}


.separador {
	clear:both;
	height:15px;
}

.errores {
	color: #f00;
	font-weight: bold;
	padding: 2px;
}

.oculto {
	display:none;
}
