/* Documento css registrado por FLEXO estudio digital */

/* ------------------------------------- General -----------------------------------*/

body {
	margin: 0px;
	padding:0px;
	font-family: Trebuchet MS,Arial, sans-serif;
	font-size: 70%;
	color:#333333;
	background-color: #4d4c37;
	border-top:5px solid #9f9f75;
	}

img{border:0px;}

acronym {cursor: help; text-decoration:underline;}


/* ----------------- Tablas ------------*/
table{
	margin: 0px 0px 10px 0px;
	}

th{
	background-color:#afa97b;
	color:#FFFFFF;
	text-align:center;
	padding:3px;
}

td{
	background-color:#f0f0e0;
	text-align:center;
	padding:3px;
}


/* ----------------- Enlaces ------------*/
a {
	color: #cc3300;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;	
}

/* ----------- Encabezados y parrafo -------------*/
h1 {
	display:none;
	}

h2 {
	font-family: Georgia, Times, serif;
	font-size:210%;
	letter-spacing: -1px;
	padding:3px 0px 10px 0px;
	color:#545429;
	margin:0px;
	text-transform:uppercase;
	clear:both;
	}
	
h3 {
	font-size:120%;
	padding:4px 0px 4px 10px;
	margin:10px 0px 10px 0px;
	background-color:#9f9f77;
	color:#FFFFFF;
	clear:both;
}

h4 {
	color: #64653e;
	font-size:120%;
	padding:2px 5px 2px 0px;
	margin:10px 0px 5px 0px;
	clear:both;
}

h5 {
	color:#656659;
	font-size:110%;
	padding:0px 0x;
	margin:5px;
}

p	{
	margin:0px;
	padding:5px 0px;
	}


/* ------------------- Formularios -------------------*/

form {
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
padding: 10px 0px 0px 10px;
margin:0px;
}

input{
	font-size:100%;
	border:1px solid #928f8b;
	padding:4px 6px;
	margin:0px 0px 10px 0px;
	background-color: #f0f0e0;
	}
	
select{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:100%;
	border:1px solid #928f8b;
	padding:0px;
	color:#333333;
	margin:3px 0px 10px 0px;
	}
label{color:#666666;}	
	

textarea{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:100%;
	border:1px solid #928f8b;
	padding:6px;
	margin:0px 0px 10px 0px;
	background-color: #f0f0e0;
	}
submit{
	border:1px solid #333333;
	padding-left:3px;
	}

.botontxt{
	border:1px solid #333333;
	padding-left:3px;
	}
	
/* ------------------------------------- Capas principales -----------------------------------*/


#wrapper { 
	position : relative;
	width : 800px;
	height : auto;
	margin : 0 auto;
	padding : 0;
}

#contenedor_home{
	position: absolute;
	top:50%;
	left:50%;
	width:800px;
	margin-left:-400px;
	height:400px;	
	margin-top:-200px;
}

#contenedor{
	width:800px;
	margin: 0px auto 20px auto;
	padding: 0px;
	background-color:#FFFFFF;
}

#cabecera{
	width:800px;
	height: 230px;
	padding:0px;
	margin:0px;

}

#logo{
	float:left;
	text-align:center;
	padding:10px 0px 0px 0px;
	width:220px;
	background-color:#FFFFFF;

}

#carrusel{
	float:right;
	width:580px;
	margin:0px;
	padding:0px;
	background-color: #f0f0e0;
}

#menu{
	float:right;
	width:580px;
	margin:0px;
	padding:0px;
	background-color: #64653e;
	background-image: url(/img/pix_menu.gif);
	background-repeat:no-repeat;
	background-position:center;
}


#lateral{
	clear: left;
	float:left;
	padding:0px;
	margin: 0px;
	width:220px;
}
#idioma_top{
	width:800px;
	font-size:90%;
	text-align:right;
	margin:0px auto;
	padding:10px 0px 0px 0px;
}

