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

@import url(fonts.css);


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


html, body {height: 100%;}

a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}

img, iframe{
	border:0px;
	}
	
table, iframe { border-collapse: collapse; border-spacing: 0; }

/**/ul, ol { padding: 0 0 0 0; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }

li { display: inline-block; *display:inline; }


/* ////////////////////////////////////////////////////////////////////// EN CONSTRUCCION */

.bg_construccion{
	width:100%;
	min-width:988px;
	height:100%;
	min-height:733px;
	background-image:url(../images/bg-construccion.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#000;
	background-size:100% 100%;
	text-align:center;
	}
	
.contenedor_construccion{
	width:700px;
	left:50%;
	margin-left:-350px;
	position:absolute;
	text-align:center;
	}
	
.imagencentro_construccion{
	position:relative;
	width:687px;
	height:589px;
	margin:auto;
	
	}
	
.redes_construccion{
	position:relative;
	width:180px;
	text-align:center;
	margin:auto;
	
	}
	
.seguinos_en_construccion{
	position:relative;
	float:left;
	margin-top:10px;	
	
	}
	
.icono_redes_construccion{
	position:relative;
	float:left;
	width:29px;
	height:30px;
	margin-left:8px;
	
	}
	
.texto_construccion{
	position: absolute;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 19px;
	z-index: 2;
	text-transform: uppercase;
	margin: auto;
	top: 328px;
	width: 470px;
	left: 115px;
	
	
	}

/* /////////////////////////////////////////////////////////////////////   MENU  */
.fix:after{content:".";display:block;height:0;clear:both;}
.fix{display:inline-block; z-index:30; color: #909090;} 
			
nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

nav ul li {
    display:inline-block;
    position:relative;
	height:50px;
	z-index:100;
}	

/* sub navigation */
nav ul li ul {    
    position:absolute;
    left:0;
    top:120px; /* make this equal to the line-height of the links (specified below) */
	background-color:#000;
	width:200px;
	text-align:left;
}
nav ul li ul li {
    position:relative;
    margin:5px 10px;
    display:block;
}
nav ul li ul li ul {
    position:absolute;
    top:0;
    left:200px; /* make this equal to the width of the sub nav above */
    margin:0;
}	
/* style all links */
nav a {
    line-height:38px;
    margin:0;
}
nav a {
    color:#fff;
    text-decoration:none;
    display:block;
}
nav a:hover,
nav a:focus,
nav a:active {
    
}

/* style sub level links */
nav li li a {
    border-bottom:solid 1px #ccc;
    margin:0 10px;
    padding:0;
}
nav li li:last-child a {
    border-bottom:none;
}

/* show arrows for dropdowns */
nav li.dropdown > a {
}

nav li li.dropdown > a {
    background-position:right 16px;
    background-repeat:no-repeat;
}	
/* hide sub menu links */
ul.sub-menu {
    display:none;
}



/* //////////////////////////////////////////////////////// TOP */

.bg_top{
	width:100%;
	min-width:988px;
	height:178px;
	background-image:url(../images/bg_top.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#000;
	background-size:100% 100%;		
	
	}


.top{
	width:988px;
	left:50%;
	margin-left:-492.5px;
	position:absolute;
	height:178px;
	text-align:left;
	}

	
.menu{
		position:relative;
		float:right;
		font-family:'Gill Sans MT Light',Sans-Serif;
		margin-top:5px;
		text-align:right;
		color:#909090;
		font-weight:regular;
		font-size:13px;
		margin-left:14px;
		margin-top: 100px;
		
	}
	

.btn,btn:link,btn:visited,btn:active{
	color:#909090;
	text-decoration:none;
	cursor:pointer;
	 transition-duration: 0.25s;
    transition-property: color;
    transition-timing-function: linear;
	height:32px;
	padding-top:10px;

	
	}
	
.btn:hover{
	color:#fdac1b;
	transition-delay: 0s;
    transition-duration: 0.25s;
    transition-property: color;
    transition-timing-function: linear;
	}
	
	
/* ////////////////////////////////////////////////////////////// CONTENEDOR LOGO */
	
.logo{
	position:relative;
	float:left;
	margin-top:20px;
	
	}
	
.texto_logo{
	position:relative;
	float:left;
	margin-top:95px;
	
	}
	
/* ///////////////////////////////////////////////////////////////////////////// SLIDER */

.foto_top{
	position:relative;
	float:left;
	width:100%;
	min-width:988px;
	min-height:313px;
	z-index:-3;
	}	
	
		
.bigfoto{
	width: 100%;
	width: 988px;
	height: 289px;
	background-color: #000;
	position:relative;
	float:left;
	}
	
#banner_big{
	width:988px;
	left:50%;
	margin-left:-494px;
	position:absolute;
	height: 289px;
		
	}
	

.sombra_banner_home{
	width: 988px;
	height: 26px;
	text-align: center;
	position: relative;
	float:left;
	
	}
	
	
/* //////////////////////////////////////////////////////////////// HOME */
.bg_contenido{
	background-image:  url(../images/bg_gris.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:100% 100%;
	min-width:988px;
	width:100%;
	height:1150px;
	
	}
	
.contenedor_home{
	width:988px;
	left:50%;
	margin-left:-494px;
	position:absolute;
	text-align:left;
	margin-top:80px;
	}	
	
.pasador_home{
	position:relative;
	float:left;
	width:988px;
	height:300px;
	
	}
	
		
.contenedor_galeria_home{
	position:relative;
	float:left;
	width:221px;
	margin-right:8px;
	margin-left:2px;	
	
	}	
	
.contenedor_destacados{
	position:relative;
	float:left;
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	
	}
	
.destacado1{
	position:relative;
	float:left;
	width:371px;
	
	}
	
.foto_ofertas{
	position:relative;
	float:left;
	width:371px;
	height:221px;
	background-image:url(../images/destacado_ofertas.png);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	cursor:pointer;
	overflow:hidden;
	background-size:100% 100%;
	background-position:center center;
	
	}
	
.foto_ofertas_hover{
	background-image:url(../images/destacado_ofertas.png);
	background-size:105% 105%;
	background-position:center center;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	}
	
.base_texto_destacados{
	position:relative;
	float:left;
	width:370px;
	height:73px;
	background-color:#FFF;	
	
	}	
	
.texto_destacados{
	position:relative;
	float:left;
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size:13px;
	color:#383a3b;
	margin-top:10px;
	margin-left:10px;
	
	}
	
.flecha_destacado{
	position:relative;
	float:left;
	margin-top:11px;
	margin-left:35px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	cursor:pointer;
	
	}
	
.flecha_destacadohover{
	margin-left:30px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	
	}
	
	
.destacado2{
	position:relative;
	float:left;
	width:590px;
	
	
	}
	
.fotos_equipos{
	position:relative;
	float:left;
	width:590px;
	height:200px;
	margin-top:21px;
	margin-left:26px;
	background-image:url(../images/fotos_equipos.jpg);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	cursor:pointer;
	overflow:hidden;
	background-size:100% 100%;
	background-position:center center;
	
	}
	
.fotos_equipos_hover{
	background-image:url(../images/fotos_equipos2.jpg);
	background-size:105% 105%;
	background-position:center center;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	
	}
	
	
.base_texto_destacados2{
	position:relative;
	float:left;
	width:590px;
	height:73px;
	background-color:#FFF;
	margin-left:26px;	
	
	}	
	
.texto_destacados2{
	position:relative;
	float:left;
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size:13px;
	color:#383a3b;
	margin-top:10px;
	margin-left:10px;
	
	}
	
.flecha_destacado2{
	position:relative;
	float:left;
	margin-top:11px;
	margin-left:70px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	cursor:pointer;

	}
		
	
.flecha_destacado2hover{
	margin-left:65px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
	}
	
/* ////////////////////////////////////////////////////////////////////////////// PIE */

.bg_pie{
	background-image:url(../images/bg_footer.jpg);
	background-position:center top;
	height: 240px;
	min-width: 985px;
	width: 100%;
	position: relative;
	float: left;
	
	}
	
.contenedor_pie{
	width:988px;
	left:50%;
	margin-left:-494px;
	position:absolute;
	min-width:988px;
	text-align:left;
	}
	
.columna1_pie{
	position:relative;
	float:left;
	width:380px;
	
	}
	
.columna2_pie{
	position:relative;
	float:left;
	width:345px;
	
	}
	
.columna3_pie{
	position:relative;
	float:left;
	width:263px;
	
	}
	
.titulo_pie{
	position:relative;
	float:left;
	margin-top:15px;
	margin-right:60px;
	
	}
	
.division_pie{
	position:relative;
	float:left;
	margin-top:8px;
	
	}
	
.texto_nosotros_pie{
	position:relative;
	float:left;
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size:14px;
	color:#FFF;
	width:330px;
	margin-top:-5px;
	text-transform:uppercase;}
	
.direccion_pie{
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size:12pt;
	margin-top:15px;
	text-align:left;
	color:#FFF;

	}
	
.contenedor_menu_pie{
	position:relative;
	float:left;
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size:12pt;
	text-transform:uppercase;
	color:#FFF;
	margin-top:-5px;
	
	}
	
	
.btn_menu_pie{
	position:relative;
	float:left;
	width:220px;
	margin-bottom:5px;
	color:#FFF;
	
	}

.btn_menu_pie a{
	color:#FFF;
	
	}

.btn_menu_pie a:hover{	
color:#fdac1b;
text-decoration:none;
transition-duration: 0.25s;
transition-property: color;
transition-timing-function: linear;
}
	
.texto_contacto_pie{
	position:relative;
	float:left;
	text-transform:uppercase;
	color:#FFF;
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size:14px;
	line-height:20px;
	margin-top:-5px;
	}	
	
.seguinos_en_pie{
	position:relative;
	float:left;
	margin-top:10px;
	width:240px;	
	}
	
	
.texto_seguinos_en{
	position:relative;
	float:left;
	margin-top:10px;
	}
	
.icono_redes_pie{
	position:relative;
	float:left;
	margin-left:10px;	
	
	}
	
		
.design_by{
	position:relative;
	float:right;
	width:85px;
	height:30px;
	margin-top:8px;
	
	}
		
.copyright{
	position:relative;
	float:left;
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size:9pt;
	color:#9c9c9c;
	width:650px;
	margin-top:18px;

	}


/* ////////////////////////////////////////////////////////////////////// CONTENEDOR INTERNAS */

.contenedor_internas{
	width:988px;
	left:50%;
	margin-left:-494px;
	position:absolute;
	min-width:988px;
	text-align:left;
	height:100%;
	margin-top:100px;
	} 
	
.contenedor_titulo_seccion{
	position:relative;
	float:left;
	
	}
	
.base_titulo{
	position:relative;
	float:left;
	background-color:#000;
	border-bottom:solid 3px #fdac1b;

	}
	
.titulo_seccion{
	position:relative;
	float:left;
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size:34px;	
	color:#fdac1b;
	margin:10px 45px 9px 20px;
	text-transform:uppercase;
	
	}
	
.contenido{
	position:relative;
	float:left;
	width:100%;
	margin-top:30px;
	
	}
	
	
.descripcion{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#29292b;
	position:relative;
	float:left;	
	}
	
.descripcion_internas{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#29292b;
	position:relative;
	float:left;
	margin-top:15px;
	}	



/* /////////////////////////////////////////////////////////////////////////////////////////// INFORMACION */

.bg_contenido_informacion{
	background-color:#dadada;
	min-height: 2300px;
	min-width:985px;
	width:100%;
	position:relative;
	float:left;
	height:100%;
	
	}
	
.bg_contenido_informacion_cuidados{
	background-color:#dadada;
	min-height: 1500px;
	min-width:985px;
	width:100%;
	position:relative;
	float:left;
	height:100%;
	
	}
	
.bg_contenido_informacion_fallas{
	background-color:#dadada;
	min-height: 2280px;
	min-width:985px;
	width:100%;
	position:relative;
	float:left;
	height:100%;
	
	}
	
.bg_contenido_informacion_garantia{
	background-color:#dadada;
	min-height: 800px;
	min-width:985px;
	width:100%;
	position:relative;
	float:left;
	height:100%;
	
	}
	

/* /////////////////////////////////////////////////////////////////////////////////////////// PRODUCTOS */

.base_categoiras{
	position:relative;
	float:left;
	width:260px;
	min-height:450px;
	background-color:#000;
	text-align:left;
	padding-top:10px;
	
	}
	
.flecha_categoria{
	position:relative;
	float:left;
	width:16px;
	height:31px;	
	
	}
	
.categoria{
	position:relative;
	float:left;
	width: 227px;
	
	}

.texto_categoria{
	position: relative;
	float: left;
	font-family: 'Gill Sans MT Light',Sans-Serif;
	font-size: 13pt;
	font-weight: notmal;
	text-decoration: none;
	color:#fdac1b;
	text-transform:uppercase;
	padding-left: 10px;
	padding-top: 5px;
	height: 25px;
	
	width:100%;
	}

.sub_categoria{
	position:relative;
	float:left;
	width: 227px;
	
	}
		
.texto_sub_categoria{
	position: relative;
	float: left;
	font-family: 'Gill Sans MT Light',Sans-Serif;
	font-size: 13pt;
	font-weight: notmal;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 5px;
	height: 25px;
	color:#fd801b;
	text-transform:uppercase;
	width:100%;
	}
	

.subsub_categoria{
	position:relative;
	float:left;
	width:100%;
	
	}
		
.texto_subsub_categoria{
	position: relative;
	float: left;
	font-family: 'Gill Sans MT Light',Sans-Serif;
	font-size: 13pt;
	font-weight: notmal;
	text-decoration: none;
	padding-left: 30px;
	padding-top: 5px;
	height: 25px;
	color:#fd4b1b;
	text-transform:uppercase;
	width:100%;
	}
	
.barra_buscador{
	position:relative;
	float:right;
	width:690px;
	height:60px;
	border-bottom:solid 3px #fdac1b;
	
	}
	
	
.contenedor_ventana_productos{
	position:relative;
	float:left;
	width:728px;
	
	}
.contenedor_ventana_productos ul{
	margin:0px;
	}
	
.contenedor_galeria_productos{
	position:relative;
	float:left;
	width:205px;
	margin:0px 0px 15px 35px;
	}
	
	
.foto_producto{
	position:relative;
	float:left;
	width:205px;
	height:154px;
	background-color:#000;
	border-top:solid 5px #000;
	
	}
	
.titulo_productos{
	position:relative;
	float:left;
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size:11pt;
	font-weight:bold;
	color:#656565;
	width:195px;
	padding:8px 5px;
	background-color:#FFF;
	min-height: 40px;
	
	}
	
.btn_vermas{
	position:relative;
	float:right;
	width:205px;
	height:33px;
	margin-top:15px;
			
	}
	
.pasador{
	position:relative;
	float:right;
	
	
	}
	
.sinproductos{
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	margin-top:30px;
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size:14pt;
	font-weight:bold;
	color:#656565;
	
	}
	
	
	
/* //////////////////////////////////////////////////////////////////////////////////////////// DETALLE */

.btn_volver{
	float:right;
	margin-top:20px;
	
	}
	
.base_productos_detalle{
	position: relative;
	float: left;
	margin-top: 40px;
	margin-left: 30px;
	width: 620px;
	
}

.titulo_producto_detalle{
	position:relative;
	float:left;
	width:320px;
	text-align:left;
	margin-top:20px;
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size:30px;
	margin-left:40px;
	
	}

.contenido_productos_detalle{
	position: relative;
	float: left;
	width: 741px;
	margin-top: 5px;
	
	}
	
.ventana_productos_detalle{
	position: relative;
	float: left;
	width: 707px;
	margin-left: 20px;
	margin-bottom: 20px;
	
	}
	
	
.foto_producto_detalle{
	position: relative;
	float: left;
	width: 278px;
	height: 322px;
	
	}
	
.descripcion_detalle{
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-left: 20px;
	color: #656565;
	width: 369px;
	min-height: 317px;
	background-color: #eceaea;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 20px;
	}

.btn_consultar{
	position:relative;
	float:left;
	width:278px;
	height:33px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	background-color:#000;
		
	}
	
.nombre_producto_detalle{
	position: relative;
	float: left;
	width: 100%;
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size: 20px;
	text-align: left;
	color: #fdac1b;
	margin-bottom: 20px;
	background-color: #000000;
	height: 32px;
	padding-top: 10px;
	
	}
	
.nombre_codigo_detalle{
	position:relative;
	float:left;
	width:100%;
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size: 20px;
	text-align:left;
	color: #666;
	margin-bottom:5px;
	height:32px;
	padding-top:5px;
	
	}

.flecha_nombre_detalle{
	position:relative;
	float:left;
	width:11px;
	height:16px;
	margin-top:3px;
	margin-left:8px;
	margin-right:10px;
	
	}
	
	
/* /////////////////////////////////////////////////////////////////////////////////////////// CONSULTA DETALLE */


#formulario{
	font-family:'Gill Sans MT Light',Sans-Serif;
	width: 480px;
	height: 410px;
	position: relative;
	margin:auto;

}

#formulario .campos{
	position:relative;
	float:left;
	width:447px;
	height:41px;
	background-color:#2c2e30;
	margin-right:25px;
	margin-bottom:15px;
}

#formulario input{
	background-color:transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:440px;
	height:35px;
	color:#fff;
	float:left;
	text-align:left;
	font-weight:normal;
	margin-top:2px;
	margin-left:2px;
	border:0px;
}

