body, h1, h2, h3, ul{
	margin: 0;
	padding: 0;

}



.parallax-window-inicio {
	min-height: 500px;
	09_09_2016ground: transparent;
	positionY: 500px;
	padding-top: 30px;
	padding-bottom: 15px;

}
.parallax-window {
	min-height: 500px;
	background: transparent;
	positionY: 500px;
	padding-top: 55px;
	padding-bottom: 65px;

}


@font-face {
    font-family: 'open_sansregular';
    src: url('../font/opensans-regular-webfont.eot');
    src: url('../font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-regular-webfont.woff2') format('woff2'),
         url('../font/opensans-regular-webfont.woff') format('woff'),
         url('../font/opensans-regular-webfont.ttf') format('truetype'),
         url('../font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

img {
	height: auto;
	border: 0px;
	background:  transparent url(img/precarga.gif) no-repeat center center;
}

h1{}
h2{
	font-family: 'Exo', sans-serif;
	color: #EA4E1B;
	font-size: 25px;
}
h3{
	font-family: "open_sansregular";
	color: #FF8000;
}
.subtitulo{
	padding: 10px;
	border: medium solid #434352;
	width: auto;
	color: #434352;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	text-align: center;
	display: inline-block;
}
.contenedor-subtitulo{
	text-align: center;
}
.subtitulo-largo{
	padding: 10px;
	border: medium solid #434352;
	width: auto;
	color: #434352;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	text-align: center;
	display: inline-block;
}
.subtitulo-nosotros{
	padding: 10px;
	border: medium solid #434352;
	width: auto;
	color: #434352;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;		
	text-align: center;
	display: inline-block;

}
.subtitulo-blanco{
	padding: 10px;
	border: medium solid #FFF;
	width: auto;
	color: #434352;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	display: inline-block;

}
.subtitulo-blanco-corto{
	padding: 10px;
	border: medium solid #FFF;
	width: auto;
	font-size: 22px;
	color: #434352;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	color: #FFF;
	font-weight: 400;
	text-align: center;
	display: inline-block;
}
.subtitulo-azul{
	padding: 10px;
	width: auto;
	color: #434352;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 35px;
	color: #FFF;
	background-color: #434352;
	font-size: 18px;
	font-weight: lighter;
	text-align: center;
	display: inline-block;
}




/* MENU RESPONSIVE */

.slicknav_menu {
	display:none;
}

@media (min-width: 100px) and (max-width: 400px) {


    html{

    background-image: none !important;
	background-color: #20202f;
	
}

	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
	header{
	padding-left: 9%;
	padding-right: 9%;
	height: 20px;
	margin-top: 20px;
}
	#logo{
	font-size: 4em;
	float: left;
	margin-top: 25px;
	padding-bottom: 25px;
	position: absolute;
	z-index: 1111;
}

#nosotros{
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: center;
 	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FF8000;
	background-color: #FFFFFF;
}
#borde-texto{
	display: none;

}
#informacion-contacto{
	width: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
	color: #333;
	text-align: center;
	font-family: 'open_sansregular';
	padding-bottom: 10px;
	padding-top: 20px;
	display: inline-block;
}



.icon-arroba{
	list-style-type: none;
	vertical-align: top;
	background-image: none;
	height: 25px;
	padding: 4px;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}


.texto-arroba{
	line-height: 5px;
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	
}


.icon-telefono{
	list-style-type: none;
	vertical-align: top;
	background-image: none;
	height: 25px;
	padding: 4px;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-bottom: 5px;

}
.texto-telefono{
	line-height: 5px;
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.icon-fb{
	list-style-type: none;
	vertical-align: top;
	background-image: none;	height: 25px;
	padding: 4px;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	
}
.texto-fb{
	line-height: 5px;
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.icon-yt{
	list-style-type: none;
	vertical-align: top;
	background-image: none;	height: 25px;
	padding: 4px;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	
}
.texto-yt{
	line-height: 1px;
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#informacion-contacto li{
	margin-top: 25px;
	margin-bottom: 10px;
	margin-right: 25px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 23px;
	padding-top: 23px;
	text-align: center;
}

.img-nosotros{
   pointer-events: none;
   cursor: default;
}
	
}
@media (min-width: 401px) and (max-width: 550px) {
	
    html{

    background-image: none !important;
	background-color: #20202f;
	
}

	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
	header{
	padding-left: 9%;
	padding-right: 9%;
	height: 20px;
	margin-top: 20px;
}
	#logo{
	font-size: 4em;
	float: left;
	margin-top: 25px;
	padding-bottom: 25px;
	position: absolute;
	z-index: 1111;
}

#nosotros{
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: center;
 	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FF8000;
	background-color: #FFFFFF;
}
#borde-texto{
	display: none;

}
#informacion-contacto{
	width: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.5em;
	color: #333;
	text-align: center;
	font-family: 'open_sansregular';
	padding-bottom: 10px;
	padding-top: 20px;
	display: inline-block;
}


