/* CSS Document */

/****************************************/
/*				COLORES					*/
/****************************************/
/* #8e571e;					/* marron */
/* #4b4d4a;					/* casi negro */
/* #787878;					/* gris */
/* #706d65;					/* gris marronaceo */
/* #bc9800;					/* marron amarillo */
/* #e7e0cf;					/* marron clarito */


html {
	background-image: url(../images/fondo.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FFF;
}

body {	
	margin: 5px auto;	
	width: 968px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color: #8e571e;					/* marron */
	font-size: 24px;
	font-weight: bold;
}

#pie {
	background-image: url(../images/pie_fondo.png);
	background-position: center;
	background-repeat: no-repeat;
	color: #787878;					/* gris */
	font-size: 10px;
	text-align: center;
	height: 30px;
	padding: 20px 5px 0 5px;
}

#pie a {
	color: #787878;					/* gris */
}

#contenido {
	background-image: url(../images/contenido.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 407px;	
}

#contenido_central {
	background-image: url(../images/contenido_central.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: #FFF;
	border-left: 1px solid #8e571e;					/* marron */
	border-right: 1px solid #8e571e;					/* marron */
}

#contenido_sup {
	background-image: url(../images/contenido_sup.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 7px;
	position: relative;
	top: 5px;
}

#contenido_inf {
	background-image: url(../images/contenido_inf.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 7px;	
	position: relative;
	top: -6px;
}

#contenido_min_sup {
	background-image: url(../images/contenido_min_sup.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 8px;
}


#contenido_min_inf {
	background-image: url(../images/contenido_min_inf.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 8px;
}

#contenido_min {
	border-left: 1px solid #8e571e;					/* marron */
	border-right: 1px solid #8e571e;					/* marron */
	padding-top: 9px;
	text-align: center;
}


#contenido_min img {	
	border: 2px solid #FFF;
}

#contenido_min a:hover img {	
	border: 2px solid #8e571e;					/* marron */	
}

#presentacion {
	background-image: url(../images/presentacion.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 418px;	
}

#alta_tecnologia {
	background-image: url(../images/alta_tecnologia.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 416px;	
}

#home {
	background-image: url(../images/home.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 230px;	
}

#reciclado {
	background-image: url(../images/reciclado.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 418px;	
}

/**/

#lista_faq {
	font-size: 12px;
	font-weight: bold;
	color: #8e571e;					/* marron */
	list-style-type: decimal;
	margin: 0;
	padding: 0 20px;
	width: 868px;
}

#lista_faq .pregunta {
	text-decoration: underline;
	cursor: pointer;
	margin-bottom: 5px;
}

#lista_faq .respuesta {
	color: #787878;					/* gris */
	padding: 0 60px 0 20px;
	text-align: justify;
	display: none;
	margin-bottom: 15px;
}

/**/

#cabecera_faq {
	border-top: 6px solid #8e571e;
	border-bottom: 1px solid #8e571e;
}

/****************************************/
/*			MENU IDIOMAS				*/
/****************************************/

#menu_idiomas {
	width: 206px;
	height: 31px;
	background-image: url(../images/menu_idiomas_fondo.png);
	background-position: center;
	background-repeat: no-repeat;
	font-size: 10px;
	text-align: center;
	color: #8e571e;					/* marron */
}

#menu_idiomas span {
	position: relative;
	top: 9px;
}

#menu_idiomas a , #menu_idiomas span {
	margin-top: 15px;
	color: #8e571e;					/* marron */
	text-decoration: none;
	margin: 0 2px;
}

#menu_idiomas a.current {
	color: #706d65;					/* gris marronaceo */
	font-weight: bold;
}

#menu_idiomas a:hover {
	color: #000;
}

/*****************************************/
/* MENU  
/*****************************************/

#menu {
	text-align: left;
	border-left: 2px solid #8e571e;					/* marron */
/*	padding-left: 10px; */
}

#menu .opcion {
    background-image: url(../images/menu_btn.png);
	background-position: center bottom;
	background-repeat: no-repeat;  
    width: 180px;
    height: 22px;
}

#menu a {		
    display: block;
    text-decoration: none;
    color: #4b4d4a;					/* casi negro */
	font-size: 13px;
    font-weight: bold;
	padding-top: 3px;
	padding-left: 30px;
}

#menu .opcion a:hover {
	color: #bc9800;					/* marron amarillo */
}

#menu .current  { 
	background-image: url(../images/menu_btn.png);
	background-position: center top;
	background-repeat: no-repeat;  
	width: 180px;
    height: 22px;
}

#menu .current a {
	color: #8e571e;					/* marron */
}


/*****************************************/
/* MINIMENU  
/*****************************************/

