@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: 0.9em;
	background-color: #FFFFFF;
	background-image: url(img/f2a.jpg);
	_background-image: url(img/f2.jpg);
	background-repeat: repeat-y;
	background-position: center;
    }
.news_tit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #CC6600;
	font-weight: bold;
}
.news_tit a:hover{
	text-decoration: underline;
	color: #CC6600;
}
.news_tit a:link{
	color: #CC6600;
}
.news_tit a:visited{
	color: #CC6600;
}
.news_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

a img {
     border: 0 none;
}

    #container {
	width: 850px;
	background: #FFFFFF;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	z-index: 20;
	padding-right: 10px;
	padding-left: 10px;
    }

    #header {
	background-color: #7CC242;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 20px;
	background-image: url(img/f_botonera4.jpg);
	height: 100px;

    }

    #mainContent {
	background: #FFFFFF;
	border: 5px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;

    }

    #footer {
	background:#DDDDDD;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	text-align: center;
    } 
	
	#footer a:hover {
	color: #FFFFFF;
	background-color: #7DC243;
    }

    #footer p {
    	margin: 0; /* el ajuste en cero de los márgenes del primer elemento del pie evitará que puedan contraerse los márgenes (un espacio entre divs) */
    	padding: 1px 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 */
    }
	
	#logo {
	position: absolute;
	margin-right: 550px;
	}

	#buscador {
	position: absolute;
	width: 170px;
	margin-left: 645px;
	text-align: right;
	margin-top: 67px;
	}
	#idiomas {
	position: absolute;
	width: 250px;
	margin-left: 560px;
	text-align: right;
	margin-top: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	}
	#idiomas a:hover{
	text-decoration: none;
	color: #000000;
}
.idiomas a:link{
	color: #000000;
}
.idiomas a:visited{
	color: #000000;
}
	
	
	
	
	/******************** menu botonera ******************/
	#menuh {
	position: absolute;

	width: 580px
	top: 60px;
	margin-top: 65px;
	width: 400px;
	height: 20px;
	z-index: 1500;
	font-size: 0.9em;
	margin-left: 240px;
	}

/*#menuh a {
text-decoration: none;
color: #000000;
display: block;
padding: 2px 8px;
text-align: center;
}
#menuh ul {
margin: 0;
padding: 0;

}
#menuh li {
float: left;
}
#menuh ul, li {
list-style-type: none;
}
#menuh a#primero {
border-left: 1px solid #ACCFE8;
}
#menuh a:hover {
	background: #FFFFFF;
	color: #666666;
} 
/******************** fin menu botonera ******************/
#menuh_jap {
	position: absolute;

	width: 620px
	top: 60px;
	margin-top: 65px;
	width: 500px;
	height: 20px;
	z-index: 1500;
	font-size: 0.9em;
	margin-left: 380px;
	}

	#foto_fruta {
	left: 0px;
	top: 0px;
	width: 600px;
	position: float;

	}

	#columna_izquierda {
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	float: left;
	width: 618px;
	}
.recuadro10 {
	margin: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
}

	#columna_derecha {
	width: 221px;
	position: relative;
	float: right;
	font-size: 0.9em;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	}
.separacion_hor {
	padding-right: 15px;
	padding-left: 15px;
	list-style-image: url(img/top3.gif);
}
.separacion_hor a:hover{
	color: #333333;
	text-decoration: underline;
}
.separacion_hor2 {
	padding-right: 190px;
	padding-left: 20px;
	list-style-image: url(img/top3.gif);
	padding-top: 60px;
}
.separacion_hor2 a:hover{
	color: #333333;
	text-decoration: underline;
}
.separacion_hor3 {
	padding-right: 15px;
	padding-left: 15px;
	list-style-type: square;
}

	.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que deba incluir completamente a sus elementos flotantes hijos */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    }

	.barra_verde {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #7CC242;
	}
	.barra_verde2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	background-color: #7CC242;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	}
.separacion_baja {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
}

.idiomes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding: 10px;
	margin-top: 15px;
	background-color: #F4F4F4;
	margin-right: 15px;
	margin-left: 15px;
	font-weight: bold;
}
.idiomes a:hover {
	background-color: #FFFFFF;
	color: #7CC242;
	text-decoration: none;
} 
	.padding15 {
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
}
.separacion_baja_blanco {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	margin-bottom: 20px;
}
.recuadro10b {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
.recuadro10c {
	margin: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
.destacado_rojo {
	font-weight: bold;
	color: #990000;
}
.barra_gris {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #F5F5F5;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(img/f_fruta.jpg);
	background-repeat: no-repeat;
}
.tiponemosuno {
	font-size: 0.9em;
}
.separacion_izquierda {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	font-size: 0.9em;
}
.ver_siguientes {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-left: 20px;
}
