@import url("../webfonts/Asap_Regular/stylesheet.css");
@import url("../webfonts/Asap_Bold/stylesheet.css");


* {     
    margin: 0; 
} 
html, body{     
    height: 100%; 
} 



#main_container
	{
    background-color: #797979;
    min-height: 570px;
    /*height: auto !important;     
	    height: 100%;     */
    margin: 0 auto -100px; /* el magin-bottom es el valor negativo de la altura del footer */
    width: 1040px;
    padding-top: 15px;
    margin: 0 auto;
    background-image: url(../images/content-tail.gif);
    background-repeat: repeat;
    -webkit-box-shadow: 0px 10px 10px #797979;
    -moz-box-shadow: 0px 0px 10px #797979;
    box-shadow: 0px 10px 10px #797979;		    
	}


.separate{
	background-image:url(../images/separate.jpg);	
	background-repeat:repeat-x;
	width:1040px;
	height:10px;
}


#Oferta	{
	background-color:#FFF;
	font-family:"Asap Regular";
	font-size:14px;
	float:left;
	width:462px;
	height:200px;
	margin: 5px 45px 0px 40px ; 
		}

	
#imagen{
	width:64px;
	height:64px;
	float:left;
	margin: 20px 20px 108px 10px;
	}
	
#Oferta	p { 
font-family:"Asap Regular";
width:400px;
padding: 20px 20px 2px 2px;
color:#666;
}

#cliente {
	background-color: #FFF;
	width: 841px;
	height: 476px;
	margin-top: 0px;
	margin-right: 66px;
	margin-bottom: 0px;
	margin-left: 66px;
		}

#clientes	{
	background-color: #FFF;
	float: left;
	width: 265px;
	height: 160px;
	margin-top: 64px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 8px;
		}
	
#main_container .content #Oferta h3 {
	padding-top:16px;	
	color:#4d4d4d;
}


#Oferta p a
    {
	    color: #4d4d4d;
	    text-decoration:none;
	}
#Oferta p a:hover
    {
	    color: #797979;
	    text-decoration:none;
	}

#Noticias{
	background-color:#FFF;
	font-family:"Asap Regular";
	font-size:14px;
	float:left;
	width:462px;
	height:200px;
	margin-top:5px;
	}
#main_container .content #Noticias h3 {
	
	padding-top:16px;	
	color:#797979;
}
#imagen2{
	width:64px;
	height:64px;
	float:left;
	margin: 20px 60px 108px 10px;
	line-height: 1px;
	}

#Noticias p{
	width: 400px;
	padding: 5px 10px 2px 2px;
	font-family: "Asap Regular";
	color:#797979;
}
#Noticias p a
    {
	    color: #797979;
	    text-decoration:none;
	}
#Noticias p a:hover
    {
	    color: #797979;
	    text-decoration:none;
	}


/*PAGINA NOSOTROS*/
.BannerImagenPrincipal
	{
	margin:0 auto;
	min-width: 150px;
	max-width: 960px;
	padding-bottom:20px;
	padding-top:1px;	
	}
	
#contenido{
	margin:10px auto;
	width:960px;
	height:100%;
	background-color:white;
	padding-top:10px;
	padding-bottom:10px;
	}

#articulo
{	
	margin:0 auto;
	width:928px;
	height:100%;
	color:#666;
	padding-top:18px;	
	}


/*Acordeon*/

.wrapper {
	margin: 0 auto;
	width: 928px;
  height: 100%;
}

.description {
	margin-top: 60px;
	font-size: 28px;
	line-height: 28px;
	color: #fff;
	font-family: cambria, georgia, serif;
}

.description a {
	color: #fff;
}

.block {
	margin-bottom: 2px;
	-webkit-border-radius: 2px;
            border-radius: 2px;
}

.col1 {
	width: 514px;
	float:left;
	-webkit-hyphens:auto;
	   -moz-hyphens:auto;
	    -ms-hyphens:auto;
	        hyphens:auto;
	word-wrap:break-word;
	font-family:"Asap Regular";
	font-size:12px;
	text-align:justify;
	color:#4d4d4d;
	
	}
	 
.col2 {
	width: 400px;
	float:right;
	-webkit-hyphens:auto;
	   -moz-hyphens:auto;
	    -ms-hyphens:auto;
	        hyphens:auto;
	word-wrap:break-word;
	
}

.col3 {
	width: 500px;
	float:left;
	padding-right:28px;
	-webkit-hyphens:auto;
	   -moz-hyphens:auto;
	    -ms-hyphens:auto;
	        hyphens:auto;
	word-wrap:break-word;
	font-family:"Asap Regular";
	font-size:12px;
	text-align:justify;
	color:#4d4d4d;
	
	}

.block1,.block2,.block3,.block4 {
	background-color: #efefef;
}



.block-wrapper {
	margin: 0px auto;
	text-align: left;
}

