@charset "utf-8";
/* CSS Document */

/** FOCUS EN LOS CAMPOS **/
input:focus, textarea:focus, select:focus {
    outline: none;
}

/** FONTS**/
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gothambold.eot');
    src: url('../fonts/gothambold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothambold.woff') format('woff'),
         url('../fonts/gothambold.ttf') format('truetype'),
         url('../fonts/gothambold.svg#Gotham') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* */

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #E10000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
body,td,th {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}

/** HEADINGS **/

h1 {
	font-family:'Gotham', Arial;
	font-size:34px;
	padding:0px;
	display:block;
	margin:0px;
	line-height: 30px;
	letter-spacing: -1px;
	}

h4 {
	font-family:'Gotham', Arial;
	font-size:18px;
	padding:0px;
	display:block;
	margin:0px;
	line-height:20px;
	}
	
h5 {
	font-family:'Gotham', Arial;
	font-size:12px;
	padding:0px;
	display:block;
	margin:0px;
	line-height: 12px;
	margin-top: -10px;
	}
	
h6 {
	font-family:'Gotham', Arial;
	font-size:13px;
	padding:0px;
	display:block;
	margin:0px;
	line-height: 18px;
	}
	
h7 {
	font-family:Arial;
	font-size:13px;
	padding:0px;
	display:block;
	margin:0px;
	line-height: 15px;
	}
	
/** COLORES **/

.negro {color:#000000;}
.rojo {color:#FF0000;}

/** HOME **/
	
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}

#contenedor {
	width:960px;
	margin:auto;
	background-color:#FFFFFF;
	position:relative;
	}
	
#header {
	width:960px;
	height:90px;
	float:left;
	background-color:#ffde00;
	padding-top: 20px;
	text-align: right;
	}
	
	#menu {
	width:620px;
	float:right;
	position:relative;
	margin-top: 16px;
	height: 31px;
	}
	
	#distribuidor {
	width:300px;
	height:15px;
	float:right;
	font-family:Arial;
	font-size:12px;
	color:#666666;
	margin-right: 33px;
	}

#telefono {
	float:right;
	padding:15px;
	background-image:url(../imagenes/tel_bg.png);
	background-repeat:repeat;
	color: #FFFFFF;
	font-family: 'Gotham', Arial;
	font-size: 24px;
	margin-top: -34px;
	z-index: 9999;
	position: relative;
	padding-left: 35px;
	padding-right: 35px;
	}

#bienvenidos {
	height:30px;
	float:left;
	margin-top:20px;
	font-family: 'Gotham', Arial;
	font-size: 20px;
	background-color:#ffde00;
	padding-left: 40px;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	}
	
#texto-home {
	width:450px;
	float:left;
	margin-top: 80px;
	text-align: left;
	margin-left: -165px;
	}
	
	.caja_home1 {
	width:200px;
	height:58px;
	float: right;
	margin-right: 15px;
	margin-top: 45px;
	text-align: left;
	background-image: url(../imagenes/calculador_home.jpg);
	background-repeat: no-repeat;
	padding-top: 115px;
	padding-left: 11px;
	}
	
	.caja_home2 {
	width:195px;
	height:152px;
	float: right;
	margin-right: 15px;
	margin-top: 45px;
	text-align: left;
	background-color:#ffde00;
	border-bottom:4px solid #000;
	padding-left: 16px;
	padding-top: 17px;
	}
	
#empresas {
	width:960px;
	height:80px;
	float:left;
	margin-top:50px;
	margin-bottom:40px;
	}
	
/** SECCIONES **/

#sidebar {
	width:200px;
	float:left;
	background-color:#eeeeee;
	border-bottom:5px solid #ffde00;
	margin-top:30px;
	text-align: left;
	padding-left: 20px;
	font-size: 12px;
	line-height: 13px;
	padding-bottom: 15px;
	}
	
	#titulo_sidebar {
	width:200px;
	height:25px;
	font-family:'Gotham', Arial;
	font-size:16px;
	background-color:#ffde00;
	margin-left: -20px;
	padding-left: 20px;
	padding-top: 14px;
	margin-bottom: 5px;
	}
	
#contenido_seccion {
	width:675px;
	float:left;
	margin-top:30px;
	margin-left: 30px;
	text-align: left;
	}
	
