/* SOCIEDADESGASTRONOMICAS STYLESHEET */
/* ---------------------------------------------------------------------------- */
/* ESTRUCTURA GENERAL DE LA PAGINA */
body{
	margin:0;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
#superior{							/* zona superior */
	height:108px;
	background-image:url(img/cabeceras/cabecera6.jpg);
	padding:0;
	border-bottom:15px solid #FFFFFF;
}
#columnaizd{						/* columna izquierda */
	background-color:#FFFFFF;
	width:150px;
	padding:0;
	font-size:2px;
}
#columnacen{						/* columna central */
	font: normal 11px Arial, Helvetica, sans-serif;
	width:670px;
	padding:25px 25px 25px 25px;
	color:#333333;
}
#columnacen_home{						/* columna central */
	font: normal 11px Arial, Helvetica, sans-serif;
	width:670px;
	padding:25px 0 0 0;
	color:#333333;
}
#columnadch{						/* columna derecha */
	width:130px;
	background-color:#FFFFFF;
	text-align:center;
	padding:0 auto 0 auto;
}
#bannersinf{						/* barra de banners inferior */
	background-color:#292b36;
	border-top:15px solid #FFFFFF;
	padding:2px 0 2px 0;
}
#footer{							/* pie de pagina */
	/*background-color:#292B36;*/
	background-color:#ffffff;
	text-align:center;
	font-size:11px;
	vertical-align:middle;
	height:25px;
}
/* ---------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------- */
/* ESTILOS GENERALES */
.clear_both{
	clear: both;
}
.float_right{
	float: right;
}
.float_left{
	float: left;
}
.display_none{
	display: none;
}
/* ---------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------- */
/* ESTILOS PARA EL MENU LATERAL Y BUSCADOR */
#menulateral{
	width:150px;
	font-size:11px;
	margin-top:0;
}
#menulateral[id]{
	margin-top:-10px;
}
#menulateral ul{
	font-weight:bold;
	list-style: none;
	margin-left: 0;
	padding: 0;
	border: none;
}
#menulateral li{
	margin:0;
	border-bottom:1px solid #FFFFFF;
}
#menulateral li a{
	display: block;
	padding:2px 2px 2px 10px;
	background-image:url(img/fondomenu1.png);
	color:#333333;
	text-decoration: none;
	width:100%;
}
html>body #menulateral li a {	/* truco para IE/Mac y Firefox */
	width: auto;
}
#menulateral li a:hover {
	color:#FFFFFF;
}
#menulateral li li{
	border-top: 1px solid #FFFFFF;
	border-bottom: 0;
	margin: 0;
}
#menulateral li li a{
	background-image:none;
	display: block;
	padding:2px 2px 2px 15px;
	background-color: #D4D5D7;
	color: #333333;
	font-weight:normal;
	text-decoration: none;
	width: 100%;
}
#menulateral li li a:hover {
	color:#FFFFFF;
	background-color:#94959A;
}
#menulateral li li a.nuevo{
	background: #febaba url(img/nuevo.gif) no-repeat right top;
}
html>body #menulateral li li a {	/* truco para IE/Mac y Firefox */
	width: auto;
}

/* estilos para el buscador */
#buscador{
	background-color:#D4D5D7;
}
#buscador label{
	font-size:11px;
	font-weight:bold;
	display: block;
	padding:2px 0 2px 0;
	background-image:url(img/fondomenu1.png);
	color:#333333;
	text-decoration: none;
	width:100%;
}
#buscador #termino{
	width:112px;
	border:1px solid #292B36;
	background-color:#FFFFFF;
	font:normal 11px #292B36;
	margin:2px;
	height:20px;
	vertical-align:bottom;
	float:left;
	color:#96959A;
	font-size:11px;
}
#buscador #submit{
	width:30px;
	border:1px solid #292B36;
	margin:2px;
	height:20px;
	vertical-align:bottom;
	float:right;
}
/* ---------------------------------------------------------------------------- */