.icon-arroba{
	list-style-type: none;
	vertical-align: top;
	background-image: none;
	height: 25px;
	padding: 4px;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}


.texto-arroba{
	line-height: 5px;
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	
}


.icon-telefono{
	list-style-type: none;
	vertical-align: top;
	background-image: none;
	height: 25px;
	padding: 4px;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-bottom: 5px;

}
.texto-telefono{
	line-height: 5px;
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.icon-fb{
	list-style-type: none;
	vertical-align: top;
	background-image: none;	height: 25px;
	padding: 4px;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	
}
.texto-fb{
	line-height: 5px;
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.icon-yt{
	list-style-type: none;
	vertical-align: top;
	background-image: none;	height: 25px;
	padding: 4px;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	
}
.texto-yt{
	line-height: 1px;
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}



#informacion-contacto li{
	margin-top: 25px;
	margin-bottom: 10px;
	margin-right: 25px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 23px;
	padding-top: 23px;
	text-align: center;
}

.img-nosotros{
   pointer-events: none;
   cursor: default;
}
	
}

@media (min-width: 551px) and (max-width: 600px) {

    html{

    background-image: none !important;
	background-color: #20202f;
	
}

	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
	header{
	padding-left: 9%;
	padding-right: 9%;
	height: 20px;
	margin-top: 20px;
}
	#logo{
	font-size: 4em;
	float: left;
	margin-top: 25px;
	padding-bottom: 25px;
	position: absolute;
	z-index: 1111;
}
#nosotros{
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: center;
 	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FF8000;
	background-color: #FFFFFF;
}
#borde-texto{
	display: none;

}

.img-nosotros{
   pointer-events: none;
   cursor: default;
}

	
}

@media (min-width: 601px) and (max-width: 830px) {
	html{
background:url(../img/background1.jpg) no-repeat  fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
	header{
	padding-left: 9%;
	padding-right: 9%;
	height: 20px;
	margin-top: 20px;
}
	
	#logo{
	font-size: 4em;
	float: left;
	margin-top: 25px;
	position: absolute;
	z-index: 1111;
}


#inicio{
	height: 100px;
	margin-top: 90px;
	margin-bottom: 50px;
	padding-top: 25px;
	
	
}

#contenedor-borde-texto{
	text-align: center;
	margin-bottom: 40px;
}
#borde-texto{
	width: auto;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 2rem;
	border-top: thin solid #FFFFFF;
	border-bottom: medium solid #FFFFFF;
	font-family: 'Anton', sans-serif;
	color: #FFF;
	padding: 25px;
	display: inline-block;

}

#nosotros{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
 	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FF8000;
	background-color: #FFFFFF;
}

.icon-arroba{
	list-style-type: none;
	vertical-align: top;
	background-image: url(../img/arroba.png);
	height: 25px;
	padding: 4px;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.img-nosotros{
   pointer-events: none;
   cursor: default;
}
	
}

@media (min-width: 831px) and (max-width: 1129px) {
html{
background:url(../img/background1.jpg) no-repeat  fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

header{
	padding-left: 1%;
	padding-right: 1%;
	height: 95px;
	margin-top: 20px;
}

#logo{
	font-size: 4em;
	text-align: center;
	z-index: 2;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

nav{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 17px;

}

#inicio{
	height: 200px;
}


#contenedor-borde-texto{
	margin-top: 200px;
	text-align: center;
	margin-bottom: 40px;
}

#borde-texto{
	width: auto;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 2rem;
	border-top: thin solid #FFFFFF;
	border-bottom: medium solid #FFFFFF;
	font-family: 'Anton', sans-serif;
	color: #FFF;
	padding: 25px;
	display: inline-block;
}

#nosotros{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
 	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FF8000;
	background-color: #FFFFFF;
}

.icon-arroba{
	list-style-type: none;
	vertical-align: top;
	background-image: url(../img/arroba.png);
	height: 25px;
	padding: 4px;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.texto-arroba{
	line-height: 5px;
	float: left;
	margin-left: 50px;
}

}