#idioma{
	font-size:90%;
	margin:0px;
	padding:10px 10px 0px 10px;
	background-color: #f0f0e0;
	border-bottom:1px solid #FFFFFF;
}


#submenu{
	margin:0px;
	padding:20px;
	border-top: 1px solid #f0f0df;
	background-image:url(/img/pix_submenu.gif);
	background-repeat:repeat-x;
}



#contenido{
	float:left;
	background-image:url(/img/pix_sombra_contenido.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding: 40px;
	width:495px;
	margin: 0px;
}


#aceites{
	float:right;
	padding: 0px 10px;
	margin: 90px 0px 10px 0px;
	width:200px;
	border-left: 1px solid #cccccc;
}

#botellas{
	clear:both;
	text-align:center;
	padding: 0px 0px;
	margin: 20px 0px 0px 0px;
}

#botellas img{
	border-top:3px solid #ffffff;
	border-bottom:1px solid #ffffff;
	margin:0px;
	padding:15px 3px 0px 0px;
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
}
#botellas img:hover{
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}


	
#pie{
	clear:both;
	width:780px;
	color:#fff;
	text-align:center;
	margin:0px auto;
	padding:0px 10px;
	height:30px;
	background-color: #9f9f77;
	background-image:url(/img/pix_pie.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
#pie a{color: #fde174;}


/* ------------------------------------- Capas home 2011 -----------------------------------*/
#home_slide{
	padding: 0px 0px;
	margin: 20px auto;
	width:750px;
	border: 5px solid #a0a074;
}


#home_almazara{
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 20px 25px 20px 25px;
	width:250px;
	border-top: 2px solid #e5e5e5;
	background:url(/img/pix_sombra_contenido_home.gif) no-repeat left top;
}

#home_ajd{
	float:left;
	margin: 0px 0px 0px 20px;
	padding: 20px 25px 20px 0px;
	width:200px;
	border-top: 2px solid #e5e5e5;
	
}

#home_tienda{
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 25px;
	width:250px;
	border-top: 2px solid #e5e5e5;
	background:url(/img/pix_sombra_contenido_home.gif) no-repeat left top;
}


#home_noticias{
	float:left;
	margin: 0px 0px;
	padding: 20px 20px 20px 20px;
	width:210px;
	border-top: 2px solid #e5e5e5;
	background:url(/img/pix_sombra_contenido_home.gif) no-repeat left top;
}



#home_denominacion{
	float:left;
	margin: 0px 0px 0px 20px;
	padding: 20px 10px 20px 0px;
	width:360px;
	border-top: 2px solid #e5e5e5;
}

#home_premio{
	float:left;
	margin: 0px 0px;
	padding: 20px 0px 20px 25px;
	width:360px;
	border-top: 2px solid #e5e5e5;
	background:url(/img/pix_sombra_contenido_home.gif) no-repeat left bottom;
}






/* ------------------------------------ clases -----------------------------------*/

/* ------------------------ Fotos --------------------------*/

.fotoparrafode {
	float: right;
	padding: 0px;
	margin: 0px 0px 10px 15px;
}
.fotoparrafoiz{
	float: left;
	padding: 0px;
	margin: 0px 15px 10px 0px;
}


	


.fotoparrafo {
	float: left;
	padding: 0px;
	margin: 5px 25px 5px 0px;
}

.fotoparrafomarco {
	float: left;
	padding: 0px;
	margin: 0px 15px 5px 0px;
	border:10px solid #efeddf;
}

.primerparrafo{margin-top:30px;}

.ficha{
margin:30px 0px 0px 0px;}


.separador {
	clear:both;
}

.logo img{
	border:none;
	padding:1px;
	margin:0px 10px 10px 0px;
}

