
/********** Estilos generales **********/

* {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #62521A;
}
img {
	border: 0;
}
h1 {
	text-align: center;
	margin-bottom: 15px;
}
h2 {
	color: #503F02;
	font-style: normal;
	text-align: left;
	border: 2px solid #62521A;
	margin-bottom: 20px;
	height: 9px;
}

h3 span {
	text-align: center;
	margin-bottom: 20px;
	padding: 3px;
	font-size: 16px;
	display: block;
	/*font-style: normal;*/
}

strong{
	color: #503F02;
	font-style: normal;

}
h2 span {
	position: relative;
	top: -9px;
	left: 8px;
	float:left;
	background: url("imgs/fondo.png");
	padding: 0 5px;
}

ul {
	list-style-type: none;
	
}
a {
	color: #62521A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.izquierda {
	float: left;
	width: 49%;
	text-align: left;
}

.derecha {
	float: right;
	width: 49%;
	text-align: left;
}

.marco {
	background: url("../imgs/marco.png");
	width: 247px;
	height: 202px;
	background-repeat: no-repeat;
	display: table;
}

.izquierda .marco {
	margin-left: 30px;
	padding-top: 7px;
	padding-left: 8px;
}

.derecha .marco {
	margin-right: 30px;
	padding-top: 7px;
	padding-left: 8px;
}

.pie_foto {
	padding: 5px;
	width: 240px;
	text-align: center;
	display: block;
}

.izquierda .pie_foto {
	margin-left: 30px;
}

.derecha .pie_foto {
	margin-right: 30px;
}

.capa_imagen_novedad {
	border: 2px solid #62521A;
	padding: 5px;
	margin: 0px 10px 10px 10px;
	float: left;
}

.fecha_novedad {
	text-align: right;
	margin-bottom: 10px;
	display: block;
}

.titulo_novedad {
	font-size: larger;
	font-style: normal;
	margin-bottom: 6px;
	display: block;
}

.resumen_novedad {
	display: block;
	margin-bottom: 6px;
}

.texto_novedad {
	display: block;
	font-style: normal;
	text-align: justify;
}

.titulo_novedad {
	border-bottom: 2px solid #62521A;
}

.novedad {
	text-align: justify;
	margin-bottom: 40px;
	float: left;
	width: 650px;
}

.novedad_portada, .contacto_portada {
	text-align: center;
	margin-bottom: 20px;
	float: left;
	width: 325px;
	padding: 5px;
}

.novedad_portada .fecha {
	font-style: normal;
	/*font-weight: normal;*/
	font-size: x-small;	
}

.novedad_portada img, .contacto_portada img {
	border: 2px solid #62521A;
	padding: 5px;
	margin: 0px 10px 10px 10px;
}

.contacto_portada .seccion {
	background-color: #C7BC8D;
	color: #000;
	padding: 3px;
}

.contacto_portada .imagen {
	margin-top: 10px;
}

.datos-iz{
	float: left;
	width: 460px;
	border: 1px solid #AC9973;
	padding:5px;
	margin:3px;
}

.datos-der{
	float: right;
	clear:right;
	width:190px;
	border: 1px solid #AC9973;
	padding:5px;
	margin:3px;
}

.campo_formulario {
	color: #ff0000;
	font-style:normal;
	font-weight:normal;
}

.mensaje_formulario {
	clear: right;
	text-align: center;
	padding: 50px 0 10px 0;
	font-size: larger;
	color: #62521A;
}

.campo_error {
	border: 2px solid #ff0000;
}

.clear{
	clear: both;
}

/********** Contenedor **********/

#bordeContenedor {
	width: 965px;
	margin: 0 auto;
	background-color: #A29973;
	border: 1px solid #6D6857;
	border-top: 0;
	padding: 0 10px 10px;
}
#contenedor {
	background: url("imgs/fondo.png");
	border: 1px solid #8A8574;
	border-top: 0;
	padding: 10px 20px 0;
	overflow: hidden;
	height: 1%;
}

/********** Menu y buscador **********/

#menu {
	width: 200px;
	float: left;
	border: 3px solid #62521A;
	padding: 30px 0;
	margin-bottom: 20px;
	position: relative;
}
#menu ul {
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
#menu li, #menu form {
	width: 175px;
	background-color: #A29973;
	margin: 0 auto 10px;
	padding: 3px;
	
}
#menu li a, #menu li div, #menu form div {
	color: #FFF;
	border: 1px solid #FFF;
	display: block;
	padding: 4px 0;
		
}
#menu li a:hover {
	text-decoration: none;
	background-color: #C7BC8D;

}

#menu li div, #menu li.selected {
	background-color: #C7BC8D;
	color: #000;
	width: 185px;
}

#menu form {
	margin: 50px auto;
	text-align: center;
}
#menu input.caja {
	width: 160px;
	margin: 5px;
}
#menu input.boton {
	background-color: #C2B78A;
	border: 1px solid #8A846B;
	margin: 2px;
}
#menu .cuadriculaTop {
	background: url("imgs/cuadriculaTop.gif") no-repeat;
	width: 60px;
	height: 62px;
	position: absolute;
	top: -20px;
	right: -19px;
}
#menu .cuadriculaBottom {
	background: url("imgs/cuadriculaBottom.gif") no-repeat;
	width: 60px;
	height: 62px;
	position: absolute;
	bottom: -20px;
	left: -19px;
}

/********** Contenido **********/

#contenido {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 40px;
	margin: 0 0 20px 230px;
}
#cierre{
	background-image: url("imgs/pie-contenido.gif");
	width:680px;
	height:23px;
	padding:0px;
	clear: both;

}
#contenido ul{
	list-style-type: square;
	padding-left:15px;

}
#destacados {
	margin: 40px 0;
	overflow: hidden;
	/*height: 1%;*/
}
#destacados div {
	float: left;
	/*width: 250px;*/
	/*padding: 0 45px;*/
}

#novedades {
	margin: 20px 0;
	text-align: left;
	padding: 20px;
}

#datos{
	clear: right;	
}

/*#formulario{
	clear: right;
	float: right;
}*/

#formulario table{
	width:100%;
	border:0;
	cellpadding:3;
	cellspacing:3;
	background: url("imgs/fondo.png");
}
#formulario td{
	text-align: left;
	vertical-align: top;
}

#formulario .enviar{
	background-color: #C7BC8D;
	font-size: larger;
	font-style: normal;
	border: 2px solid #62521A; 
	padding: 6px;
	width: 80px;
	margin-left: auto;
	margin-right: auto;
}

#descargas {
	clear: right;
	float: left;
	text-align: left;
	padding: 20px;
}

#descargas ul {
	list-style-type: disc;
	font-style: normal;
}

#novedades_portada {
	background-color: #A29973;
	background-image: url("imgs/fondo_a.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0 auto 20px;
	padding: 3px;
	color: #FFF;
	border: 1px solid #FFF;
	display: block;
	float: left;
	clear: right;
}

#contactos_portada {
	margin: 0 auto 10px;
	padding: 3px;
	display: inline;
	float:left;
	clear: right;
}

#telefono {
	/*background-color: #C7BC8D;*/
	padding: 7px 40px 7px 40px;
	font-size: 22px;
	color: #62521A;
	margin: 20px auto auto 20px;
}

/********** Pie **********/

#pie {
	color: #FFF;
	text-align: center;
	padding: 10px 0;
}
#pie a {
	color: #FFF;
}
