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

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

/* RESET CSS Moldeable */

body{margin:0} /*Elimina margenes del body*/

h1,h2,h3 {margin:0; font-weight:normal;}

img{border:none;} /*Elimina borde azul de imágenes con links*/

ul{margin:0;padding:0; list-style:none;} /*Elimina bordes de lista*/

/*Impide que Skype transforme los números telefónicos*/
span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;}

/*Elimina bordes punteados de links en Firefox*/
a:active{outline: none;}
a:focus {outline: none;}

*{outline:none;}


/*FIN RESET*/

@font-face {
    font-family: 'ArmataRegular';
    src: url('armata-fontfacekit/Armata-Regular-webfont.eot');
    src: url('armata-fontfacekit/Armata-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('armata-fontfacekit/Armata-Regular-webfont.woff') format('woff'),
         url('armata-fontfacekit/Armata-Regular-webfont.ttf') format('truetype'),
         url('armata-fontfacekit/Armata-Regular-webfont.svg#ArmataRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('open-sans-fontfacekit/OpenSans-Regular-webfont.eot');
    src: url('open-sans-fontfacekit/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('open-sans-fontfacekit/OpenSans-Regular-webfont.woff') format('woff'),
         url('open-sans-fontfacekit/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('open-sans-fontfacekit/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('open-sans-fontfacekit/OpenSans-Bold-webfont.eot');
    src: url('open-sans-fontfacekit/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('open-sans-fontfacekit/OpenSans-Bold-webfont.woff') format('woff'),
         url('open-sans-fontfacekit/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('open-sans-fontfacekit/OpenSans-Bold-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'OpenSansRegular';
	margin:0;
	background:url(img/fondo.jpg) repeat;
	color:#807f7f;}

#header{
	width:100%;
	border-top:3px solid #2e73ba;
	height:129px;
	border-bottom:#cdcccb solid 1px;}

#logo{
	margin-top:35px;
	float:left;}

#cont-header{
	width:960px;
	margin-right:auto;
	margin-left:auto;}

#main{
	width:100%;
border-top:1px solid #fff;
/*height:100px;*/}

#cont-menu{
	width:100%;
	margin-top:7px;}

#menu{
	font-family: 'ArmataRegular';
	width:960px;
	height:40px;
	background:url(img/fondo-menu.jpg) repeat-x;
	margin:0 auto;
	border-radius:4px;
	-moz-box-shadow: 0 0 2px #888;
	-webkit-box-shadow: 0 0 2px #888;
	box-shadow: 0 0 2px #888;
	z-index:100;
	position:relative;}
	
#menu a{
	color:#fff;
	text-decoration:none;
	transition: color .4s;
	-moz-transition: color .4s;
	-webkit-transition: color .4s;
	-o-transition: color .4s;
	height:40px;
	display:block;}
	
#menu a:hover, #menu a#current {
	color:#202058;}

	
#slider{
	width:100%;
	height:300px;
	border-top:7px solid #d9d9d8;
	border-bottom:7px solid #d9d9d8;
	margin-top:-10px;
	float:left;}
	
/* Todos los botones del menú */
#btn1,#btn2,#btn3,#btn4,#btn5,#btn6,#btn7{
  color:#FFF;
  height:40px;
  float:left;
  font-size:12px;
  text-align:center;
  line-height:39px;
}

/* Total de anchos = 950px (960 - ~10px de bordes) */
#btn1{ width:90px;  border-right:1px solid #3884b2; }

#btn2{ width:155px; border-right:1px solid #3884b2; border-left:1px solid #73a6d7; }

#btn3{ width:145px; border-right:1px solid #3884b2; border-left:1px solid #73a6d7; }

#btn4{ width:145px; border-right:1px solid #3884b2; border-left:1px solid #73a6d7; }

#btn5{ width:125px; border-left:1px solid #73a6d7; }

#btn6{ width:155px; border-left:1px solid #73a6d7; }

#btn7{ width:135px; border-left:1px solid #73a6d7; } /* PREVENCIÓN */

	
#contenedor{
	width:960px;
	margin:18px auto 0 auto;}
	
