@charset "utf-8";
/* CSS Document */

body,p,div,dl,dt,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{
	margin:0px;
	padding:0px;
	list-style: none;
}

a:link, a:active, a:hover, a:visited {
	color: #ffffff; 
	text-decoration: none;
}

body {
	font-family:Arial, Helvetica, sans-serif;
}

img{
	border:0px;
	margin:0px;
}

.contenedor {
	width:750px;
	margin:0 auto 0 auto;
	padding:50px 0px 0px 0px;
}

#contacto {
	float:right;
	font-size:12px;
	color:#666666;
	width:226px;
}

h1 {
	float:left;
	clear: left;
	font-size:20px;
	color:#fff;
	/*background:#1e3f48;*/
	margin: 30px 0px 0px 0px;
	letter-spacing: -1px;
	font-style:normal;
}

#contenido {
	float:left;
	width:750px;
	margin: 25px 0px 0px 0px;
}

catalogo {
	float: left;
	clear: left;
	margin: 10px 0px 0px 0px;
	font-size: 20px;
}


ul.catalogo li a:hover {
	text-decoration:none;
	color: #fff;
	background:#1e3f48;
}









/* CABECERA */

.cabecera {
	width:100%;
	height:108px;
	background-image: url(images/fondocabecera.gif);
	background-repeat: repeat-x;
}
.cabeceraCentro {
	width:980px;
	height:108px;
	margin:0 auto 0 auto;
}
.logocabecera  {
	float: left;
	margin: 36px 0px 0px 0px;
}
.telefono {
	float: right;
	width: 110px;
	height: 19px;
	background-image:url(images/fondotelefono.gif);
	background-repeat: no-repeat;
	padding: 10px 5px 0px 5px;
	font-size:11px;
	color: #f41133;
}
ul#menu {
	float: left;
	margin: 43px 0px 0px 60px;
}
ul#menu li {
	float: left;
	height: 34px;
	background-repeat: no-repeat;
	font-size:12px;
	text-align: center;
	line-height: 25pt;
}
ul#menu li a {
	display: block;
	height: 34px;
	text-decoration: none;
	color: #fff;
}
ul#menu li a:hover {
	text-decoration: none;
	color: #f41133;
}
ul#menu li a.activa {
	text-decoration: none;
	color: #f41133;
}
/* BOTÓN EMPRESA */
li#btEmpresa a {
	width: 80px;	
	background: url(images/btEmpresa.png) 0 0 no-repeat;
}
li#btEmpresa a:hover {
	background: url(images/btEmpresaHover.png) 0 0 no-repeat;
}
li#btEmpresa a.activa {
	background: url(images/btEmpresaHover.png) 0 0 no-repeat;
}
/* BOTÓN CONSULTORÍA */
li#btConsultoria a {
	width: 107px;	
	background: url(images/btConsultoria.png) 0 0 no-repeat;
}
li#btConsultoria a:hover {
	background: url(images/btConsultoriaHover.png) 0 0 no-repeat;
}
li#btConsultoria a.activa {
	background: url(images/btConsultoriaHover.png) 0 0 no-repeat;
}
/* BOTÓN DISTRIBUCIÓN */
li#btDistribucion a {
	width: 107px;	
	background: url(images/btDistribucion.png) 0 0 no-repeat;
}
li#btDistribucion a:hover {
	background: url(images/btDistribucionHover.png) 0 0 no-repeat;
}
li#btDistribucion a.activa {
	background: url(images/btDistribucionHover.png) 0 0 no-repeat;
}
/* BOTÓN ACTUALIDAD */
li#btActualidad a {
	width: 97px;	
	background: url(images/btActualidad.png) 0 0 no-repeat;
}
li#btActualidad a:hover {
	background: url(images/btActualidadHover.png) 0 0 no-repeat;
}
li#btActualidad a.activa {
	background: url(images/btActualidadHover.png) 0 0 no-repeat;
}
/* BOTÓN PRODUCTOS */
li#btProductos a {
	width: 97px;	
	background: url(images/btProductos.png) 0 0 no-repeat;
}
li#btProductos a:hover {
	background: url(images/btProductosHover.png) 0 0 no-repeat;
}
li#btProductos a.activa {
	background: url(images/btProductosHover.png) 0 0 no-repeat;
}
/* BOTÓN CONTACTO */
li#btContacto a {
	width: 88px;	
	background: url(images/btContacto.png) 0 0 no-repeat;
}
li#btContacto a:hover {
	background: url(images/btContactoHover.png) 0 0 no-repeat;
}
li#btContacto a.activa {
	background: url(images/btContactoHover.png) 0 0 no-repeat;
}


.contenido {
	width:980px;
	margin:0 auto 0 auto;
}

.logos {
	margin:0 auto 0 auto;
	width: 980px;
	height: 42px;
	padding: 25px 0px 25px 0px;
}


/* PIE PAGINA */

.piepagina {
	width:100%;
	height:115px;
	background-image: url(images/fondopiepagina.gif);
	background-repeat: repeat-x;
}
.piepaginaCentro {
	width:980px;
	height:89px;
	margin:0 auto 0 auto;
	padding:26px 0px 0px 0px;
}
.logopiepagina  {
	float: left;
	margin: 0px 0px 32px 0px;
}
.avisoslegales {
	float: right;
	width: 897px;
	text-align: right;
	margin: 15px 0px 0px 0px;
}
.contacto {
	float: left;
	width: 980px;
}
.contacto, .avisoslegales {
	font-size:11px;
	color: #ffffff;
}

input, textarea {
	border: 1px solid #ccc;
}