@media screen and (min-width: 1130px) {
html{
background:url(../img/background1.jpg) no-repeat  fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: #20202f;	


}

header{
	padding-left: 9%;
	padding-right: 9%;
	height: 95px;
	margin-top: 30px;
}

#logo{
	font-size: 4em;
	float: left;
	
}

nav{
	width: auto;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	padding-top: 17px;
}

#inicio{
	height: 280px;
}

#contenedor-borde-texto{
	margin-top: 130px;
	text-align: center;
	margin-bottom: 20px;
}
#borde-texto{
	width: auto;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 3rem;
	font-family: 'Anton', sans-serif;
	color: #FFF;
	padding: 25px;
	display: inline-block;
	border-top: thin solid #FFFFFF;
	border-bottom: medium solid #FFFFFF;

}

#nosotros{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
 	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FF8000;
	background-color: #FFFFFF;
}


#informacion-contacto{
	width: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.5em;
	color: #333;
	text-align: center;
	font-family: 'open_sansregular';
	padding-bottom: 10px;
	padding-top: 20px;
	display: inline-block;
}

.icon-arroba{
	list-style-type: none;
	vertical-align: top;
	background-image: url(../img/arroba.png);
	height: 25px;
	padding: 4px;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.texto-arroba{
	line-height: 5px;
	float: left;
	margin-left: 60px;
}


.icon-telefono{
	list-style-type: none;
	vertical-align: top;
	background-image: url(../img/phone.png);
	height: 25px;
	padding: 4px;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-bottom: 5px;

}
.texto-telefono{
	line-height: 5px;
	float: left;
	margin-left: 40px;
}

.icon-fb{
	list-style-type: none;
	vertical-align: top;
	background-image: url(../img/fb.png);
	height: 25px;
	padding: 4px;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	
}
.texto-fb{
	line-height: 5px;
	float: left;
	margin-left: 35px;
}

.icon-yt{
	list-style-type: none;
	vertical-align: top;
	background-image: url(../img/youtube.png);
	height: 25px;
	padding: 4px;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	
}
.texto-yt{
	line-height: 1px;
	float: left;
	margin-left: 58px;
}




#informacion-contacto li{
	margin-top: 25px;
	margin-bottom: 10px;
	margin-right: 25px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 23px;
	padding-top: 23px;
	text-align: left;
}


}

@media (min-width: 551px) and (max-width: 1139px) {


#informacion-contacto{
	width: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.5em;
	color: #333;
	text-align: center;
	font-family: 'open_sansregular';
	padding-bottom: 10px;
	padding-top: 20px;
	display: inline-block;
}

.icon-arroba{
	list-style-type: none;
	vertical-align: top;
	background-image: url(../img/arroba.png);
	height: 25px;
	padding: 4px;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.texto-arroba{
	line-height: 5px;
	float: left;
	margin-left: 60px;
}


.icon-telefono{
	list-style-type: none;
	vertical-align: top;
	background-image: url(../img/phone.png);
	height: 25px;
	padding: 4px;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-bottom: 5px;

}
.texto-telefono{
	line-height: 5px;
	float: left;
	margin-left: 40px;
}

.icon-fb{
	list-style-type: none;
	vertical-align: top;
	background-image: url(../img/fb.png);
	height: 25px;
	padding: 4px;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	
}
.texto-fb{
	line-height: 5px;
	float: left;
	margin-left: 35px;
}

.icon-yt{
	list-style-type: none;
	vertical-align: top;
	background-image: url(../img/youtube.png);
	height: 25px;
	padding: 4px;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	
}
.texto-yt{
	line-height: 1px;
	float: left;
	margin-left: 58px;
}



#informacion-contacto li{
	margin-top: 25px;
	margin-bottom: 10px;
	margin-right: 25px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 23px;
	padding-top: 23px;
	text-align: left;
}

}


/* FIN MENU RESPONSIVE */

nav ul{margin:0;padding:0;}
nav li{
	display: inline-block;
	padding-top: 40px;
	margin-bottom: 20px;
}
nav li a{
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-family: 'Exo', sans-serif;
}
nav li a:hover{
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFF;
}

#backshape .wrapper {
  display:block;
  float:left;
  margin:50px auto 200px;
  width:100%;
  padding:0 5%;
  transform:skew(0deg,-5deg);