#formulario .campos_comentarios{
	background-color:#2c2e30;
	width:447px;
	height:145px;
	position:relative;
	float:left;

}

#formulario .campos_code{
	background-color:#2c2e30;
	width:327px;
	height:41px;
	position:relative;
	float:left;

}

#formulario #code{
	background-color:transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:320px;
	height:35px;
	color:#fff;
	float:left;
	text-align:left;
	font-weight:normal;
	margin-top:2px;
	margin-left:2px;
	border:0px;

}

#formulario textarea{
	background-color:transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:440px;
	height:140px;
	color:#fff;
	float:left;
	text-align:left;
	font-weight:normal;
	margin-top:2px;
	margin-left:2px;
	border:0;
}

	

#gracias{
	font-family:'Gill Sans MT Light',Sans-Serif;
	position:relative;
	float:left;
	margin-top:5px;
	width:480px;
	text-align:center;
	font-size:18px;
	font-weight:bolder;
	height:530px;
	
	}



	
/* /////////////////////////////////////////////////////////////////////////////////////////// CONTACTOS */

.columna1{
	position:relative;
	float:left;
	width:455px;
	
	}


.descripcion_contactos{
	position:relative;
	float:left;
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size:14pt;
	color:#656565;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
	
	}
	
.division_contacto{
	position:relative;
	float:left;
	height:2px;
	width:552px;
	background-color:#a7a7a7;
	margin-top:15px;
	
	}
	
