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

html {
    height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #FFFFFF;
}
span {
	visibility: hidden;	
}
h1 {
	font-size: 0.7em;		
}
a {
	text-decoration: none;			
}
li {
	list-style-type: none;			
}

#fondo {
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: repeat-y;
	height: 655px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#pie {
	background-color: #93002D;
	height: 22px;
	width: 900px;
	position: absolute;
	top: 633px;
	left: 15px;
	z-index: 1000;
}
#cabecera {
	height: 133px;
	width: 900px;
	position: absolute;
	top: 0%;
	background-image: url(../imagenes/cabecera.jpg);
	background-repeat: no-repeat;
	left: 15px;
}
#cabecera h2 {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.60em;
	color: #CCCCCC;
	left: 255px;
	top: 101px;
}
#pie a {
	position: relative;
	left: 755px;
}
#botonera {
	position: absolute;
	left: 241px;
	top: 0px;
}
#botonera li {
	float: left;	
}
#productos a {
	background-image: url(../imagenes/productos.jpg);
	height: 60px;
	width: 134px;
	display: block;
}
#productos_over {
	background-image: url(../imagenes/productos_over.jpg);
	height: 60px;
	width: 134px;
	display: block;
}
#productos a:hover {
background-image: url(../imagenes/productos_over.jpg);
}

#empresa a {
	background-image: url(../imagenes/empresa.jpg);
	height: 60px;
	width: 134px;
	display: block;
}
#empresa_over {
	background-image: url(../imagenes/empresa_over.jpg);
	height: 60px;
	width: 134px;
	display: block;
}
#empresa a:hover {
background-image: url(../imagenes/empresa_over.jpg);
}

#contacto a {
	background-image: url(../imagenes/contacto.jpg);
	height: 60px;
	width: 86px;
	display: block;
}
#contacto_over {
	background-image: url(../imagenes/contacto_over.jpg);
	height: 60px;
	width: 86px;
	display: block;
}
#contacto a:hover {
background-image: url(../imagenes/contacto_over.jpg);
}
#cuerpo {
	position: absolute;
	left: 15px;
	top: 136px;
}