.block-wrapper label {
	padding: 5px 10px;
	position: relative;
	z-index: 20;
	display: block;
	height: 46px;
	cursor: pointer;
	color: #4d4d4d;
	line-height: 30px;
	font-size: 16px;
	font-family:"Asap Bold";   
	
}

.block-wrapper label:hover {
	background: #797979;
	-webkit-border-radius: 2px;
            border-radius: 2px;			
			color:#fff;
}

.block-wrapper input:checked + label{
	background-color: #797979;
	color:#fff;
	}
.block-wrapper input:checked + label:hover {
	background-color: #797979;
	-webkit-border-radius: 2px;
            border-radius: 2px;
}

.block-wrapper input {
	display: none;
}

.block-wrapper .block-content {
	background-color: #fff;
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	   -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	     -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	        transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-webkit-border-radius: 2px;
            border-radius: 2px;
}

.block-wrapper input:checked ~ .block-content {
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	   -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	     -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	        transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}

.block-wrapper input:checked ~ .block-content {
	height: 100%;
}
/*End Acordeon*/

/*Seguridad Fisica*/


#contenidoservicio{
	width: 960px;
	height: 700px;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
	
#contenidolaboral{
	width: 960px;
	height: 780px;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
	
#contenidoNoticia{
	width: 960px;
	height: 636px;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
#contenidolaboral{
	margin:10px auto;
	width:960px;
	height:700px;
	background-color:white;
	padding-top:10px;
	padding-bottom:10px;
	}
	
#contenidoContacto{
	width: 960px;
	height: 614px;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
	
#Titulo{
    width: 918px;
    height: 41px;
    background-color: #797979;
    color: #fff;
    font-family: "Asap Bold";
    padding: 16px 0px 0px 10px;
    margin: 0 auto;
	

	}
.articuloSeg{
	padding-top:19px;
	margin-left:40px;
	float:left;
	width:400px;
	max-height:100%;	
	text-align:justify;
	font-family:"Asap Regular";	
	font-size:12px;
	color:#666;		
	}
.articuloSeg p{
		padding-bottom:40px;
	}
	
.separatenoticias{
	background-image:url(../images/separate.jpg);	
	background-repeat:repeat-x;
	width:915px;
	height:10px;	
	margin:0 auto;
	
	}
.news{
	width:928px;	
	margin-left:26px;
	margin-right:16px;
	padding-top:16px;
	margin-bottom:20px;	
	}
	
.articulo3{
	padding-top:19px;
	margin-left:40px;
	width:400px;
	max-height:100%;	
	text-align:justify;
	font-family:"Asap Regular";	
	font-size:12px;
	color:#666;		
	}

.news img{
	
	width:400px;
	color:#fff;
	
	
	}
.news p
{
	width:470px;
	margin-bottom:100px;
	
	}
.post
{	font-size:9px;
	color:#999;
	}

	
	
	
.col4{
	width: 490px;
	float:left;
	padding-right:28px;	
	-webkit-hyphens:auto;
	   -moz-hyphens:auto;
	    -ms-hyphens:auto;
	        hyphens:auto;
	word-wrap:break-word;
	font-family:"Asap Regular";
	font-size:12px;
	text-align:justify;
	color:#4d4d4d;
	}

.formServSeg{
	float: right;
	margin-top: 19px;
	margin-right: 40px;
	width: 395px;
	background-color: #B0B0B0;
	color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: "Asap Regular";
	font-size: 12px;
	padding-left: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	}
.formServSeg h3{
	padding-bottom:15px;
	}
.inputtext{
	width:368px;
	border:0px;
	}
	
	.boton
{
	font-family:"Asap Regular";
	background-color:#797979;
	color:#fff;
	border:0;
	}
/*End Seguridad Fisica*/

/*servicio tecnologico*/

#contenidoserviciotecnologico{
		margin:10px auto;
	width:960px;
	height:636px;
	background-color:white;
	padding-top:10px;
	padding-bottom:10px;
	}
	
.formContacto{
	float: left;
	margin-top: 19px;
	margin-left: 28px;
	width: 395px;
	background-color: #B0B0B0;
	color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: "Asap Regular";
	font-size: 12px;
	padding-left: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	}
#mapa{
	margin-top: 19px;
	float: right;
	margin-right: 36px;
	font-family: "Asap Regular";
	color: #666;
	}
	
	/*Formularios*/
.error{
    background-color: #797979;
    border-radius: 4px 4px 4px 4px;
    color: white;
    font-weight: bold;
    margin-left: 16px;
    margin-top: 6px;
    padding: 6px 12px;
    position: absolute;
}
.error:before{
    border-color: transparent #BC1010 transparent transparent;
    border-style: solid;
    border-width: 6px 8px;
    content: "";
    display: block;
    height: 0;
    left: -16px;
    position: absolute;
    top: 8px;
    width: 0;
}
