@charset "utf-8";
/* CSS Document */

/* ***************************************************************************************************** */
/* *************************ESTILOS GENERALES DE LA WEB************************************************* */
/* ***************************************************************************************************** */

body {
	background-color:#27130C;
	margin: 0px;
	font-family: "Arial";
	font-size: small;
	color:#27130C;
}

a:link {text-decoration:none; color: #27130C;} 
a:visited {text-decoration:none; color:#27130C} 
a:active {text-decoration:none; color:#27130C; } 
a:hover {text-decoration:underline; color:#27130C; } 

#cabecera{
	background:url(../Imagenes/hornos_clientes_02.jpg) no-repeat;
	width:980px;
	height:137px;
	margin:0px  auto;}
#menu{
	background:url(../Imagenes/hornos_clientes_04.jpg) no-repeat;
	width:980px;
	height:51px;
	margin:0px  auto;}
#contenido{
	background: url(../Imagenes/hornos_clientes_05.jpg) repeat-y;
	width:980px;
	margin:0px  auto;
	padding-bottom:30px;
}
#separador{
	float:left;
	background: url(../Imagenes/hornos_clientes_111.jpg) no-repeat;
	width:980px;
	height:20px;
	margin:0px  auto;}

#fotos{
	float:left;
	margin-left:25px;
	background:url(../Imagenes/hornos_clientes_08.jpg) no-repeat;
	width:154px;
	height:121px;
}

#pie{
	background:url(../Imagenes/hornos_clientes_12.jpg) no-repeat;
	width:980px;
	height:73px;
	margin:0px  auto;}

.menupie a { color: #fac380; }