-ms-transform:skew(0deg,-10deg);
-webkit-transform:skew(0deg,-5deg); 
}
#backshape {
  z-index:1;
  display:block;
  float:left;
  margin-top:100px;
  width:100%;
  background:white;
  transform:skew(0deg,-10deg);
-ms-transform:skew(0deg,-10deg); /* IE 9 */
-webkit-transform:skew(0deg,-5deg); /* Safari and Chrome */
}

#centrar-logo{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-right: auto;
}


#intro{
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}



#intro figure{
	list-style-type: none;
	display: inline-block;
	width: 230px;
	height: 270px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFF;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-top-right-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-topright: 50px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;

}



#intro figcaption{
	font-family: "open_sansregular";
	width: 55%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	color: #000;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
}




#profesionales{
	margin-top: 50px;
	margin-bottom: 15px;
}
.img-profesionales{
    margin-right: 15px;
	margin-left: 15px;
	max-width: 200px;
	display: inline-block;
	vertical-align: top;
	
}
.radius-img{
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
}

#seguridad-e-higiene{
	text-align: center;

}
#brigadas-de-emergencias{

	text-align: center;
}
#brigadas-de-emergencias ul{
}
#brigadas-de-emergencias li{
	width: 70%;
	display: inline-block;
	vertical-align: top;

}
#proteccion-contra-incendios{
	text-align: center;

}
.descripcion-seguridad-e-higiene{
	width: 70%;
	height: auto;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	font-family: "open_sansregular";
	display: inline-block;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}
.descripcion-higiene{
	height: auto;
	font-size: 14px;
	color: #FFF;
	font-family: "open_sansregular";
	padding-bottom: 25px;
	margin-top: 10px;
	margin-bottom: 45px;
	display: inline-block;
	vertical-align: top;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 25px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFF;
}
.icon{

}

.lista-titulo{
	font-size: 18px;
	margin-bottom: 10px;

}

.lista{
	margin-bottom: 30px;

}

.lista li{
	list-style-type: none;

}
.descripcion-seguridad-e-higiene li{
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
}
.descripcion-proteccion-contra-incendios{
	width: 80%;
	height: auto;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	color: #fff;
	text-align: center;
	font-family: "open_sansregular";
	padding-top: 33px;
	padding-bottom: 33px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
.descripcion-proteccion-contra-incendios ul{
	margin-top: 40px;
	margin-bottom: 40px;
}
.descripcion-proteccion-contra-incendios li{
	font-size: 14px;
	list-style-type: none;
	color: #FFF;
	background-color: #F90;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 15px;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: thin solid #FFF;

}
#medidas-contenedor{
	margin-bottom: 60px;
}
.medidas{
	width: 80%;
	max-width: 700px;
	min-width: 300px;
	margin-right: auto;
	margin-left: auto;	
	display: inline-block;
	vertical-align: top;
}
.medidas li{
	font-family: "open_sansregular";
	font-size: 14px;
	list-style-type: none;
	color: #333;
	background-color: #FFF;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 10px;
	border: thin solid #FFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.descripcion{
	width: 80%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	color: #333;
	text-align: center;
	font-family: "open_sansregular";
	padding-bottom: 33px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
.descripcion-brigadas-de-emergencia{
	width: 72%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	color: #333;
	text-align: center;
	font-family: "open_sansregular";
	padding-bottom: 33px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}




.descripcion-brigadas-de-emergencia-items{
	width: 70%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	text-align: center;
	font-family: "open_sansregular";
	padding-top: 33px;
	padding-bottom: 33px;
	padding-right: 35px;
	padding-left: 35px;
	background-color: #FFF;
	margin-bottom: 50px;
	background: rgba(255, 255, 255, 0.4);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #F60;
	border-left-color: #999;

}
.cursos {
	margin: 5px;	
	background-color: #FFFFFF;

	color: #333;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	padding: 20px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	border: thin solid #F60;
}
.cursos:hover{	
background-color: #E8E8E8;

	margin: 5px;
	background-color: #E8E8E8;
	color: #333;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	padding: 20px;

}

#menu-plan-de-trabajo{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 45px;
	margin-bottom: 30px;
}
#menu-plan-de-trabajo li{
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 8px;
	background-color: #F93;
	width: 180px;
	height: 40px;
	padding-top: 25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	border: thin solid #F60;
	margin-right: 2px;
	margin-left: 2px;
}
#menu-plan-de-trabajo li:hover{
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	background-color: #FFF;
	width: 180px;
	height: 40px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #F93;
	cursor: pointer;
	border: thin solid #F93;
}

