@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 778px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	border-bottom-color: #e8ecee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #e8ecee;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #e8ecee;
	border-right-style: solid;
	border-right-width: 1px;
	/*
	background-image: url(images/home_cabecera.jpg);
	background-position: center;
	background-repeat: no-repeat;
	*/
	height: 144px;
}

.oneColFixCtrHdr #header_empresa {
	border-bottom-color: #e8ecee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #e8ecee;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #e8ecee;
	border-right-style: solid;
	border-right-width: 1px;
	/*
	background-image: url(images/empresa_cabecera.jpg);
	background-position: center;
	background-repeat: no-repeat;
	*/
	height: 144px;
}

.oneColFixCtrHdr #header_localizacion {
	border-bottom-color: #e8ecee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #e8ecee;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #e8ecee;
	border-right-style: solid;
	border-right-width: 1px;
	/*
	background-image: url(images/localizacion_cabecera.jpg);
	background-position: center;
	background-repeat: no-repeat;
	*/
	height: 144px;
}

.oneColFixCtrHdr #header_contacto {
	border-bottom-color: #e8ecee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #e8ecee;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #e8ecee;
	border-right-style: solid;
	border-right-width: 1px;
	/*
	background-image: url(images/contacto_cabecera.jpg);
	background-position: center;
	background-repeat: no-repeat;
	*/
	height: 144px;
}

.oneColFixCtrHdr #header_legal {
	border-bottom-color: #e8ecee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #e8ecee;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #e8ecee;
	border-right-style: solid;
	border-right-width: 1px;
	background-image: url(images/legal_cabecera.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 144px;
}

.oneColFixCtrHdr #header_productos {
	border-bottom-color: #e8ecee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #e8ecee;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #e8ecee;
	border-right-style: solid;
	border-right-width: 1px;
	/*
	background-image: url(images/productos_cabecera.jpg);
	background-position: center;
	background-repeat: no-repeat;
	*/
	height: 144px;
}

.oneColFixCtrHdr #header_depositos {
	border-bottom-color: #e8ecee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #e8ecee;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #e8ecee;
	border-right-style: solid;
	border-right-width: 1px;
	background-image: url(images/productos_cabecera.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 144px;
}

.oneColFixCtrHdr #mainContent {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #505050;
	background-color: #fff;
}

#menu {
	width: 205px;
	float: left;
	padding-top: 22px;
}

#centro {
	width: 265px;
	float: left;
	padding-top: 5px;
	padding-left: 30px;
	text-align: justify;
}

#centro2 {
	width: 540px;
	float: left;
	padding-top: 5px;
	padding-left: 30px;
	text-align: justify;
}

#derecha {
	width: 265px;
	float: right;
	padding-top: 53px;
	text-align: justify;
}

.elem_menu_inicio {
	width: 205px;
	padding-top: 10px;
	padding-bottom: 8px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: regular;
	padding-left: 8px;
}

.elem_menu_inicio_activo {
	width: 205px;
	padding-top: 10px;
	padding-bottom: 8px;
	color: #18497b;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: regular;
	padding-left: 8px;
}

.elem_menu {
	width: 205px;
	border-top-color: #505050;
	border-top-style: dashed;
	border-top-width: 1px;
	padding-top: 10px;
	padding-bottom: 8px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: regular;
	padding-left: 8px;
}

.elem_menu_activo {
	width: 205px;
	border-top-color: #505050;
	border-top-style: dashed;
	border-top-width: 1px;
	padding-top: 10px;
	padding-bottom: 8px;
	color: #18497b;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: regular;
	padding-left: 8px;
}

.oneColFixCtrHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #80807e;
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	background: #FFF;
	border-top-color: #505050;
	border-top-style: dashed;
	border-top-width: 1px;
	padding-top: 17px;
	margin-bottom: 20px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

A.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: regular;
	text-decoration: none;
	color: #000;
}

A.menu:HOVER {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: regular;
	text-decoration: underline;
	color: #000;
}

A.submenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: regular;
	text-decoration: none;
	color: #565656;
}

A.submenu:HOVER {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: regular;
	text-decoration: underline;
	color: #565656;
}

.submenu_activo {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: regular;
	text-decoration: none;
	color: #18497b;
	background-color: #fff;
}

.idioma {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: regular;
	color: #999;
}

.idioma_on {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: regular;
	color: #18497b;
}

A.idioma {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: regular;
	color: #000000;
	text-decoration: none;
}

A.idioma:HOVER {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: regular;
	color: #000000;
	text-decoration: underline;
}

div#direccion {
	float: left;
	text-align:center;
	width: 440px;	
}

div#pie {
	float: right;
	text-align: right;
}

A.pie {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: regular;
	text-decoration: none;
	color: #80807e;
}

A.pie:HOVER {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: regular;
	text-decoration: underline;
	color: #000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #505050;
	background-color: #fff;
	font-weight: bold;
	font-style: normal;
	margin: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #18497b;
	background-color: #fff;
	font-weight: normal;
	font-style: normal;
	margin: 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #18497b;
	background-color: #fff;
	font-weight: normal;
	font-style: normal;
	margin: 0;
}

div.home_banner_producto {
	border-color: #505050;
	border-width: 1px;
	border-style: solid;
	height: 89px;
}

div.home_banner_foto {
	float: left;
	width: 101px;
}


div.home_banner_texto {
	padding-top: 8px;
	float: left;
	width: 160px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #464644;
}



A {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: regular;
	text-decoration: none;
	color: #18497b;
}

A:HOVER {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: regular;
	text-decoration: underline;
	color: #18497b;
}

#mapa {
	width: 540px;
	padding-top: 20px;
	border-top-color: #505050;
	border-top-style: dashed;
	border-top-width: 1px;
	padding-bottom: 20px;
}

.campo {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: regular;
	color: #000;
}

input, textarea, file {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: regular;
	color: #000;
	border-width: 1px;
	border-color: #505050;
	border-style: solid;
	overflow: auto;
}

.boton {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: regular;
	color: #505050;
	border: 0;
	background-color: #fff;
	cursor: hand;
}

.naranja {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: regular;
	color: #ff6600;
	background-color: #fff;
}

.nota {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: regular;
	color: #999;
	background-color: #fff;
}

div.producto_linea {
	color: #505050;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-color: #fff;
	border-top-color: #505050;
	border-top-style: dashed;
	border-top-width: 1px;
	padding-top: 10px;
	padding-bottom: 10px;	
}

div.fotos_productos {
	height: 205px;
	border-color: #000;
	border-width: 1px;
	border-style: dotted;
	padding-top: 15px;
	padding-left: 15px;
}	

div.fotos_productos2 {
	height: 100px;
	border-color: #000;
	border-width: 1px;
	border-style: dotted;
	padding-top: 15px;
	padding-left: 15px;
}	

.foto_pq {
	border-color: #e8ecee;
	border-width: 1px;
	border-style: solid;
}

div#linea {
	width: 100%;
	border-top-color: #505050;
	border-top-style: dashed;
	border-top-width: 1px;
}