/* general */

* { padding:0; margin:0; outline: 0;}
html, body {
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	outline: 0;
	background-color:#eee;
}
a { text-decoration: none; outline:none; }
#todo {
	min-height:100%;
	height: auto!important;
	height:100%;
	background-color:#eee;
	z-index:1;
}
#cabecera {
	height: 4em;
	background-color: #000;
	color: #fff;
	text-align: left;
	width:980px;
	height:100px;
	max-height:100px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:2;
}
#contenido { /* solo home */
	padding: 0em;
	width:980px;
	background-color:#dbdbdb;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
	}
#contenidos {
	padding: 0em;
	width:980px;
	background-color:#dbdbdb;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
	}
#pie {
	text-align: center;
	background-color: #000;
	color: #fff;
	height: 3em;
	margin-top: 0em;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	position:relative;
	z-index:1;
	display:table;
}
#pie span {
	display:table-cell;
	vertical-align:middle;
	font-size:12px;
}
#pie a {
	color:#FFF;
	font-size:12px;
}
#logo {
	position:absolute;
	left:0;
	top:0;
}

/* menus */

#menu {
	height:150px;
	width:620px;
	margin-left:340px;
	margin-right:auto;
	top:30px;
	position:absolute;
	z-index:5;
}
#menu img {
	margin:0;
	padding:0;
	border:0;
}

#menu2 {
	height:34px;
	width:660px;
	margin-left:310px;
	margin-right:auto;
	top:30px;
	position:absolute;
	z-index:5;
}
#menu2 img {
	margin:0;
	padding:0;
	border:0;
}
#menu2 a {
	outline:none;
}

#submenuEmpresa {
	height:153px;
	width:146px;
	margin-left:310px;
	margin-right:auto;
	top:69px;
	position:absolute;
	z-index:5;
	background-color:#f3772a;
	color:#FFF;
}

#submenuProductos {
	height:278px;
	width:627px;
	margin-left:310px;
	margin-right:auto;
	top:69px;
	position:absolute;
	z-index:5;
	background-color:#f3772a;
	color:#FFF;
}
#submenuEmpresaHome {
	height:153px;
	width:150px;
	margin-left:340px;
	margin-right:auto;
	top:185px;
	position:absolute;
	z-index:5;
	background-color:#f3772a;
	color:#FFF;
}

#submenuProductosHome {
	height:278px;
	width:618px;
	margin-left:340px;
	margin-right:auto;
	top:185px;
	position:absolute;
	z-index:5;
	background-color:#f3772a;
	color:#FFF;
}
.submenus {
	list-style:none;
	padding:5px 8px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
}
.submenus li {
	width:200px;
	padding:0 0 5px 0;
	float:left;
}
.submenus a {
	color:#FFF;
}
.submenus a:hover {
	color:#000;
}
/* index */

#top {
	width:980px;
	height:122px;
	background-color:#dbdbdb;
}
#medio {
	width:980px;
	height:100px;
	background-color:#dbdbdb;
}
#abajo {
	clear:both;
	width:980px;
	height:auto;
	border:0px #F99 solid;
	padding-top:20px;
	background-color:#dbdbdb;
}
#abajoLeft {
	float:left;
	width:690px;
	height:auto;
	text-align:justify;
	border:0px #F99 solid;
	padding-bottom:3em;
	background-color:#dbdbdb;
	color:#485865;
}
#abajoLeft p {
	margin-left:30px;
	margin-right:30px;
	line-height:25px;
}
#abajoLeft h1 {
	margin:30px;
	line-height:25px;
	font-size:20px;
}
#abajoLeft h2 {
	margin-left:30px;
	line-height:25px;
	font-size:16px;
}
#abajoLeft ul {
	margin-left:80px;
	line-height:25px;
	font-size:16px;
}

.separador1 {
	width:980px;
	height:1px;
	clear:both;
	padding-top:15px;
	border-bottom:1px #e9e5e4 solid;
}
.separador2 {
	width:980px;
	height:0px;
	border-bottom:1px #d2c2c3 solid;
}