.nombre_campos{
	color:#303030;
	font-size:16px;
	font-weight:bold;
	
	}
	
.campos{
	position:relative;
	float:left;
	height:40px;
	background-color:#000;
	width:100%;
	margin:5px 0 20px 0;
	
	}
	
.campos option{
	background-color:#000;

	}
	
.campos_comentarios{
	position:relative;
	float:left;
	height:145px;
	background-color:#000;
	width:100%;
	margin:5px 0 14px 0;
	
	}
	
.descripcion_contactos input{
	background-color:transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:98%;
	height:38px;
	color:#fff;
	float:left;
	text-align:left;
	font-weight:normal;
	margin-top:2px;
	margin-left:2px;
	border:0px;
	}
	
.descripcion_contactos textarea{
	background-color:transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:98%;
	height:140px;
	color:#fff;
	float:left;
	text-align:left;
	font-weight:normal;
	margin-top:2px;
	margin-left:2px;
	border:0;
}


.obligatorio{
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size:12px;
	margin-left:9px;
	color: #ff0000;
	float:right;
	text-align:left;
	font-weight:normal;
	}


.gracias{
	position:relative;
	float:left;
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size:14pt;
	color:#656565;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
	width:500px;
	text-align:center;
	}
	
.columna2{
	position:relative;
	float:left;
	margin-left:40px;
	width:445px;
	
	}

