@charset "utf-8";
/* CSS Document */
/* By: Juan Hoyos */

*{
	padding: 0px;
	margin: 0px;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 18px;
	color: #555454;
	background-image: url(../imagenes/fondo-general.gif);
	background-repeat: repeat-x;
}

#container-header-horiz{
	width: 100%;
	background-color: #c91a01;
	height: 147px;
	border-bottom: 1px solid #ffffff;
}

#linea-horiz{
	width: 100%;
	height: 5px;
	background-color: #353434;
	font-size: 4px;
}

#container-header{
	margin: 0px auto;
	width: 952px;
	height: 147px;
	background-image:url(../imagenes/fondo-arriba-circuito.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.logo{
	float: left;
}

#link-peque{
	width: 250px;
	height: 50px;
	float: right;
	margin-right: 20px;
}

#container-body{
	width: 950px;
	height: auto;
	overflow: hidden;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	margin: 0px auto;
	background-color: #f1f1f1;
}

.diseno{
	width: 950px;
	height: 194px;
	border-bottom: 1px solid #ffffff;
}

.caja-empresa-portada{
	width: 898px;
	height: 78px;
	border-bottom: 1px solid #cfcfcf;
	margin: 0px auto;
	margin-top: 25px;
}

.column-izquierda {
	width: 555px;
	height: auto;
	border-right: 1px solid #cfcfcf;
	float: left;
	margin-top: 45px;
	margin-left: 26px;
	_margin-left: 13px;
}

.column-derecha {
	width: 334px;
	height: auto;
	float: right;
	margin-top: 45px;
	margin-right: 26px;
	_margin-right: 13px; /*IE6*/
}

.caja-categoria {
	width: 259px;
	overflow: hidden;
	float: left;
	margin-bottom: 25px;	
	margin-right: 16px;
/*	_margin-right: 16px; IE6*/
}

.caja-categoria ul li{
	list-style: none;
}

img.caja-cat-border {
	border: 1px solid #ffffff;
	padding: 4px;
	background-color: #e4e3e3;
}

.column-derecha div{
	width: 304px;
	height: 72px;
	padding: 5px;
	float: right;
	margin-bottom: 10px;
}

.caja-servicios{
	background-color: #29bbd2;
	border: 1px solid #21a8bd;
}

.caja-catalogo{
	background-color: #fe9806;
	border: 1px solid #ec8e07;
}

.caja-proveedor{
	background-color: #ae0707;	
	border: 1px solid #950505;
}

#footer{
	width: 945px;
	height: 45px;
	border-top: 3px solid #000000;
	clear: both;
	background-color: #c91a01;
	padding-left: 5px;
	padding-top: 5px;
}

ul#portfolio li{
	list-style-type: none;
}

#container-contenido{
	width: 898px;
	height: auto;
	margin: 0px auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

.caja-producto-iz{
	width: 251px;
	height: 240px;
	background-color: #dae2f9;
	border: 1px solid #d4d4d5;
	padding: 4px;
	float: left;
}

.caja-producto-iz img{
	border: 1px solid #ffffff;
}

.caja-titu-prod{
	width: 261px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
	margin-bottom: 25px;
}

.carrusel-control{
	width: 872px;
	height: 20px;
	margin: 0px auto;
	margin-top: 20px;
/*	border-top: 1px solid #ced5e8;
	border-bottom: 1px solid #ced5e8;
	margin-top: 20px;
	margin-bottom: 23px;*/
}

.boton-iz{
	width: 13px;
	height: 105px;
	background-color: #ced5e8;
	float: left;
}

.boton-der{
	width: 13px;
	height: 105px;
	background-color: #ced5e8;
	float: right;
}

.caja-prod-categoria{
	width: 327px;
	height: 93px;
	background-color: #e4e8f3;
	padding: 5px;
	float: left;
	border: 1px solid #d3dbf2;
	margin: 1px 80px 20px 1px;
	color: #292929;
	font-weight: bold;
}

.caja-prod-categoria img{
	border: 0px;
}

.prod-border{
	float: left;
	border: 1px solid #ffffff !important; 
	margin-right: 7px;
}

.column-product-iz{
	width: 350px;
}

.column-product-der{
	width: 528px;
	float: right;
	border-left: 1px solid #cfcfcf;
	padding-left: 17px;
}

.column-product-der img{
	border: 2px solid #ffffff;
	margin-bottom: 5px;
	float: right;
}

/*Formularios consulta de productos*/
.column-product-iz form{
	display: block;
	width: 300px;
}

select{
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	background-color: #edf0f8;
	border: 1px solid #dfe4f3;
}

/*Formularios contactenos*/

.contact-form{
	display: block;
	width: 500px;
	margin-bottom: 15px;
}

.contact-input{
	width: 274px;
	height: 20px;
	border: 1px solid #bbbbbb;
	margin: 0px;
	padding: 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.contact-label{
	display: block;
	margin: 0px;
	padding: 0px 0px 3px;
	line-height: 18px;
	padding-top: 6px;
	clear: both;
}

.boton-enviar{
	width: 139px;
	height: 27px;
	background-image: url(../imagenes/b-enviar.gif);
	background-repeat: no-repeat;
	border: 0 none;
	margin-top: 10px;
}

a.link_azul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#06C;
	font-weight: bold;
}
a.link_azul:link {
	font-size: 12px;
	text-decoration: none;
	color:#06C;
}
a.link_azul:visited {
	font-size: 12px;
	text-decoration: none;
	color: #06C;
}
a.link_azul:hover {
	font-size: 12px;
	text-decoration:underline;
	color: #06C;
	
	
}
a.link_azul:active {
	font-size: 12px;
	text-decoration: none;
	color: #06C;
}


a.sigan {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#900;
	font-weight: bold;
}
a.sigan:link {
	font-size: 11px;
	text-decoration: none;
	color:#900;
}
a.sigan:visited {
	font-size: 11px;
	text-decoration: none;
	color: #900;
}
a.sigan:hover {
	font-size: 11px;
	text-decoration:underline;
	color:#900;
	
	
}
a.sigan:active {
	font-size: 11px;
	text-decoration: none;
	color:#F00;
}

.caja_p {
	border-left: 3px solid #FFF; 
	border-right: 3px solid #FFF; 
	border-top: 3px solid #FFF; 
	border-bottom: 3px solid #FFF; 
	background-color:#CCC;
	
	padding-left:1.5px;
	padding-right:1.5px;
	padding-bottom:1.5px;
	padding-top:1.5px;

}



.caja_pp {
	border-left: 3px solid #FFF; 
	border-right: 3px solid #FFF; 
	border-top: 3px solid #FFF; 
	border-bottom: 3px solid #FFF; 
	background-color:#EDF0F8;
	
	padding-left:4px;
	padding-right:4px;
	padding-bottom:4px;
	padding-top:4px;

}

.letra_r {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#900;
	font-weight: bold;
}