/* 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-image:url(/img/pix_cabecera.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	}

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:#EDEBDD;
	text-align:center;
	padding:3px;
}


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

a:hover{
	text-decoration: underline;	
}


/* ---------------- transparencia marcas  -------------------- */
.trans{
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
	}
	
.trans:hover {
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	}	
	

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

h2 {
	font-family: Georgia, Times, serif;
	font-weight:normal;
	font-size:150%;
	padding:3px 0px 5px 3px;
	color:#5e594f;
	margin:0px;
	clear:both;
	}
	
h3 {
	font-size:100%;
	padding:4px 0px 4px 10px;
	margin:10px 0px 10px 0px;
	background-color:#656659;
	color:#FFFFFF;
	clear:both;
	border-left:3px solid #999900;
}

h4 {
	color: #354f35;
	font-size:100%;
	padding:2px 5px 2px 10px;
	margin:10px 0px 5px 0px;
	border-left: 3px solid #FFCC00;
	clear:both;
}

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

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


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

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

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

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

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


#contenedor{
	width:950px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
}

#cabecera{
	width:950px;
	padding:0px;
	margin:0px;
	height:180px;
	clear:both;
}

#logo{
	float:left;
	text-align:center;
	padding:0px 0px 0px 0px;
	width:180px;
	height:180px;
	background-image:url(/img/logo_cab.jpg);
	background-repeat:no-repeat;
}

#menu{
	float:right;
	width:520px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:right;
}
#idioma{
	float:right;
	width: 320px;
	font-size:90%;
	margin:113px 10px 0px 0px;
	padding:8px 6px 0px 6px;
	text-align:center;
	opacity:0.3;
	-moz-opacity:0.3;
	filter:alpha(opacity=30);
	background-color:#FFF;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

	
#idioma:hover {
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	}	


#contenido{
	clear:both;
	float:left;
	padding:0px 10px 0px 0px;
	width:650px;
	margin: 20px 0px 10px 0px;
}


#slogan{
	width:640px;
	height:65px;
	margin:5px auto 10px auto;
	padding: 40px 260px 50px 50px;
	font-size:24px;
	color:#656659;
	background:url(/img/home_banner.jpg) top right no-repeat;
	border-top: 10px solid #d6ccc5;
}

#home_somos{
	float:left;
	padding:00px;
	margin: 10px 10px 0px 0px;
	width:360px;
}

#home_productos{
	float:left;
	padding:00px;
	margin: 10px 00px 0px 40px;
	width:270px;
}

#home_calidad{
	float:right;
	padding:00px;
	margin: 10px 0px;
	width:220px;
}


#lateral{
	clear:right;
	float:right;
	padding:10px;
	margin: 70px 0px 10px 0px;
	width:250px;
}

#aceites{
	clear: right;
	float:right;
	padding: 0px 0px 0px 20px;
	margin: 80px 0px 10px 0px;
	width:250px;
	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 0px 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);
}

#contacto_datos{
	float:left;
	padding:10px;
	margin: 10px 10px;
	width:200px;
}

#contacto_form{
	float:left;
	padding:10px;
	margin: 10px 10px;
	width:300px;
}

#contacto_mapa{
	float:left;
	padding:10px;
	margin: 10px 10px;
	width:300px;
}



	
#pie{
	clear:both;
	width:910px;
	color:#555555;
	text-align:left;
	margin:0px;
	padding:40px 20px 10px 20px;
	background-image:url(/img/pie2.gif);
	background-repeat:no-repeat;
}

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


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

.fotoparrafomarco {
	float: left;
	padding: 0px;
	margin: 0px 15px 5px 0px;
	border:10px solid #efeddf;
}
.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;} 

.formatos{
	margin:10px 5px;
	padding:10px 40px 5px 0px;
	color: #666600;
	border-bottom:1px solid #CCCCCC;
	background-image:url(/img/ico_bot.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.cajas{
	margin:10px 5px;
	padding:10px 45px 5px 0px;
	color: #666600;
	border-bottom:1px solid #CCCCCC;
	background-image:url(/img/ico_caja.gif);
	background-position:right bottom;
	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 {
	font-weight:bold;
	margin: 15px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

#menu li {
	padding:0px 0px;
	display: inline;
	margin: 0px;
}

#menu li a{
	padding: 0px 10px 0px 20px;
	margin:0px;
	color:#FFFFFF;
	background-image:url(/img/ico_menu.gif);
	background-repeat:no-repeat;
	background-position: 4px;
	text-decoration:none;
}

#menu li a:hover {
	text-decoration:underline;
}	

/* ----------------- clases para listas ----------------*/
.idioma ul{
	margin: 0px;
	padding: 0px;
	list-style:none;
	display:inline;
}
.idioma li {
	display:inline;
	margin: 0px 0px 0px 5px;
	text-decoration: none;
	background-position:0px 4px;
	padding: 2px 0px 0px 15px;
}
.idioma li a{
	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;
}
.id_fra{
	background-image: url(/img/id_fra.gif);
	background-repeat:no-repeat;
	background-position:0px;
}
.id_deu{
	background-image: url(/img/id_deu.gif);
	background-repeat:no-repeat;
	background-position:0px;
}
.id_ned{
	background-image: url(/img/id_ned.gif);
	background-repeat:no-repeat;
	background-position:0px;
}
.id_rus{
	background-image: url(/img/id_rus.gif);
	background-repeat:no-repeat;
	background-position:0px;
}
.id_chi{
	background-image: url(/img/id_chi.gif);
	background-repeat:no-repeat;
	background-position:0px;
}
.id_jap{
	background-image: url(/img/id_jap.gif);
	background-repeat:no-repeat;
	background-position:0px;
}














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


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

.tt_es_somos{
background-image:url(/img/tt_somos.gif);
background-repeat:no-repeat;
height:35px;
width:400px;
margin:20px 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_contacto{
background-image:url(/img/tt_es_contacto.gif);
background-repeat:no-repeat;
height:35px;
width:400px;
margin:20px 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_somos{
background-image:url(/img/tt_en_somos.gif);
background-repeat:no-repeat;
height:35px;
width:400px;
margin:20px 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_contacto{
background-image:url(/img/tt_en_contacto.gif);
background-repeat:no-repeat;
height:35px;
width:400px;
margin:20px 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;
}


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

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

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




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

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


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

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

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

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


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

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

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

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