.ver-descripcion{
	font-family: "open_sansregular";
	border: thin solid #FFFFFF;
	width: 15%;
	min-width: 150px;
	background-color: rgba(255, 255, 255, .25);
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 14px;
	cursor: pointer;
}
.ver-descripcion a{
	color: #FFF;
	padding: 10px;
	text-decoration: none;
}
.ver-descripcion a:hover{
	background-color: rgba(255, 255, 255, .50);
}

.descripcion-productos{
	width: 70%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	font-family: "open_sansregular";
	margin-bottom: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #EA4E1B;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}

.puntos{
	width: 98%;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 15px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}

.img-productos{
	margin-top: 80px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.img-productos ul{
}
.img-productos li{
	list-style-type: none;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;

}



figure {
	width: 222px;
	height: 150px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}



#objetivos{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
#objetivos ul{
	margin: 0px;
}
.bloque{
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-left: 20px;
	width: 25%;
	min-width: 300px;
	margin-top: 20px;
}
.bloque-texto{
	font-size: 12px;
	margin-top: 20px;
	text-align: center;
	font-family: "open_sansregular";
}
#galeria{
	text-align: center;
}
#galeria-img{
	height: auto;
	margin-top: 23px;
	margin-bottom: 10px;

}

#galeria-contenedor{
	width: 80%;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 20px;
}
.img-nosotros{
	width: 300px;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.img-nosotros:hover{
	width: 300px;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	opacity: 0.5;
    filter: alpha(opacity=80); /* For IE8 and earlier */

}

#clientes{
	padding-top: 50px;
	padding-bottom: 70px;
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #FF8000;
	text-align: center;
	background-color: #FFF;
}
#clientes ul{
		padding-top: 30px;

}
#clientes li{
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	margin-top: 5px;
	margin-bottom: 10px;
	border: thin solid #CCC;
}
#clientes li:hover{
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
		filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#contacto{
	padding-top: 50px;
	padding-bottom: 70px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #20202f;
	text-align: center;
	background-color: #E0E0E0;
}





.clear{clear:both;}

/* ENVIADO */

#texto-enviado{
	width: 50%;
	margin-top: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
    font-family: 'open_sansregular';
	padding: 10px;
	border: thin solid #FFF;
	color: #FFF;
}



/* FORMULARIO */
#formulario {
	display: block;
	width: 70%;
	color: #666666;
	font-family: Arial;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}


.casilleros_mensaje{
	width: 68%;
	height: 80px;
	border: thin solid #CCCCCC;
	padding: 10px;
	font-size: 16px;
	color: #000000;
	background-color: #FFFFFF;
	font-family: 'open_sansregular';
	margin-bottom: 5px;
	text-transform: uppercase;
}

.casilleros, textarea {
	width: 90%;
	height: 47px;
	border: thin solid #CCCCCC;
	padding: 10px;
	font-size: 18px;
	color: #000000;
	background-color: #FFFFFF;
	 font-family: 'open_sansregular';
	 	margin-bottom: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.submit{
	border: none;
	cursor: pointer;
	width: 92.5%;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	background-color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
}

input[type=submit]:hover {
	background-color: #999999;
}

input[type=submit]:active {
	background-color: #CCCCCC;
}
textarea {
    height:150px;
}
footer{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	width: 100%;
	height: auto;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #20202f;
	float: left;

}

#centrado_footer{
	width: 85%;
	padding-top: 2px;
	padding-bottom: 18px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.texto_footer_joel_manoni{
	color: #FFF;
}
.texto_footer_joel_manoni a{
	color: #FFF;
}
#pie_izq{
	float: left;
	width: 42%;
	text-align: left;
}
#pie_der{
	float: right;
	text-align: right;
}
#data_fiscal{
	float: right;
	margin-left: 10px;
	padding-top: 1px;
}
.icon-social{


}

.pie_texto_claro{
	color: #FFF;
	height: 20px;
}
.pie_texto_joel_manoni{
	color: #FFF;
	padding-top: 16px;
	
}
.pie_texto_claro a{
	color: #3B5998;
	text-decoration: none;
}
.pie_texto_claro a:hover{
	color: #333;
}


/* LIGHTBOX GALERIA PRODUCTOS */

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; :0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:20px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #FFF; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../img/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../img/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#fff;}
        #cboxLoadingGraphic{background:url(../img/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../img/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}