.oliva{color: #999000; font-weight:bold;}
.mini{font-size:90%;}
.oculto{display:none;}
.gris{color:#666;}
.tecla {text-decoration: underline;} 
.negrita{font-weight:bold; }

.localizacion { border-bottom:3px solid #f0f0e0;}
.localizacion:hover{ border-bottom:3px solid #cc0000;}

.formatos{
	margin:0px 5px;
	padding:22px 45px 20px 10px;
	color: #666600;
	background-image:url(/img/fondo_formatos.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.formatos_especiales{
	margin:0px 5px;
	padding:20px 45px 20px 10px;
	color: #666600;
	background-image:url(/img/fondo_formatos_especiales.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.formatos_olivas{
	margin:0px 5px;
	padding:20px 45px 20px 10px;
	color: #666600;
	background-image: url(/img/fondo_formatos_olivas.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.cajas{
	margin:0px 5px;
	padding:20px 45px 20px 10px;
	color: #666600;
	background-image:url(/img/fondo_embalaje.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.litros{
	background-color:#828655;
	padding:0px 2px;
	color:#FFFFFF;
}



/* ------------------------------------- Listas -----------------------------------*/

/* ----------------- general -----------------*/
ol{
	margin:0px;
	padding:0px;
}
ul{
	margin:0px 0px 10px 0px;
	padding:0px;
	list-style:none;
}
li{
	margin:0px;
	padding:0px;
}

/* ---------------- lista del menu -------------------- */

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 9px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight:bold;
}

#menu li {
	padding:0px 0px;
	display: inline;
	margin: 0px;
	text-transform:uppercase;
}

#menu li a{
	padding: 8px 12px;
	margin:0px;
	color:#FFFFFF;
	text-decoration:none;
}

#menu li a:hover {
	background-color:#46472b;
}	

/* ----------------- clases para listas ----------------*/
.idioma ul{
	margin: 0px;
	padding: 0px;
	list-style:none;
	display:inline;
}
.idioma li {
	display:inline;
	margin: 0px 0px 0px 20px;
	text-decoration: none;
	background-position:0px 0px;
	padding: 0px 0px 0px 18px;
}
.idioma li a{
	color: #FC6;
	display:inline;
	text-decoration: none;
}
.idioma a:hover {
	text-decoration: underline;
}

.id_esp{
	background-image: url(/img/id_esp.gif);
	background-repeat:no-repeat;
	background-position:0px;
}
.id_eng{
	background-image: url(/img/id_eng.gif);
	background-repeat:no-repeat;
	background-position:0px;
}




/* ----------------- noticia imagenes----------------*/

#reg_imgs  {
	text-decoration: none;
	margin:0px 0px 0px 0px;
	padding: 4px;
	height:20px;
}

#reg_imgs li {
	text-decoration: none;
	margin:0px 0px 10px 0px;
	padding:0px;
	display:inline;
	float:left;
}
#reg_imgs li a{
	margin: 0px 0px 15px 5px;
	padding:3px 6px;
	text-decoration: none;
	font-weight:normal;
	color:#FFF;
	background-color:#a0a074;
	
}
#reg_imgs a:hover {
	text-decoration:none;
	background-color: #C00;
}


/* ----------------- noticia descargas ------------*/

#reg_docs ul{
	margin: 0px;
	padding: 0px 0px;
	list-style-type:none;
}

#reg_docs li {
	text-decoration: none;
	background-image:url(/img/ico_adjunto.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding: 5px 0px 5px 20px;
	font-weight:normal;
	border-bottom:1px dotted #e2ded8;
}

	

/* ----------------- clases para listas ----------------*/
.listado ul{
	margin: 0px;
	padding: 0px;
	list-style:none;
	display:inline;
}
.listado li {
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	background-image:url(/img/ico_flecha_der_ng.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding: 3px 0px 5px 8px;
	border-bottom:1px solid #f0f0e0;
}
.listado li a{
	display:inline;
	text-decoration: none;
}
.listado a:hover {
	text-decoration: underline;
}


/* ----------------- clases para titulos de seccion ----------------*/

.tt_es_almazara{
background-image:url(/img/tt_es_almazara.gif);
background-repeat:no-repeat;
height:35px;
width:225px;
margin:0px 0px 0px 0px;
}

.tt_es_aceitesajd{
background-image:url(/img/tt_es_aceitesajd.gif);
background-repeat:no-repeat;
height:35px;
width:200px;
margin:0px 0px 0px 0px;
}

.tt_es_productos{
background-image:url(/img/tt_es_productos.gif);
background-repeat:no-repeat;
height:35px;
width:400px;
margin:0px 0px 0px 0px;
}

.tt_es_noticias{
background-image:url(/img/tt_es_noticias.gif);
background-repeat:no-repeat;
height:35px;
width:400px;
margin:0px 0px 0px 0px;
}

.tt_es_localizacion{
background-image:url(/img/tt_es_localizacion.gif);
background-repeat:no-repeat;
height:35px;
width:200px;
margin:0px 0px 0px 0px;
}

.tt_es_contacto{
background-image:url(/img/tt_es_contacto.gif);
background-repeat:no-repeat;
height:35px;
width:400px;
margin:0px 0px 0px 0px;
}

.tt_es_accesibilidad{
background-image:url(/img/tt_es_accesibilidad.gif);
background-repeat:no-repeat;
height:35px;
width:400px;
margin:0px 0px 0px 0px;
}
.tt_es_legal{
background-image:url(/img/tt_es_legal.gif);
background-repeat:no-repeat;
height:35px;
width:400px;
margin:0px 0px 0px 0px;
}






.tt_en_almazara{
background-image:url(/img/tt_en_almazara.gif);
background-repeat:no-repeat;
height:35px;
width:400px;
margin:0px 0px 0px 0px;
}

.tt_en_aceitesajd{
background-image:url(/img/tt_en_aceitesajd.gif);
background-repeat:no-repeat;
height:35px;
width:200px;
margin:0px 0px 0px 0px;
}
.tt_en_productos{
background-image:url(/img/tt_en_productos.gif);
background-repeat:no-repeat;
height:35px;
width:400px;
margin:0px 0px 0px 0px;
}

.tt_en_noticias{
background-image:url(/img/tt_en_noticias.gif);
background-repeat:no-repeat;
height:35px;
width:200px;
margin:0px 0px 0px 0px;
}



.tt_en_localizacion{
background-image:url(/img/tt_en_localizacion.gif);
background-repeat:no-repeat;
height:35px;
width:400px;
margin:0px 0px 0px 0px;
}


.tt_en_contacto{
background-image:url(/img/tt_en_contacto.gif);
background-repeat:no-repeat;
height:35px;
width:400px;
margin:0px 0px 0px 0px;
}

.tt_en_accesibilidad{
background-image:url(/img/tt_en_accesibilidad.gif);
background-repeat:no-repeat;
height:35px;
width:400px;
margin:0px 0px 0px 0px;
}
.tt_en_legal{
background-image:url(/img/tt_en_legal.gif);
background-repeat:no-repeat;
height:35px;
width:400px;
margin:0px 0px 0px 0px;
}


	
/* ------------------------ paginacion -----------------------*/

.capanoticia { padding: 10px 0px 10px 0px; border-bottom:1px solid #eee;}

.pages {
	margin:15px auto 0 auto;
	padding-right:40px;
	text-align:right;
	}  
	
.pages a, .pages span {
	display:inline-block;
	*display:inline;
	zoom:1;
	padding:0px 6px;
	height:21px;
	line-height:21px;
	font-size:12px;
	font-weight:100;
	background:#eee;
	overflow:hidden;
	}  
	
.pages a {border:1px solid #ddd; color:#333;} 

.pages a:hover { text-decoration:none; background-color:#aaa;}

.pages span {
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	color:#999999;
	}  
	
.fecha { color: #666; font-style:italic;}			
					
					


