@charset "UTF-8";
body  {
margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ECECEC;
	background-image: url(img/f2.gif);
    }

    .twoColLiqRtHdr #container { 
    width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #ECECEC;
	z-index: 10;
	
    } 
	.twoColLiqRtHdr #container2 { 
    width: 840px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #ECECEC;
	z-index: 10;
	
    } 
#sesion {
	position: absolute;
	margin-top: 85px;
	margin-left: 750px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

    .twoColLiqRtHdr #header {
	background-color: #D12F18;
	background-image: url(img/f_cabecera2.jpg);
	height: 80px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
    } 
#logo {
	width: 500px;
	margin-top: 10px;
	margin-left: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
}
#buscador {
	width: 150px;
	margin-left: 740px;
	position: absolute;
	margin-top: 50px;
}
#buscador2 {
	width: 240px;
	margin-left: 630px;
	position: absolute;
	margin-top: 55px;
}
#barra_botonera {
	background-color: #CCCCCC;
	width: 880px;
	margin-top: 80px;
	margin-left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
}
#barra_botonera2 {
	background-color: #CCCCCC;
	width: 820px;
	margin-top: 80px;
	margin-left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
}
.buscador {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F4F4F4;
	border: 1px solid #CCCCCC;
	}
    .twoColLiqRtHdr #header h1 {
    	margin: 0; /* el ajuste en cero del margen del último elemento del div de #header evita la contracción del margen (un espacio inexplicable entre divs). Si el div tiene un borde alrededor, esto no es necesario, ya que también evita la contracción del margen */
    	padding: 10px 0; /* el uso de relleno en lugar de margen le permitirá mantener el elemento alejado de los bordes del div */
    }

    .twoColLiqRtHdr #sidebar1 {
	float: right; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 150px; /* el relleno superior e inferior crea un espacio visual dentro de este div  */
	margin-top: 35px;
	*margin-top: 10px;
	margin-right: 10px;
	*margin-right: 5px;
	margin-bottom: 20px;
    }

    .twoColLiqRtHdr #sidebar1 h3, .twoColLiqRtHdr #sidebar1 p {
	margin-left: 10px; /* deben asignarse los márgenes izquierdo y derecho de cada elemento que vaya a colocarse en las columnas laterales */
	margin-right: 10px;
    }

    .twoColLiqRtHdr #mainContent {
	margin-bottom: 10px;
	margin-left: 10px;
	width: 720px;
	margin-top: 35px;
	*margin-top: 25px;
	zoom: 1; 
    } 
	.twoColLiqRtHdr #mainContent2 {
	margin-bottom: 10px;
	margin-left: 10px;
	width: 820px;
	margin-top: 35px;

	zoom: 1;
    } 
	
	/* set millions of background images */
.rbroundbox { background: url(img/esqs/nt.gif) repeat; }
.rbtop div { background: url(img/esqs/tl.gif) no-repeat top left; }
.rbtop { background: url(img/esqs/tr.gif) no-repeat top right; }
.rbbot div { background: url(img/esqs/bl.gif) no-repeat bottom left; }
.rbbot { background: url(img/esqs/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
.rbroundbox {
	width: 100%;
}
    .twoColLiqRtHdr #footer {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
    } 

    .twoColLiqRtHdr #footer p {
	margin: 0; /* el relleno de este elemento creará espacio, de la misma forma que lo haría el margen, sin el problema de la contracción de márgenes */
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
    }
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
	}

.footer a:link {
	text-decoration: none;
	color: #333333;
}
.footer a:visited {
	text-decoration: none;
	color: #333333;
}
.footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #990000;
}

    .fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
    	float: right;
    	margin-left: 8px;
    }

    .fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
    	float: left;
    	margin-right: 8px;
    }

    .clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }

.sep_izq20 {
	padding-left: 15px;
}
.sep_izq35 {
	padding-left: 35px;
}
.sep_baja {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.sep_sesion200 {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 300px;
	position: absolute;
}
.separa_izquierda {
	padding-left: 15px;
}
a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}

.news_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.news_tit {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.news_tit a:link {
	text-decoration: none;
	color: #CC0000;
}
.news_tit a:visited {
	text-decoration: none;
	color: #CC0000;
}
.news_tit a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.espacio10 {
	padding-right: 10px;
	padding-left: 10px;
}
.fondo_fruta {
	background-image: url(portada/fruta_volum.jpg);
	height: 120px;
	width: 120px;
}
.avis_tit {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EDEDED;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 6px;
	background-image: url(img/f_caja2.gif);
}
.tit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}

.avis_txt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #999999;
}
.avis_txt a:link {
	text-decoration: none;
	color: #666666;
}
.avis_txt a:visited {
	text-decoration: none;
	color: #666666;
}
.avis_txt a:hover {
	text-decoration: underline;
	color: #333333;
}

.subtitulo {
	font-size: 14px;
	font-weight: bold;
	color: #996600;
}
.subtitulo2 {
	background-color: #F7F7F7;
	margin: 0px;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.subtitulo3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(img/f_socis_cap.jpg);
	padding-top: 5px;
	margin-top: 20px;
}
.caja-espacio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px dotted #CCCCCC;
}
.caja-espacio2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;

}
caja-espacio2b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-image: url(img/f_caja_socis.gif);
	background-repeat: no-repeat;
}
.caja-espacio3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	border: 1px dotted #CCCCCC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(img/f_caja4.gif);
	background-repeat: no-repeat;
}
.caja-espacioblanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left: 15px;
}
.txt_fondorojo {
	color: #000000;
}
.txt_fondorojo a:link {
	text-decoration: none;
	color: #333333;
}
.txt_fondorojo a:visited {
	text-decoration: none;
	color: #333333;
}
.txt_fondorojo a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC0000;
}
.links {
	padding-left: 30px;
}
.socis_tit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #333333;
	text-align: left;
	padding-top: 12px;
	padding-right: 3px;
	padding-bottom: 12px;
	padding-left: 15px;
	background-image: url(img/f_caja.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FCCFD1;
}
.position_flash {
z-index: 50;
}
.socis_fondoblanco {
	background-color: #FFFFFF;
	padding: 15px;
	
}
.seccio_tit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #993300;
	font-weight: bold;
	margin-bottom: 30px;
	padding-right: 20px;
	padding-left: 5px;
	text-transform: uppercase;
}
.news_seccio {
	font-weight: bold;
	color: #666666;
	text-transform: capitalize;
}
.no_noticia {
	padding-left: 15px;
	font-weight: bold;
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFFFCC;
}
.rojo {
	color: #CC0000;
}
.ver_siguientes {
	padding-left: 15px;
	font-weight: bold;
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.idiomas_izq {
	font-weight: bold;
	padding-right: 20px;
}
.idiomas_izq a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.idiomas_izq a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.idiomas_izq a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
.videopetit {
	height: 55px;
	width: 90px;
}