/* ---------------------------------------------------------------------------- */
/* ESTILOS PARA SOLAPAS */
#solapas{
	width:100%;
	line-height:normal;
}
#solapas[id] {	/* Esto es para evitar el margen inferior que sale en Firefox */
	width:100%;
	line-height:normal;
	margin-bottom: 33px;
}
#solapas ul {
	margin:0;
	padding:0;
	list-style:none;
}
#solapas li {
	float:left;
	background:  url("img/pi2.jpg") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	font-weight:bold;
}
#solapas a{
	display:block;
	background:  url("img/pd2.jpg") no-repeat right top;
	padding:5px 15px 5px 6px;
	text-decoration: none;
	color:#A7602C;
}
#solapas a:hover {
	text-decoration:underline;
}	
#solapas #currentsection {
	background-image:  url("img/pi1.jpg");
}
#solapas #currentsection a {
	background-image:  url("img/pd1.jpg");
	padding-bottom:5px;
	color:#FFFFFF;
}
#solapas #currentsection a:hover {
	text-decoration:underline;
}	
/* ---------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------- */
/* ESTILOS PARA ENLACES */
/* este es un enlace para la zona central */
a.enlace1, a.volver{
	clear:both;
	color:#ba5205;
	font-weight:bold;
	font-style:italic;
	margin-top:10px;
}
/* ---------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------- */
/* ESTILOS PARA LA BARRA DERECHA DE BANNERS */
.cabecera_patrocinadores{
	background-color:#BA5205;
	color:#FFFFFF;
	text-align:center;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	display:block;
	padding:2px 0 2px 0;
}
.bannerdch{
	border:1px solid #D4D5D7;
	background-color:#FFFFFF;
	margin:10px auto 10px auto;
	padding:0;
	width:120px;
}
/* ---------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------- */
/* ESTILOS PARA EL PIE DE PAGINA */
#footer ul{
	display:inline;
}
#footer li{
	display:inline;
	list-style:none;
	margin-left:8px;
	margin-right:8px;
}
#footer li a{
	text-decoration:none;
	color:#292b36;
}
#footer li a:hover{
	text-decoration:underline;
	background-color:#ba5205;
	color:#FFFFFF;
}
/* ---------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------- */
/* ESTILOS PARA EL BANNER DESTACADO */
#zona_x1{
	height:108px;
	width:250px;
	float:right;
	right:0;
	top:0;
	/*background-color:#292B36;*/
}
/* ---------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------- */
/* ESTILOS PARA EL BLOQUE DE PARTICIPACION */
.modulo.moduloparticipa{

}
.modulo.moduloparticipa .modulotitulo{
	background-image: url(img/fondo_titulo_modulo_participacion.jpg);
	background-color: #077ac3;
}
.modulo.moduloparticipa .modulocontenido .explicacion{
	border-bottom: 1px dashed #077ac3;
	padding-bottom: 10px;
}
.modulo.moduloparticipa .modulocontenido .participacion {
	border-bottom: 1px dashed #077ac3;
	padding-bottom: 10px;
	padding-top: 10px;
}
.modulo.moduloparticipa .modulocontenido p{
	margin: 0;
}
.modulo.moduloparticipa .modulocontenido span.fecha{
	color: #077ac3;
	font-weight: normal;
	display: inline;
	font-style: normal;
}

.modulo.moduloparticipa .enlace_bloque, .enlace_bloque{
	display: block;
	color: #077ac3;
	text-decoration: none;
	font-style: normal;
	margin-top: 5px;
}
.modulo.moduloparticipa .enlace_bloque:hover, .enlace_bloque:hover{
	text-decoration: underline;
}
.modulo.moduloparticipa .participacion{

}
.modulo.moduloparticipa .participacion .titulo{
	font-weight: bold;
	color: #272935;
	text-decoration: none;
	font-style: normal;
}
.modulo.moduloparticipa .participacion .titulo:hover{
	color: #077ac3;
}
/* ---------------------------------------------------------------------------- */