.producto {
	width:194px;
	height:290px;
	float:left;
	margin-top:30px;
	background-color: #FFDE00;
	font-family: 'Gotham', Arial;
	font-size: 13px;
	padding-left: 10px;
	}
	
	.img_producto {
	margin-left:-10px;
	margin-bottom:12px;
	}
	
	.col_producto {
	width:204px;
	padding-bottom:20px;
	float:left;
	}
	
.detalle_producto {
	width:194px;
	float:left;
	margin-top:30px;
	background-color: #FFDE00;
	font-family: 'Gotham', Arial;
	font-size: 13px;
	padding-left: 10px;
	}
	
	.info_producto {
	width:184px;
	padding-top:12px;
	padding-bottom:12px;
	background-color:#EEEEEE;
	float:left;
	padding-left: 10px;
	margin-top: 10px;
	margin-left: -10px;
	font-family: Arial;
	font-size: 12px;
	padding-right: 10px;
	}
	
	.info_producto ul {
	margin-left:0px;
	}
	.info_producto ol {
	margin-left:0px;
	}
	.info_producto li {
	margin-left:-22px;
	margin-bottom:7px;
}

/** OBRAS **/

.obra {
	width:675px;
	float:left;
	font-family:'Gotham', Arial;
	color:#FF0000;
	font-size:18px;
	padding-bottom:10px;
	border-bottom:2px solid #C1C1C1;
	margin-top:20px;
	}
	
	#galleria {
	width:685px;
	height:450px;
	float:left;
	overflow: hidden;
	margin-left: -10px;
	margin-top: 5px;
	}

/** CALCULADOR **/
.fondoceldadurlock {
	font-size:13px;
	font-family: 'Gotham', Arial;
}
.txt_1_destacado3 {
	font-size:12px;}
.txt_1_destacado4 {
	font-size:12px;
	color:#FFFFFF;}
	
	.boton_calculador {
	width:85px;
	height:24px;
	margin-bottom:3px;
	padding:5px;
	background-color:#FFDE00;
	font-size:12px;
	color:#000;
	font-family: 'Gotham', Arial;
	text-align:center;
	margin-top: 3px;
	border: 0px;
	cursor: pointer;
	text-transform: uppercase;
	margin-left: 2px;
	margin-right: 2px;
	}
	.boton_calculador:hover {
	background-color: #E60000;
	color: #FFFFFF;
	border: 0px;
	}
	
/** CONTACTO **/

.col_form {
	width:324px;
	float:left;
	margin-top: 25px;
	font-family: 'Gotham', Arial;
	font-size: 18px;
	padding-bottom: 30px;
	}
	
	.campo_form {
	width:300px;
	height:30px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#f4f4f4;
	color:#FF0000;
	font-size:16px;
	font-family:Arial;
	border: 0px;
	padding-left: 10px;
	}
	
	.campo_form2 {
	width:300px;
	height:210px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#f4f4f4;
	color:#FF0000;
	font-size:16px;
	font-family:Arial;
	border: 0px;
	padding-left: 10px;
	padding-top: 10px;
	}
	
	.boton_contacto {
	width:148px;
	height:35px;
	margin-bottom:5px;
	padding:5px;
	background-color:#FFDE00;
	font-size:13px;
	color:#000;
	font-family: 'Gotham', Arial;
	text-align:center;
	margin-top: 10px;
	border: 0px;
	cursor: pointer;
	}
	.boton_contacto:hover {
	background-color: #E60000;
	color: #FFFFFF;
	border: 0px;
	}
	
	#mapa {
	width:642px;
	float:left;
	background-color: #FFDE00;
	font-family: 'Gotham', Arial;
	font-size: 16px;
	padding-left: 12px;
	padding-top: 12px;
	border-bottom: 2px solid #000;
	}
	
/** FOOTER **/

#footer {
	width:920px;
	height:45px;
	float:left;
	background-color:#e3e3e3;
	text-align: left;
	padding: 20px;
	}
	
	#links_footer {
	height:30px;
	float:left;
	margin-left: 20px;
	margin-top: 8px;
	font-family: 'Gotham', Arial;
	font-size: 12px;
	margin-right: 20px;
	}
	
	#datos_footer {
	width:310px;
	float:left;
	font-size: 12px;
	margin-top: 8px;
	}