.caja-home {
  float: left;
  height: 228px;
  margin-right: 12px;
  width: 312px;
}

	
.caja-home a{
	float:left;}
	
.caja-home2{
	width:312px;
	height:228px;
	float:left;
}

	
.titulo-caja {
  	background: url("img/fondo-titulo-caja.jpg") repeat-x scroll 0 0 transparent;
  	color: #FFFFFF;
  	font-family: 'ArmataRegular';
  	height: 37px;
  	line-height: 36px;
  	padding-left: 10px;
  	position: relative;
  	width: 301px;
  	z-index: 10;
  	-moz-box-shadow: 0 0 2px #888;
	-webkit-box-shadow: 0 0 2px #888;
	box-shadow: 0 0 2px #888;
}

.caja-home img{
	border: 1px solid #676767;
	margin-left:7px;
	margin-top:-31px;
	-moz-box-shadow: 0 0 2px #888;
	-webkit-box-shadow: 0 0 2px #888;
	box-shadow: 0 0 2px #888;}
	
.caja-home img:hover{
	border: 1px solid #202058;
	-moz-box-shadow: 0 0 4px #888;
	-webkit-box-shadow: 0 0 4px #888;
	box-shadow: 0 0 4px #888;
}

.caja-home2 img{
	margin-left:22px;
	margin-top: 32px;
}

.txt-caja {
  color: #8F8F8F;
  font-size: 12px;
  margin-left: 10px;
  margin-top: 20px;
  width: 291px;
  float:left;
}

.txt-caja2 {
  color: #8F8F8F;
  font-size: 12px;
  margin-left: 10px;
  margin-top:52px;
  width: 291px;
}

#footer{
	width:961px;
	height:116px;
	background:url(img/fondo-footer.jpg);
	margin:0 auto;
	color:8f8f8f;
	font-size:12px;}
	
#cont-footer{
	float:left;
	width:100%;
	margin-top:27px;
	margin-bottom:10px;}

#txt-foot{
	margin-top:23px;
	margin-left:20px;
	float:left;
	color:#8f8f8f;}

#txt-foot a{color:#8f8f8f; text-decoration:none;}
#txt-foot a:hover{text-decoration:underline;}
	
.titulo{
	width:100%;
	font-size:22px;
	margin-top:24px;}
	
img#foto-nosotros{
	margin-left:21px;}
	
#columna-nosotros1{
	width:444px;
	font-size:12px;
	line-height:22px;
	float:left;
	margin-right:30px;
	margin-top:25px;}

#columna-nosotros2{
	width:444px;
	font-size:12px;
	line-height:22px;
	float:left;
	margin-top:25px;}

#contenedor2{
	margin-left:20px;}
	
.subtitulo{
	float:left;
	font-size:15px;
	width:100%;}
	
.lista-obras{
	font-size:12px;
	width:630px;
	float:left;
	margin-top:25px;
	line-height:24px;
	margin-bottom:25px;}
	
.lista-fechas {
  float: left;
  font-size: 12px;
  text-align: center;
  width: 140px;
  margin-top:25px;
  line-height:24px;
}

.lista-monto {
  float: left;
  font-size: 12px;
  text-align: center;
  width: 135px;
  margin-top:25px;
  line-height:24px;
}

#cont-obras{
	margin-left:20px;
	margin-top:20px;}

.container-submenu {
	background-color:#6294cc;
  	height: 125px;
  	left: 517px;
  	position: absolute;
  	width: 236px;
  	z-index: 1000;
  	display:none;
	-moz-box-shadow: 0 0 2px #888;
	-webkit-box-shadow: 0 0 2px #888;
	box-shadow: 0 0 2px #888;
}

#play-icon1{
	position:relative;
	z-index:2;}
	
#stone-crusher{
	float:left;
	width:403px;
	position:relative;
	height:527px;
	border:1px solid #676767;
	margin-left:19px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;}

img.b{
	z-index:1;
	position:absolute;}