#minimenu {
	border-left: 2px solid #8e571e;					/* marron */
	padding-left: 10px;
	line-height: 22px;
}

#minimenu a {		
    display: block;
    text-decoration: none;
    color: #4b4d4a;					/* casi negro */
	font-size: 14px;
    font-weight: bold;
}

#minimenu .opcion a:hover {
	color: #bc9800;					/* marron amarillo */
}


#minimenu #current a {
	color: #8e571e;					/* marron */
}


/*****************************************/
/* SUBMENU  SUP
/*****************************************/

.borde_marron {
	border-bottom: 2px solid #8e571e;					/* marron */
	width: 60px;
	position: relative;
	top: 11px;
	#top: -7px;
}

.submenu {
	width: 150px;
	position: relative;
	left: -75px;
	top: 22px;
}


.submenu a {
	color: #4b4d4a;					/* casi negro */
	margin-bottom: 1px;
	margin-right: -12px;
	_margin-right: 0px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #e7e0cf;					/* marron clarito */
	padding: 2px 5px;
	border: 1px solid #8e571e;					/* marron */
	display: block;
	width: 150px;
}

.submenu a:hover {
	background-color: #eee;
	color: #bc9800;					/* marron amarillo */
}

.submenu a.current {
	color: #8e571e;					/* marron */
	background-color: #FFF;					/* marron clarito */
}

/*****************************************/
/* SUBMENU  CONTACTO
/*****************************************/

#submenu_contacto {
	width: 110px;
	margin-left: 20px;
}


#submenu_contacto a {
	color: #4b4d4a;					/* casi negro */
	margin-bottom: 1px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: #e7e0cf;					/* marron clarito */
	padding: 1px 4px;
	border: 1px solid #8e571e;					/* marron */
	display: block;
}

#submenu_contacto a:hover {
	background-color: #eee;
	color: #bc9800;					/* marron amarillo */
}

#submenu_contacto a.current {
	color: #8e571e;					/* marron */
	background-color: #FFF;					/* marron clarito */
}


/*****************************************/
/* BANNERS
/*****************************************/

.banners {
	margin-top: 5px;
	color: #787878;					/* gris */
	font-size: 16px;
	font-weight: normal;
}

#banner_caracteristicas {
	background-image: url(../images/banners/banner_caracteristicas.png);
	background-position: center;
	background-repeat: no-repeat;	
}

#banner_ecologia {
	background-image: url(../images/banners/banner_ecologia.png);
	background-position: center;
	background-repeat: no-repeat;	
}

#banner_catalogo {
	background-image: url(../images/banners/banner_catalogo.png);
	background-position: center;
	background-repeat: no-repeat;	
}

#banner_pasta_roja {
	background-image: url(../images/banners/banner_pasta_roja.jpg);
	background-position: center;
	background-repeat: no-repeat;	
}

#banner_pasta_blanca {
	background-image: url(../images/banners/banner_pasta_planca.jpg);
	background-position: center;
	background-repeat: no-repeat;	
}

#banner_envases {
	background-image: url(../images/banners/banner_envases.jpg);
	background-position: center;
	background-repeat: no-repeat;	
}

.banner_contenido {
	padding: 0 20px;
}

.banner_contenido a {
	text-decoration: none;
	color: #787878;					/* gris */
}


/********************************************/

a.mini_link {
	color: #787878;					/* gris */
	font-size: 10px;
	text-decoration: none
}

a:hover.mini_link {
	text-decoration: underline;
}

a.link_marron {
	color: #8e571e;					/* marron */
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a:hover.link_marron {
	text-decoration: underline;
}

/**/

.contenido_fondo  {
/*	padding-top: 20px;	*/
	padding-left: 50px;
	color: #787878;					/* gris */
	font-size: 16px;
	font-weight: normal;
}

.contenido_fondo a {
	color: #787878;					/* gris */
	text-decoration: none;
}

.marron_grande {
	font-size: 18px;
	font-weight: bold;
	color: #8e571e;					/* marron */
}

/**/

.coda_contenedor {
	height: 480px;
}

/**/

.ecologia_img {
	margin-top: 20px;
	margin-right: 10px;
}

.ecologia_icono_txt {
	margin-top: 10px;
}

.link_btn {
    background-image: url(../images/menu_btn.png);
	background-position: center bottom;
	background-repeat: no-repeat;  
    height: 22px;
	position: relative;
	left: -12px;
	top: -20px;
}

.link_btn a {		
    display: block;
    text-decoration: none;
    color: #4b4d4a;					/* casi negro */
	font-size: 14px;
    font-weight: bold;
	padding-top: 3px;
	padding-left: 20px;
}

.link_btn a:hover {
	color: #8e571e;					/* marron */
}

.link_btn a:active {
	position: relative;
	top: 1px;
	left: 1px;
}