.titulo_direccion_contactos{
	position:relative;
	float:left;
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size:33pt;
	color:#000;
	text-transform:uppercase;
	margin-top:40px;
	margin-right:100px;
	}	
	
.base_mapa{
	position:relative;
	float:left;
	width:486px;
	width:444px;
	height:244px;
	background-color:#000;
	border-bottom:solid 4px #fdac1b;
	}


	
.icono_direccion{
	position:relative;
	float:left;
	margin-top:15px;
	margin-left:3px;
	}

.direccion_contactos{
	position:relative;
	float:left;
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size:18px;
	color:#292929;
	margin-left:14px;
	margin-top:13px;
	height:47px;
	text-transform:uppercase;
	}
	
.horario_contactos{
	position:relative;
	float:left;
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size:18px;
	color:#292929;
	margin-top:10px;
	width:100%;
	text-transform:uppercase;
	}
	
.icono_telefono{
	position:relative;
	float:left;
	margin-top:10px;
	margin-left:3px;
		
	}
	
.telefono_contactos{
	position:relative;
	float:left;
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size:33px;
	color:#333333;
	margin-left:14px;
	margin-top:8px;
	margin-right:120px;
	text-transform:uppercase;
	font-weight:bold;	
	
	}
	
.icono_sobre{
	position:relative;
	float:left;
	margin-top:15px;
		
	}
	