img.a {
  	margin-left: 141px;
  	margin-top: 193px;
  	position: absolute;
  	z-index: 10;
  	opacity:0;
	-moz-transition: opacity .4s ease;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

#stone-crusher:hover img.a{
	opacity:1;}

#stone-crusher:hover{
	cursor:pointer;}
	
#descrip-stone{
	float:left;
	width:430px;
	margin-left:18px;
	font-size:12px;
	line-height:24px;}
	
#btn-ver-video {
  background: url("img/fondo-btn.jpg") repeat-x scroll 0 0 transparent;
  height: 21px;
  line-height: 20px;
  text-align: center;
  width: 131px;
  	-moz-box-shadow: 0 0 3px #888;
	-webkit-box-shadow: 0 0 3px #888;
	box-shadow: 0 0 3px #888;
}

#btn-ver-video a{
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	transition: color .4s;
	-moz-transition: color .4s;
	-webkit-transition: color .4s;
	-o-transition: color .4s;}

#btn-ver-video a:hover{color:#202058}

#columna-videos{
	width:405px;
	float:left;
	  margin-left:18px;}

.play-video {
  float: left;
  height: 247px;
  width: 403px;
  border:#676767 1px solid;
  margin-bottom:23px;
}

img.a2 {
  	margin-left: 141px;
  	margin-top: 60px;
  	position: absolute;
  	z-index: 10;
  	opacity:0;
	-moz-transition: opacity .4s ease;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.play-video:hover img.a2{
	opacity:1;}

.play-video:hover{
	cursor:pointer;}

#columna-limpieza{
	float:left;
	width:431px;
	margin-left:15px;}

.caja-info-limpieza p{
	font-size:12px;
	line-height:24px;}
	
.caja-info-limpieza {
  float: left;
  margin-bottom: 34px;
}

.txt-maquinas{
	width:300px;
	height:156px;} 
	
#columna-fotos{
	width:443px;
	float:left;}
	
.columna-maquinas{
	float:left;
	width:430px;
	margin-left:25px;
	font-size:12px;
	}	
	
.foto-maquinas{
	border:1px solid #676767;
	width:138px;
	float:left;
	margin-bottom:10px;}
	
.foto-maquinas a, .foto-maquinas2 a {float:left;}

.foto-maquinas a:hover, .foto-maquinas2 a:hover {
	  	-moz-box-shadow: 0 0 4px #666;
	-webkit-box-shadow: 0 0 4px #666;
	box-shadow: 0 0 4px #666;}

.foto-maquinas2{
	border:1px solid #676767;
	width:138px;
	float:left;
	margin-left:10px;
	margin-bottom:10px;}
	
#contenedor-contacto{
	width:920px;
	height:476px;
	background-color:#e2e2e1;
	border:1px solid #b4b3b4;
	margin-left:20px;
	margin-top:15px;
	}

#columna-contacto1{
	width:490px;
	height:437px;
	float:left;
	font-size:12px;
	margin-left:20px;
	margin-top:25px;}
	
#columna-contacto1 p {
  margin-bottom: 4px;
  margin-top: 0;
  float:left;
  width:485px;
}
	
#columna-contacto2{
	width:384px;
	height:437px;
	float:left;
	font-size:12px;
	margin-top:25px;
	margin-left:10px;}
	
#contacto{
	margin-top:12px;}
	
#contacto input {
  border:2px solid #e2e2e1;
  color: #C3C0C0;
  font-family: 'OpenSansRegular';
  height: 34px;
  padding-left: 46px;
  width: 438px;
}

#contacto input:focus{
	color:#807f7f;
	border:2px solid #afc5e4;
	-moz-box-shadow: 2px 2px 3px #888;
	-webkit-box-shadow: 2px 2px 3px #888;
	box-shadow: 2px 2px 3px #888;}

input#nombre{
	background:url(img/input-nombre.jpg) no-repeat #fff;}

input#email{
	background:url(img/input-correo.jpg) no-repeat #fff;}

input#telefono{
	background:url(img/input-fono.jpg) no-repeat #fff;}

