@CHARSET "ISO-8859-1";
/* RESET */ 

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img, abbr, acronym {
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	
	list-style:none;
}
caption,th {
	text-align:left;
}
img {
	border-bottom:10px;
}
h1,h2,h3,h4,h5,h6 {
	font-size:1em;
	font-size:100%;
	font-weight:normal;
}
a {color: #666666; outline:none; text-decoration:none }
a:hover {color: #ff9934; outline:none; text-decoration:none }

/* FIN DE RESET */
h1{text-indent:-9999px;}
#columna_izda_index{
	background:url("../imagenes/imagenes_fondo.jpg") 0px 323px no-repeat;
	float:left;
	width:375px;
	height:700px;
	text-align: center;
}

#columna_izda_empresa{
	background:url("../imagenes/imagenes_fondo.jpg") -404px 323px no-repeat;
	float:left;
	width:375px;
	height:700px;
	text-align: center;
}
#columna_izda_contacto{
	background:url("../imagenes/imagenes_fondo.jpg") -838px 323px no-repeat;
	float:left;
	width:375px;
	height:700px;
	text-align: center;
}
#columna_izda_localizacion{
	background:url("../imagenes/imagenes_fondo.jpg") -1288px 323px no-repeat;
	float:left;
	width:375px;
	height:700px;
	text-align: center;
}
body{
	background:#ff9934;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #555555;
}
#contenedor{
	padding:25px 0px 0px 0px;
	background:#FFF url("../imagenes/fondo.gif") repeat-x bottom;
	width:100%;
	height:700px;
	}
#contenido{
	width:60%;
	float:left;
	margin:0px 0px 0px 15px;
	border-left:1px dashed #CCC;
	height:660px;
}
h2{
	font-size:12px;
	font-weight:bold;
	margin-bottom:15px;
}

#pie{
	
	color:#fff;
	width:90%;
	text-align:center;	
	clear:both;
	margin:auto;
}
#pie a{
	color:#fff;
	text-decoration: none;
	}
	#pie a img{
		width:30px;
		height:30px;
		float:right;
		margin:5px;
		border: 0px;
	}
		
		#pie a img.ecoembes{
			width:30px;
			height:30px;
			background: url(../imagenes/sellos.jpg) 0px 0px no-repeat;
		}
		#pie a:hover img.ecoembes{
			background: url(../imagenes/sellos.jpg) -30px 0px no-repeat;
		}
		
		#pie a img.ecoraee{
			width:30px;
			height:30px;
			background: url(../imagenes/sellos.jpg) 0px -30px no-repeat;
		}
		#pie a:hover img.ecoraee{
			background: url(../imagenes/sellos.jpg) -30px -30px no-repeat;
		}
	
	#pie p{
		clear:both;
	}
.menu{	
	float:left;
	width:100%;
}
	
	.menu ul li{
		margin:15px 0px;
	}
	
	.menu ul li .actual{
		background:#ff9934 url("../imagenes/bordes_boton.jpg") no-repeat right;
	}
	.menu ul li a{
		text-transform:uppercase;
		line-height:15px;
		font-size:50px;
		padding:8px 20px 8px 5px;
		color:#933;
		font-size:15px;
	}
	.menu ul li a:hover{
		text-transform:uppercase;
		line-height:15px;
		padding:8px 20px 8px 5px;
		color:#933;		
		font-size:15px;
		background:#ff9934 url("../imagenes/flecha_boton_seccion.jpg") no-repeat right;
	}

#contenido #cont_columna_izda,#cont_columna_dcha{
	
	text-align: justify;
	width:47%;
	
}

#contenido #cont_columna_dcha{
	padding:5px;
	border-left:1px #ccc dashed;
	float:right;
	margin:20px 0px 0px 0px;
}
#contenido #cont_columna_izda{
	float:left;
	margin:20px 10px;
	
}
.productos{
	border:#ff9934 1px solid;
	margin:10px;
	vertical-align: top;
	height:120px;
	padding:0px 0px 10px 0px;
}
.productos h3{
	background: #ff9934;
	color:#FFF;
	padding:3px;
	text-transform:uppercase;
	font-weight: bold;
	text-align: left;
}
.productos img{
	float:left;
	margin:0px 10px 10px 0px;
}
.productos p{
	padding:10px;
}