.mail_contactos{
	position:relative;
	float:left;
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size:15px;
	color:#292929;
	margin-left:14px;
	margin-top:17px;
	text-transform:uppercase;	
	
	}
	
.mail_contactos a{
	color:#292929;
}
	
/* //////////////////////////////////////////////////////////////////// NOSOTROS */

.linea_nosotros_arriba{
	position:relative;
	float:left;
	margin-top:30px;
	margin-left:20px;
	z-index:1;	
	}
	
.texto_nosotros{
	position:relative;
	float:left;
	color:#000;
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size:14px;
	width:80%;
	line-height:22px;
	z-index:2;
	margin-top:-180px;
	margin-right:80px;
	}
	
.fotos_nosotros{
	position:relative;
	float:left;
	margin-top:-80px;
	
	}
	
.contenedor_titulo_compromiso{
	position:relative;
	float:left;
	margin-top:20px;
	margin-left:400px;
	}
	
.texto_compromiso{
	position:relative;
	float:left;
	color:#000;
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size:16px;
	width:50%;
	line-height:22px;
	z-index:2;
	text-align:right;
	margin-left: 60px;
    margin-top: 20px;
	}
	
.linea_nosotros_abajo{
	position:relative;
	float:left;
	margin-top:-60px;
	z-index:1;
	margin-left: -6px;	
	}
	
.contenedor_titulo_vision{
	position:relative;
	float:left;
	margin-top:-40px;
	margin-right:60px;
	}
	
.texto_vision{
	position:relative;
	float:left;
	color:#000;
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size:16px;
	width:80%;
	line-height:22px;
	z-index:2;
	text-align:left;
    margin-top: 20px;
	}
	
/* //////////////////////////////////////////////////////////////////////// SERVICIOS */

.linea_servicios{
	position:relative;
	float:left;
	margin-top:30px;
	margin-left:20px;
	z-index:1;	
	}
	
.texto_servicios{
	position:relative;
	float:left;
	color:#000;
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size:16px;
	width:80%;
	line-height:22px;
	z-index:2;
	margin-top:-230px;
	margin-right:80px;
	}
	
.tabla_servicios{
	position:relative;
	float:left;
	font-family:'Gill Sans MT Light',Sans-Serif;
	font-size:16px;
	color:#292929;
	z-index:2;
	margin-top:-40px;
	margin-left:80px;
	}
	
.tabla_servicios table{
	border-collapse:separate;
	border-spacing:5px;	
	}