input#empresa{
	background:url(img/input-empresa.jpg) no-repeat #fff;}

textarea {
  background: url("img/fondo-textarea.jpg") no-repeat scroll 0 0 #FFFFFF;
  border: 2px solid #E2E2E1;
  height: 146px;
  padding-left: 47px;
  padding-top: 10px;
  width: 437px;
  color: #C3C0C0;
  font-family: 'OpenSansRegular';
  font-size:13px;
}

textarea:focus{
	color:#807f7f;
	border:2px solid #afc5e4;
	-moz-box-shadow: 2px 2px 3px #888;
	-webkit-box-shadow: 2px 2px 3px #888;
	box-shadow: 2px 2px 3px #888;}
	
#mapa{
	margin-top:31px;}

#tool-tip1 {
	color:#fff;
background-image:url(img/tooltip.png);
  float: left;
  height: 35px;
  margin-left: 490px;
  margin-top: 3px;
  position: absolute;
  width: 254px;
  display:none;
  text-align:center;
  line-height:32px;} 
  
  #tool-tip2 {
	color:#fff;
background-image:url(img/tooltip.png);
  float: left;
  height: 35px;
  margin-left: 490px;
  margin-top: 48px;
  position: absolute;
  width: 254px;
  display:none;
  text-align:center;
  line-height:32px;}
  


/*---estilos adjuntar----*/ 


.file-wrapper {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.file-wrapper input {
  cursor: pointer;
  font-size: 100px;
  height: 100%;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0;
}

.file-wrapper .button {
  background:url(img/fondo-adjuntar.jpg);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  width:149px;
  height:21px;
  text-align:center;
  line-height:19px;
}

.file-holder{
	margin-left:10px;}

#contacto input.submit{
	width:149px;
	height:21px;
	background-image:url(img/fondo-enviar.jpg);
	padding:0;
	border:0;
	color: #fff;
	font-size: 12px;
	cursor:pointer;}
	
#contacto input.submit:hover{
	color:#CCC;}
	
#izq-header{
	float:left;}
	
#right-header {
  background-image: url("img/btn-webmail.jpg");
  float: right;
  font-size: 12px;
  height: 21px;
  line-height: 20px;
  margin-top: 6px;
  padding-left: 45px;
  width: 146px;
    	-moz-box-shadow: 0 0 2px #888;
	-webkit-box-shadow: 0 0 2px #888;
	box-shadow: 0 0 2px #888;
}

#right-header a{
	  color: #FFFFFF;
	  text-decoration:none;}

#right-header a:hover{
	  color: #202058;}
	  
/* Columnas prevención */
.dos-columnas {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.col-izq {
  flex: 0 0 60%;
  text-align: justify;
  font-family: inherit; /* usa misma fuente que calidad */
  font-size: inherit;
  color: inherit;
}

.col-der {
  flex: 0 0 40%;
  text-align: justify;
  font-family: inherit; /* mantiene la misma tipografía */
  font-size: inherit;
  color: inherit;
}

/* Tabla cotización */
.tabla-cotizacion {
  width: 60%;
  margin: 20px auto;
  border-collapse: collapse;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
}

.tabla-cotizacion th {
  background: #f2f2f2;
  padding: 10px;
  border: 1px solid #ccc;
}

.tabla-cotizacion td {
  padding: 10px;
  border: 1px solid #ccc;
}

/* Forzar que columnas de Prevención usen el mismo estilo que la página de Calidad */
.dos-columnas,
.col-izq,
.col-der,
.tabla-cotizacion {
  font-family: "ArmataRegular", Arial, Helvetica, sans-serif; /* igual que Calidad */
  font-size: 11px; /* ajusta según lo que ya usa Calidad */
  line-height: 1.6;
  color: #555; /* mismo tono gris de los textos */
}

/* Títulos de Prevención iguales a los de Calidad */
.titulo {
  font-family: "ArmataRegular", Arial, Helvetica, sans-serif;
  font-size: 20px; /* mismo tamaño que Política de Calidad */
  font-weight: bold;
  color: #444;
  margin: 20px 0;
}
