@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
}

body {
	background-color:#FFF;
	color:#24671E;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
}

a {
	color:#C1C2C4;
	text-decoration:none;
}

#wrap {
	width:1100px;
	height:1010px;
	margin:10px auto;
}

#top {
	width:1100px;
	height:200px;
}

#leftcol {
	float:left;
	width:200px;
	margin-top:10px;
}

#leftcol * {
	margin-bottom:50px;
}

#rightcol {
	float:left;
	width:850px;
	padding-left:50px;
	margin-top:10px;
}

#header {
	height:50px;
	text-align:center;
	padding:25px 0;
}

#menu {
	height:50px;
	margin-bottom:5px;
}

#content {
	height:665px;
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:375px;
	padding-top:10px;
}

#content p {
	margin:0 0 15px 0;
}

#content ul {
	margin:0 150px 15px 25px;
}

#content p a {
	background-color:#24671E;
	color:#fff;
	padding:2px;
}

#content p a:hover {
	background-color:#C1C2C4;
	color:#24671E;
}

#idioma {
	height:25px;
	text-align:right;
	line-height:25px;
}

.empresa {
	background-image:url(../images/empresa.jpg);
}

.contacto {
	background-image:url(../images/contacto.jpg);
}

.evolucion {
	background-image:url(../images/evolucion.jpg);
}

.impactoambiental {
	background-image:url(../images/impactoambiental.jpg);
}

.materiaprima {
	background-image:url(../images/materiaprima.jpg);
}

.producto {
	background-image:url(../images/producto.jpg);
}