#abajoRight {
	float:left;
	width:290px;
	height:auto;
	text-align:justify;
	border:0px #F99 solid;
	padding-bottom:3em;
	color:#f3772a;
	background-color:#dbdbdb;
}
#ofertas {
	width:270px;
	margin-bottom:20px;
}
#abajoRight h1 {
	display:none;
}
#abajoRight .minificha {
	background-color:#FFF;
	height:75px;
	width:270px;
	margin-bottom:2px;
}
#abajoRight .minificha table {
	height:75px;
	width:270px;
}
#descargas {
	width:270px;
	margin-bottom:20px;
}
.minificha {
	font-size:14px;
	text-align:left;
}
.titulo {
}
.precio1 {
	color:#000;
}
.precio2 {
	color:#666;
}

/* productos */

#contenidos {
	padding: 0em;
	width:980px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
	}
#producto {
	width:980px;
	height:465px;
}
#descripcionTop {
	margin:0 auto;
	width:918px;
	height:30px;
	background:url(img/fondo0.gif) no-repeat bottom center;
}
#descripcionPie {
	margin:0 auto;
	width:918px;
	height:37px;
	background:url(img/fondo2.gif) no-repeat top center;
}
#descripcion {
	color:#485865;
	font-family:Helvetica, Arial, sans-serif;

	margin:0 auto;
	width:918px;
	height:100%;
	background:url(img/fondo1.gif) repeat-y center;
}
.fondo_titulo_producto {
	margin-left:-15px;
	margin-top:15px;
	float:left;
}
#descripcion h1 {
	font-size:20px;
	padding:20px 0 10px 60px;
}
#descripcion h2 {
	font-size:16px;
	padding:20px 0 10px 80px;
}
#descripcion ul {
	font-size:14px;
	padding:20px 0 10px 80px;
	list-style-type:none;
}
#descripcion ul li{
	margin:0 0 10px 0;
	/*list-style-image:url(img/middot.gif);*/
	list-style-type:disc;
}
#descripcion p {
	margin:0px 0 0 80px;
	line-height:30px;
	font-size:14px;
}
#descripcionLeft {
	height:100%;
	float:left;
	width:610px;
	border-right:0px #009 solid;
}
#descripcionRight {
	float:left;
	width:307px;
	border:0px #009 solid;
}
#serviciosLeft {
	height:100%;
	float:left;
	width:459px;
	border-right:0px #009 solid;
}
#serviciosRight {
	float:left;
	width:458px;
	border:0px #009 solid;
}
#galeria {
	margin:15px auto;
	width: 275px;
	background-color:#d3d3d3;
}
#galeria img {
	border:0;
	width:87px;
}
.gal {
	width:87px;
	height:87px;
	margin:2px;
	float:left;
	border:0;
	overflow:hidden;
}

/* contacto */
#contacto {
	color:#485865;
	font-family:Helvetica, Arial, sans-serif;

	margin:0 auto;
	width:918px;
	height:100%;
	background:url(img/fondo_contacto.gif) repeat-y center;
}

#contactoRightTopRightTop {
	background-color:#e2e2e2;
	width:100%;
	height:200px;
}
.contacto {
	margin:15px 0 0 80px;
	color:#212121;
	font-size:19px;
}
.contacto input {
	width:330px;
	background: #FFF url(img/fondo_inputs.gif) left top repeat-x;
	height:33px;
	border:1px #abb1b4 solid;
	padding:0 10px;
	margin:10px 0 15px 0;
}
.contacto textarea {
	width:330px;
	background: #FFF url(img/fondo_inputs.gif) left top repeat-x;
	height:156px;
	border:1px #abb1b4 solid;
	padding:10px 10px;
	margin:10px 0 15px 0;
}
.contacto .boton {
	width:100px;
	border-color:#bf8813;
	color:#da9b18;
	padding:0;
	font-size:19px;
}
