html,
body {
	height:100%;
	margin: 0;
	padding: 0;
}

.ocultarPeq {display:block;}

#mi_mapa {
    margin: 0 auto;
    width: 100%;
}

#contactMap {
   overflow:hidden;
   background:transparent; 
   position: absolute; 
   width: 100%;
   height: 550px; /*La altura del iframe*/
   top:470px;  /*La altura del iframe*/
   left:0;	
   z-index: 20;
}



#supercont {
	min-height:100%;
	position:relative;
	overflow:hidden;
	/*width:100%;
	background:#000;
	height:500px;*/
}

header {
	position:fixed;
	z-index:10000;
	top:0px;
	left:0px;
	width:100%;
	height:60px;
	background:#e7e7e7;
	width:100%;
	/*margin-bottom: 25px;*/
}

/*.submenu_header_index {
	position:fixed;
	z-index:2;
	top:0px;
	left:0px;
	width:100%;
	height:90px;
	background:#fff;
	width:100%;
	margin-bottom: 25px;
}*/

.logo-fsi {
	position:relative;
	width:40px;
	float:left;
	margin: 20px 0 0 0;
}

.logo-fsi img {
	width: 100%;
}



#contenedorGeneral {
	width:100%;
	padding-bottom: 81px; /* El tamaño del footer para evitar sobreexposiciones */
	margin: 0 auto;
	position:relative;
}

.servicios {
	position:relative;
	width:100%;
	overflow:hidden;
	margin: 0px auto;
}

.center {
	width:85%;
	max-width:1200px;
	position: relative;
	margin: 0 12%;
	overflow:hidden;
    margin: auto;
	
}

.center_1 {
	width:85%; 

	max-width:1200px;
	position: relative;
	margin: 0 12%;
	overflow:hidden;
	margin:auto;
	
}
.titularInd p {
	width:75%; 
	max-width:1200px;
	position: relative;
	margin: 40px auto;
	overflow:hidden;
  font-family: 'oswaldregular';
	color:#04878F;
	text-align: center;
	padding-top: 20px;
	font-size: 1.5em;
}

.titularInd p a {
	width:75%; 
	max-width:1200px;
	position: relative;
	margin: 40px auto;
	overflow:hidden;
  font-family: 'oswaldregular';
	color:#04878F;
	text-align: center;
	padding-top: 20px;
	font-size: 1em;
	transition: all 0.8s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.titularInd p a:hover {
	color:#000;	
}

.contAserv {
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	width: 20%;
	border: solid 1px #f2f2f2;
	height:220px;
	float: left;
	background:#008C9B;
	position:relative;
	overflow:hidden;
}
.contAserv_1 {
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	width: 100%;
	border: solid 1px #f2f2f2;
	height:50%;
	float: left;
	background:#008C9B;
	position:relative;
	overflow:hidden;
}
.contimg {
	width:100%;
	height:50%;
	margin:0 auto;
	position:relative;
	display:block;
}
.contimg_1 {
	width:100%;
	margin-top:0px;
	height:60%;
	margin:0 auto;
	position:relative;
	display:block;
}

.contimg img {
	width:20%;
	margin:17% 35%;
	
}
.contimg_1 img {
	width:5%;
	margin:5% 35% 0  35%;
	
}
.contAserv a.servicio {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	text-decoration: none;
	margin: 0 auto;
	overflow:hidden;
}

a.servicio:hover {
	background:#016b76;
}

.contit, .contimg {
   text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contit_1, .contimg_1 {
   text-shadow: 5px 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contit {
	width:100%;
	/*height:50%;*/
	margin:0px auto;
	position:relative;
	display:block;
	text-align: center;
    font-family: 'oswaldregular';
    color:#fff;
    font-size:1.4em;
    overflow:hidden;
}
.contit_1 {
	width:100%;
	/*height:50%;*/
	margin:0px auto;
	position:relative;
	display:block;
	text-align: center;
    font-family: 'oswaldregular';
    color:#fff;
    font-size:1.4em;
    overflow:hidden;
}

/*--------COOKIES-----------------*/

#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding:20px 0 30px 0;
    width:100%;
    text-align:center;
    line-height: 1.8em;
    /*height:35px;*/
    background-color: rgba(0, 0, 0, 0.75);
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:80%;
    position:relative;
    font-family: 'oxygenbold';
    font-size:1em;
 	margin:10px auto;
 	/*padding-bottom:15px;*/
}
 
.inner a.ok {
    padding:4px;
    color:#FFF;
    text-decoration:none;
    border: 1px solid #fff;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#fff;
    text-decoration:none;
}

/*-----------FIN COOKIES--------------*/

footer {
	width:100%;
	height:81px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
}

#contFoot {
	width: 75%;
	max-width: 1200px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	height:80px;
}

.copy {
	width:75%;
	height:80px;
	float:left;
	position:relative;
}

.copy img {
	height: calc(100% - 10px);
	margin: 5px 10px 5px 0;
	float:left;
}

.corp {
  font-family: 'oswaldregular';
  color:#fff;
  font-size:1.4em;	
  float:left;
  line-height: 40px;
}

.corp_sec {
  font-family: 'oswaldregular';
  color:#fff;
  font-size:2.1em;	
  float:left;
  line-height: 40px;
}

.light {
  font-family: 'oswaldlight';
  color:#fff;
  font-size:1em;	
  line-height: 40px;	
}

a.footbtn {
	float:right;
	width:9%;
	border: 1px solid rgba(255,255,255,0.3);
	color:#fff;
	text-align: center;
	font-family: 'oxygenbold';
	font-size:1em;
	line-height: 40px;
	margin-top:20px;
	text-decoration: none;
}

a.footbtn:hover {
	background:rgba(255,255,255,0.3);
	transition: all 0.8s ease;*/
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

a.footbtn_sec {
	float:right;
	width:9%;
	border: 1px solid rgba(255,255,255,0.3);
	color:#fff;
	text-align: center;
	font-family: 'oxygenbold';
	font-size:1.5em;
	line-height: 40px;
	margin-top:20px;
	text-decoration: none;
}

a.footbtn_sec:hover {
	background:rgba(255,255,255,0.3);
	transition: all 0.8s ease;*/
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.direccion_contacto {
	width:30%;
	float:left;
	position:relative;
	margin:40px auto;
}

.direccion_contacto p {
	font-family: 'oxygenregular';
	font-size: 1em;
	color:#000;	
	float:left;
	margin: 10px auto;	
	width:100%;
}

.subTituloInfo {
  font-family: 'oswaldregular';
	font-size: 1.1em;
	float: left;
	position: relative;
	color: #008C9B;
	padding: 30px 0px 15px;
	width: 100%;
	border-bottom: 1px solid #008C9B;
	margin-bottom: 30px;	
}

.form_contacto {
	width:65%;
	float:right;
	position:relative;

}

#contenedor {
	width:90%;
	max-width:1200px;
	margin:40px auto;
	position:relative;
}

#formulario {
	margin:0 auto;
	position:relative;
	width:100%;
	padding: 0 20px;
	overflow:hidden;
}

#formulario label, #formulario input, #formulario textarea {
	color:#008C9B;
}

#formulario label {
	float: left;
}

#formulario label.error {
	font-family: 'oxygenregular';
	font-size: 0.9em;
	color:#000;	
	float:right;
	margin: 0 15px 0 0;
}



#formulario input, #formulario textarea {
	padding: 15px;
	border: solid 1px #008C9B;
	font-family: 'oxygenregular';
	width:80%;
	background:none;
	margin: 10px;
	font-size:1.1em;
	float: right;
}

#formulario input:focus, #formulario textarea:focus  {
	border: 2px solid #000;
}

.form_line {
	width:90%;
	overflow:hidden;
	position:relative;
	float:right;
}

.form_line_50 {
	width:50%;
	overflow:hidden;
	position:relative;
	float:right;
}

.form_line_50 #boton:hover {
	background: rgba(0,140,155,.7);
	transition: all 0.8s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	color:#fff;
	font-family: 'oxygenregular';
}

.form_line span {
	padding: 25px;
	font-size:1.5em;
}

#boton {
	width:100%;
	float: left;
	font-family: 'oxygenregular';	
}

#formulario.placeholder{
	color:#008C9B;
	font-size:1.1em;
	font-family:'oxygenbold';
}

*::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color:#008C9B;
}
*:-moz-placeholder {
    /* Firefox anterior a 19 */
    color:#008C9B;
}
*::-moz-placeholder {
    /* Firefox 19 y superior */
    color:#008C9B;
}
*:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color:#008C9B;
}
/*--------------------estilo de process.php-------------------------*/
.send {
	margin: 40px auto;
	width: 400px;
	border: 1px solid rgba(0,0,0,.1);
	overflow:hidden;
	padding:50px;
	position:relative;
}

.contTitSend {
	width:100%;
	overflow:hidden;
}

.send p.titularSend {
	padding: 0 0 20px 0;
	color: #008C9B;
    font-family: 'oswaldregular';	
    letter-spacing:1px;
    font-size: 1.4em;
    float:left;
}

.send p.bodySend {
	font-family: 'oxygenlight';
    font-size:1em;
    color: #6A6D73;
    margin: 10px 0 20px 0;
}

.send img {
	margin: 20px 20px 0 0;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width:80px;
    float:left;
}

.back {
	margin: 20px auto;
	width: 500px;
	overflow:hidden;
	padding:20px 0 20px 0;
	position:relative;
}

.back a {
	text-decoration:none;
	display:block;
	color: #FF9800;
	font-family: 'oxygenregular';
    font-size:1em;
    color: #6A6D73;
    float:right;
    padding:15px 25px;
    border: 1px solid rgba(0,0,0,.2);
}

.back a:hover {
	background:rgba(0,140,155,.8);
	color:#fff;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

.back img {
	height:112px;
	width: 200px;
	float:left;
}

/*-------------------- fin estilo de process.php -------------------------*/

.ajustContenedorGeneral-gris {
	position:relative;
	width:100%; 
	margin: 0px auto;
	overflow:hidden;	
	padding: 0 0 30px 0;
	background:#e7e7e7;
}

.ajustContenedorGeneral-gris-ajust {
	position:relative;
	width:75%; 
	max-width:1200px;
	margin: 0px auto;
	overflow:hidden;	
}

.titularApSubm {
  font-family: 'oswaldregular';
  padding-top:50px;
  padding-bottom:30px;
  color:#00454d;
  font-size: 1.5em;
}

.subTituloDescripcion {
	font-family: 'oxygenbold';
	font-size: 1.2em;
	float: left;
	position:relative;
	color:#008c9b;
	padding:60px 0 15px 0;
	width: 100%;
	border-bottom: solid 1px #008c9b;
	margin-bottom: 30px;
}

.descriptAp {
	position:relative;
	color:#00454d;
	font-size:1.1em;
	line-height: 1.8;
	font-family: 'oxygenregular';
	float:left;
	width:100%;
}

.point {
	float:left;
	position:relative;
	margin: 0 0 10px 0;
	width:100%;
}

.contCertif {
	width:100%;
	float:left;
	position:relative;
	/*border: 1px solid #c4c4c4;*/
	margin:20px auto;
	/*background:#ffffff;*/
}

.contimgCertif{
	float:left;
	width:20%;
	height:20%;
	position:relative;
	margin:auto;
}

.contimgCertif:last-child {
	display:none;
}

.contimgCertif img {
	width:100%;
	margin-top:2%;
}

.cod {
  font-family: 'oswaldregular';	
  font-size:1.2em;
  margin:0 25px 25px 0;
  padding:15px;
  border: 1px solid rgba(0,69,77,0.5);
  float:left;
}

.cert {
	width:70%;
	float:left;
	margin:0 0 0 20px;
}

.strong {
	font-weight: 700;
}

/*logos*/

.contLogo {
	width:100%;
	margin:30px auto;
	position:relative;
	overflow:hidden;
}

.logo_ho {
	width:16.5%;
	float:left;
}

.logo_ve {
	width:16.5%;
	float:left;
}

.logo_ve_oc {
	display:none;
}

.logo_h {
	width:14.5%;
	float:left;
	margin: 0 2.3% 0 0;
}

.logo_h:last-child {
	width:14.5%;
	float:left;
	margin: 0;
}

.logo_v {
	width:14.5%;
	float:left;
	margin: 0 2% 0 0;
}

.logo_h img, .logo_v img {
	width:100%;
}

/*fin logos*/


/*...............media queries..........................................................................*/

@media only screen and (min-width:1200px) and (max-width: 1400px) {
	
.ocultarPeq {display:block;}
	
#contenedor {
	width:100%;
	max-width:1200px;
	margin:40px auto;
	position:relative;
}

#formulario {
	margin:0 auto;
	position:relative;
	width:100%;
	padding: 0 20px;
	overflow:hidden;
}

.form_line span {
	padding: 25px;
	font-size:1.5em;
}

.contAserv {   /*empieza el menu azul de index*/
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	width: 20%;
	border: solid 1px #f2f2f2;
	
	float: left;
	background:#008C9B;
	position:relative;
	overflow:hidden;
}
.contAserv_1 {   /*empieza el menu azul de index*/
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	width: 100%;
	border: solid 1px #f2f2f2;
	height:240px;
	float: left;
	background:#008C9B;
	position:relative;
	overflow:hidden;
}
.contimg {
	width:100%;
	/*height:50%;*/
	margin:0 auto;
	position:relative;
	display:block;
}
.contimg_1 {
	width:20%;
	/*height:50%;*/
	margin:0 auto;
	position:relative;
	display:block;
}


.contimg img {
	width:30%;
	margin:19% 35% 5% 35%;;
	
}
.contimg_1 img {
	width:60%;
	margin:19% 35% 5% 35%;;
	
}
.contAserv a.servicio {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	text-decoration: none;
	margin: 0 auto;
	overflow:hidden;
	padding-bottom:20px;
}

a.servicio:hover {
	background:#016b76;
	padding-bottom:20px;
}

.contit, .contimg {
   text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contit {
	width:100%;
	height:30%;
	margin:15px auto;
	position:relative;
	display:block;
	text-align: center;
    font-family: 'oswaldregular';
    color:#fff;
    font-size:1.4em;
    overflow:hidden;
} /*fin de menu azul index*/

.contit_1 {
	width:100%;
	height:30%;
	margin:15px auto;
	position:relative;
	display:block;
	text-align: center;
    font-family: 'oswaldregular';
    color:#fff;
    font-size:1.4em;
    overflow:hidden;
} /*fin de menu azul index*/

}

@media only screen and (min-width:1024px) and (max-width:1199px) {

.ocultarPeq {display:block;}
	
.titularInd p {margin: 20px auto;}
	
.contAserv {   /*empieza el menu azul de index*/
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	width: 20%;
	border: solid 1px #f2f2f2;
	max-height:200px;
	float: left;
	background:#008C9B;
	position:relative;
	overflow:hidden;
}
.contAserv_1 {   /*empieza el menu azul de index*/
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	width: 100%;
	border: solid 1px #f2f2f2;
	max-height:250px;
	float: left;
	background:#008C9B;
	position:relative;
	overflow:hidden;

}
.contimg {
	width:100%;
	/*height:50%;*/
	margin:0 auto;
	position:relative;
	display:block;
	overflow:hidden;
	height:auto;
}
.contimg_1 {
	width:100%;
	height:50%;
	margin:0 auto;
	position:relative;
	display:block;
	overflow:hidden;
	height:auto;
}

.contimg img {
	width:30%;
	margin:28% 35% 0% 35%;
	
}
.contimg_1 img {
	width:10%;
	margin: 10% 20% 10;
	
}
.contAserv a.servicio {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	text-decoration: none;
	margin: 0 auto;
	overflow:hidden;
	padding-bottom:30px;
}

a.servicio:hover {
	background:#016b76;
	padding-bottom:30px;
}

.contit, .contimg {
   text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contit {
	width:100%;
	margin-top:0px;
	position:relative;
	display:block;
	text-align: center;
    font-family: 'oswaldregular';
    color:#fff;
    font-size:1.5em;
    overflow:hidden;
} 
.contit_1 {
	width:100%;
	margin-top:0px;
	position:relative;
	display:block;
	text-align: center;
    font-family: 'oswaldregular';
    color:#fff;
    font-size:1.5em;
    overflow:hidden;
} /*fin de menu azul index*//*fin de menu azul index*/

.contit p {margin-top:10px;}

a.footbtn {
	border: 1px solid rgba(255,255,255,0.3);
	color: #fff;
	text-align: center; 
    font-family: 'oxygenbold';
    font-size: 1em;
    line-height: 40px;
    margin-top: 20px;
    text-decoration: none;
    width: 100px;
}

#contenedor {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    position: relative;
}

.form_line {
	overflow:hidden;
	width:100%;
	margin-left:0px;
	margin-right:0px;
}

#formulario input, #formulario textarea {
    padding: 15px;
    border: solid 1px #008C9B;
    font-family: 'oxygenregular';
    width: 80%;
    background: none;
    margin: 10px auto;
    font-size: 1.1em;
    float: right;
}

.form_line:last-child {margin-bottom:10px;}
	
}





@media only screen and (min-width:769px) and (max-width: 1023px) {
	
.ocultarPeq {display:none;}

a.footbtn, a.footbtn_sec {
	float:right;
	width:16%;
	border: 1px solid rgba(255,255,255,0.3);
	color:#fff;
	text-align: center;
	font-family: 'oxygenbold';
	font-size:1em;
	line-height: 40px;
	margin-top:20px;
	text-decoration: none;
	transition: all 0.8s ease;*/
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.copy {
	width:83%;
	height:80px;
	float:left;
	position:relative;
}

.copy img {
	height: calc(100% - 10px);
	margin: 5px 10px 5px 0;
	float:left;
}

.corp {
  font-family: 'oswaldregular';
  color:#fff;
  font-size:1.4em;	
  float:left;
  line-height: 40px;
}

.light {
  font-family: 'oswaldlight';
  color:#fff;
  font-size:1em;	
  line-height: 40px;	
}

.direccion_contacto {
	width:30%;
	float:left;
	position:relative;
	margin:40px auto;
}

.form_contacto {
	width:69%;
	float:right;
	position:relative;

}

#contenedor {
	width:100%;
	max-width:1200px;
	margin:40px auto;
	position:relative;
}

#formulario {
	margin:0 auto;
	position:relative;
	width:100%;
	padding: 0 20px;
	overflow:hidden;
}

#formulario label, #formulario input, #formulario textarea {
	color:#008C9B;
}

#formulario label {
	float: left;
}

#formulario label.error {
	font-family: 'oxygenregular';
	font-size: 0.9em;
	color:#000;	
	float:right;
	margin: 0 15px 0 0;
}



#formulario input, #formulario textarea {
	padding: 15px;
	border: solid 1px #008C9B;
	font-family: 'oxygenregular';
	width:85%;
	background:none;
	margin: 10px;
	font-size:1.1em;
	float: right;
}

#formulario input:focus, #formulario textarea:focus  {
	border: 2px solid #000;
}

.form_line {
	width:90%;
	overflow:hidden;
	position:relative;
	float:right;
}

.form_line_50 {
	width:50%;
	overflow:hidden;
	position:relative;
	float:right;
}

.form_line_50 #boton:hover {
	background: rgba(0,140,155,.7);
	color:#fff;
	font-family: 'oxygenregular';
}

.form_line span {
	padding: 0;
	margin: 15px 0 0 0;
	font-size:1.5em;
	display:inline-block;
	vertical-align: center;
}

#boton {
	width:100%;
	float: left;
	font-family: 'oxygenregular';	
	transition: all 0.8s ease;*/
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contAserv {   /*empieza el menu azul de index*/
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	width: 16%;
	border: solid 1px #f2f2f2;
	max-height:150px;
	float: left;
	background:#008C9B;
	position:relative;
	overflow:hidden;
}
.contAserv_1 {   /*empieza el menu azul de index*/
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	width: 80%;
	border: solid 1px #f2f2f2;
	max-height:1500px;
	float: left;
	background:#008C9B;
	position:relative;
	overflow:hidden;
}
.contimg {
	width:100%;
	/*height:50%;*/
	margin:0 auto;
	position:relative;
	display:block;
	overflow:hidden;
	height:auto;
}
.contimg_1 {
	width:100%;
	/*height:50%;*/
	margin:0 auto;
	position:relative;
	display:block;
	overflow:hidden;
	height:auto;
}

.contimg img {
	width:30%;
	margin:10% 35% 0% 35%;
	
}
.contimg_1 img {
	width:15%;
	margin:5% 35% 3% 35%;
	
}
.contAserv a.servicio {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	text-decoration: none;
	margin: 0 auto;
	overflow:hidden;
	padding-top:20px;
}

a.servicio:hover {
	background:#016b76;
	padding-bottom:30px;
}

.contit, .contimg {
   text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contit {
	width:100%;
	margin-top:0px;
	position:relative;
	display:block;
	text-align: center;
    font-family: 'oswaldregular';
    color:#fff;
    font-size:1.1em;
    overflow:hidden;
} 
.contit_1 {
	width:100%;
	margin-top:0px;
	position:relative;
	display:block;
	text-align: center;
    font-family: 'oswaldregular';
    color:#fff;
    font-size:1.1em;
    overflow:hidden;
} /*fin de menu azul index*/

.contit p {margin-top:5px;}

	
}


@media only screen and (min-width:480px) and (max-width: 768px) {
	
.ocultarPeq {display:none;}

#contactMap {
   overflow:hidden;
   background:transparent; 
   position: absolute; 
   width: 100%;
   height: 550px; /*La altura del iframe*/
   top:760px;  /*La altura del iframe*/
   left:0;	
   z-index: 20;
}
	
#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding:20px 0 30px 0;
    width:100%;
    text-align:center;
    line-height: 1.8em;
    /*height:35px;*/
    background-color: rgba(0, 0, 0, 0.8);
    color:#fff;
    z-index:99999;
}

a.footbtn {
	float:right;
	width:18%;
	border: 1px solid rgba(255,255,255,0.3);
	color:#fff;
	text-align: center;
	font-family: 'oxygenbold';
	font-size:0.9em;
	line-height: 40px;
	margin-top:20px;
	margin-right:5px;
	text-decoration: none;
}

a.footbtn:hover {
	background:rgba(255,255,255,0.3);
	transition: all 0.8s ease;*/
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#contFoot {
	width: 95%;
	max-width: 1200px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	height:80px;
}

.copy {
	width:75%;
	height:80px;
	float:left;
	position:relative;
}

.copy img {
	height: calc(90% - 10px);
	margin: 5px 10px 5px 0;
	float:left;
}

.corp {
  font-family: 'oswaldregular';
  color:#fff;
  font-size:1em;	
  float:left;
  line-height: 40px;
}

.light {
  font-family: 'oswaldlight';
  color:#fff;
  font-size:1em;	
  line-height: 40px;	
}

.direccion_contacto {
	width:100%;
	float:left;
	position:relative;
	margin:40px auto;
}

.direccion_contacto p {
	font-family: 'oxygenregular';
	font-size: 1em;
	color:#000;	
	float:left;
	margin: 10px auto;	
	width:100%;
}

.subTituloInfo {
  font-family: 'oswaldregular';
	font-size: 1.1em;
	float: left;
	position: relative;
	color: #008C9B;
	padding: 30px 0px 15px;
	width: 100%;
	border-bottom: 1px solid #008C9B;
	margin-bottom: 30px;	
}

.form_contacto {
	width:100%;
	float:right;
	position:relative;

}

#contenedor {
	width:100%;
	max-width:1200px;
	margin:40px auto;
	position:relative;
}

#formulario {
	margin:0 auto;
	position:relative;
	width:100%;
	padding: 0;
	overflow:hidden;
}

#formulario label, #formulario input, #formulario textarea {
	color:#008C9B;
}

#formulario label {
	float: left;
}

#formulario label.error {
	font-family: 'oxygenregular';
	font-size: 0.9em;
	color:#000;	
	float:right;
	margin: 0 15px 0 0;
}



#formulario input, #formulario textarea {
	padding: 15px;
	border: solid 1px #008C9B;
	font-family: 'oxygenregular';
	width:80%;
	background:none;
	margin: 10px;
	font-size:1.1em;
	float: right;
}

#formulario input:focus, #formulario textarea:focus  {
	border: 2px solid #000;
}

.form_line {
	width:100%;
	overflow:hidden;
	position:relative;
	float:right;
}

.form_line_50 {
	width:50%;
	overflow:hidden;
	position:relative;
	float:right;
}

.form_line_50 #boton:hover {
	background: rgba(0,140,155,.7);
	transition: all 0.8s ease;*/
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	color:#fff;
	font-family: 'oxygenregular';
}

.form_line span {
	padding: 15px 30px 0 0;
	font-size:1.5em;
}

#boton {
	width:100%;
	float: left;
	font-family: 'oxygenregular';	
}
.contAserv_1 {   /*empieza el menu azul de index*/
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	width: 100%;
	border: solid 1px #f2f2f2;
	height:40%;
	float: left;
	background:#008C9B;
	position:relative;
	overflow:hidden;
	
}
.contAserv {   /*empieza el menu azul de index*/
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	width: 50%;
	border: solid 1px #f2f2f2;
	height:45%;
	float: left;
	background:#008C9B;
	position:relative;
	overflow:hidden;
}

.contAserv: {   /*empieza el menu azul de index*/
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	width: 100%;
	border: solid 1px #f2f2f2;
	/*height:110px;*/
	float: left;
	background:#008C9B;
	position:relative;
	overflow:hidden;
}

.contAserv:s img {width:25%; margin: 8% 35% 0 35%;} 

.contimg {
	width:100%;
	/*height:50%;*/
	margin:0 auto;
	position:relative;
	display:block;
}


.contimg img {
	width:40%;
	margin:18% 27% 0% 27%;
}

.contimg_1 {
	width:100%;
	/*height:50%;*/
	margin:0 auto;
	position:relative;
	display:block;
}


.contimg_1 img {
	width:40%;
	margin:18% 27% 0% 27%;
}

.contAserv a.servicio {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	text-decoration: none;
	margin: 0 auto;
	overflow:hidden;
	/*padding-bottom:30px;*/
}

a.servicio:hover {
	background:#016b76;
	/*padding-bottom:30px;*/
}

.contit, .contimg {
   text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contit {
	width:100%;
	height:20%;
	margin:15px auto;
	position:relative;
	display:block;
	text-align: center;
    font-family: 'oswaldregular';
    color:#fff;
    font-size:1.3em;
    overflow:hidden;
} 
.contit_1 {
	width:100%;
	height:20%;
	margin:15px auto;
	position:relative;
	display:block;
	text-align: center;
    font-family: 'oswaldregular';
    color:#fff;
    font-size:1.3em;
    overflow:hidden;
} /*fin de menu azul index*/

.contimgCertif{
	float:left;
	width:30%;
	height:30%;
	position:relative;
	margin:auto;
}

.contimgCertif:last-child {
    display: block;
    float:left;
	width:30%;
	height:30%;
	position:relative;
	margin:auto;
}

/*--------------------estilo de process.php-------------------------*/
.send {
	margin: 40px auto;
	width: 300px;
	border: 1px solid rgba(0,0,0,.1);
	overflow:hidden;
	padding:50px;
	position:relative;
}

.contTitSend {
	width:100%;
	overflow:hidden;
}

.send p.titularSend {
	padding: 0 0 20px 0;
	color: #008C9B;
    font-family: 'oswaldregular';	
    letter-spacing:1px;
    font-size: 1.4em;
    float:left;
}

.send p.bodySend {
	font-family: 'oxygenlight';
    font-size:1em;
    color: #6A6D73;
    margin: 10px 0 20px 0;
}

.send img {
	margin: 15px 20px 0 0;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width:80px;
    float:left;
}

.back {
	margin: 20px auto;
	width: 400px;
	overflow:hidden;
	padding:20px 0 20px 0;
	position:relative;
}

.back a {
	text-decoration:none;
	display:block;
	color: #FF9800;
	font-family: 'oxygenregular';
    font-size:1em;
    color: #6A6D73;
    float:right;
    padding:15px 25px;
    border: 1px solid rgba(0,0,0,.2);
    margin:5px 0 0 0;
}

.back a:hover {
	background:rgba(0,140,155,.8);
	color:#fff;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

.back img {
	height:112px;
	width: 200px;
	float:left;
}

/*-------------------- fin estilo de process.php -------------------------*/

/*logos*/

.contLogo {
	width:100%;
	margin:30px auto;
	position:relative;
	overflow:hidden;
}

.logo_h {
	width:30%;
	float:left;
	margin: 0 2.3% 0 0;
}

.logo_ho {
	width:30%;
	float: left;
}

.logo_ve_oc {
	display:block;
	float:left;
	width:30%;
}

.logo_ve {
	width:30%;
	float:left;
}

.logo_h:last-child, .logo_ho:last-child {
	width:30%;
	float:left;
	margin: 0;
}

.logo_h img, .logo_v img, .logo_ho img, .logo_ve img {
	width:100%;
}

/*fin logos*/

	
}

/*--------------------------------------*/

@media only screen and (min-width:300px) and (max-width: 479px) {
	
.ocultarPeq {display:none;}
	
#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding:20px 0 30px 0;
    width:100%;
    text-align:center;
    line-height: 1.8em;
    /*height:35px;*/
    background-color: rgba(0, 0, 0, 0.8);
    color:#fff;
    z-index:99999;
}

#contactMap {
   overflow:hidden;
   background:transparent; 
   position: absolute; 
   width: 100%;
   height: 550px; /*La altura del iframe*/
   top:730px;  /*La altura del iframe*/
   left:0;	
   z-index: 20;
}

#contFoot {
	width:100%;
}

.copy {
	margin-top:1%;
	width:50%;
}

.copy img {
	height: calc(90% - 10px);
	height:-moz-calc(90% - 10px);
	margin: 5px 10px 5px 5px;
	float:left;
}

.corp {
  font-family: 'oswaldregular';
  color:#fff;
  font-size:1.1em;	
  float:left;
  line-height: 40px;
}

.light {
	display:none;	
}

a.footbtn {
	float:right;
	width:35%;
	border: 1px solid rgba(255,255,255,0.3);
	color:#fff;
	text-align: center;
	font-family: 'oxygenbold';
	font-size:1em;
	line-height: 40px;
	margin-top:20px;
	margin-right:15px;
	text-decoration: none;
}
	
.direccion_contacto {
	width:90%;
	float:left;
	position:relative;
	margin:40px 0 40px 15px;
}

.direccion_contacto p {
	font-family: 'oxygenregular';
	font-size: 1em;
	color:#000;	
	float:left;
	margin: 10px auto;	
	width:90%;
}

.subTituloInfo {
  font-family: 'oswaldregular';
	font-size: 1.1em;
	float: left;
	position: relative;
	color: #008C9B;
	padding: 30px 0px 15px;
	width: 100%;
	border-bottom: 1px solid #008C9B;
	margin-bottom: 30px;	
}

.form_contacto {
	width:100%;
	float:right;
	position:relative;

}

#contenedor {
	width:100%;
	max-width:1200px;
	margin:30px auto;
	position:relative;
}

#formulario {
	margin:0 auto;
	position:relative;
	width:95%;
	padding: 0;
	overflow:hidden;
}

#formulario label, #formulario input, #formulario textarea {
	color:#008C9B;
}

#formulario label {
	float: left;
}

#formulario label.error {
	font-family: 'oxygenregular';
	font-size: 0.9em;
	color:#000;	
	float:right;
	margin: 0 15px 0 0;
}



#formulario input, #formulario textarea {
	padding: 15px;
	border: solid 1px #008C9B;
	font-family: 'oxygenregular';
	width:75%;
	background:none;
	margin: 10px;
	font-size:1em;
	float: right;
}

#formulario input:focus, #formulario textarea:focus  {
	border: 2px solid #000;
}

.form_line {
	width:100%;
	overflow:hidden;
	position:relative;
	float:right;
}

.form_line_50 {
	width:50%;
	overflow:hidden;
	position:relative;
	float:right;
}

.form_line_50 #boton:hover {
	background: rgba(0,140,155,.7);
	transition: all 0.8s ease;*/
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	color:#fff;
	font-family: 'oxygenregular';
}

.form_line span {
	padding: 20px 0px 0 10px;
	font-size:1.5em;
}

#boton {
	width:100%;
	float: left;
	font-family: 'oxygenregular';	
}

.imgCabeceraPag p.tituloflot {
	position:absolute;
	bottom:0px;
	left:0px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contAserv {   /*empieza el menu azul de index*/
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	width: 100%;
	border: solid 1px #f2f2f2;
	height:45%;
	float: left;
	background:#008C9B;
	position:relative;
	overflow:hidden;
}
.contAserv_1 {   /*empieza el menu azul de index*/
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	width: 100%;
	border: solid 1px #f2f2f2;
	height:45%;
	float: left;
	background:#008C9B;
	position:relative;
	overflow:hidden;
}
.contimg {
	width:100%;
	/*height:50%;*/
	margin:0 auto;
	position:relative;
	display:block;
}


.contimg img {
	width:45%;
	margin:18% 27% 0% 27%;
	
}
.contimg_1 {
	width:100%;
	/*height:50%;*/
	margin:0 auto;
	position:relative;
	display:block;
}
.contimg_1 img {
	width:45%;
	margin:18% 27% 0% 27%;
	
}
.contAserv a.servicio {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	text-decoration: none;
	margin: 0 auto;
	overflow:hidden;
	/*padding-bottom:30px;*/
}

a.servicio:hover {
	background:#016b76;
	/*padding-bottom:30px;*/
}

.contit, .contimg {
   text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contit {
	width:100%;
	height:20%;
	margin:15px auto;
	position:relative;
	display:block;
	text-align: center;
    font-family: 'oswaldregular';
    color:#fff;
    font-size:1.3em;
    overflow:hidden;
} 
.contit_1 {
	width:100%;
	height:20%;
	margin:15px auto;
	position:relative;
	display:block;
	text-align: center;
    font-family: 'oswaldregular';
    color:#fff;
    font-size:1.3em;
    overflow:hidden;
}/*fin de menu azul index*/

.contimgCertif{
	float:left;
	width:50%;
	height:50%;
	position:relative;
	margin:auto;
}

.contimgCertif:last-child {
    display: block;
    float:left;
	width:50%;
	height:50%;
	position:relative;
	margin:auto;
}

/*--------------------estilo de process.php-------------------------*/
.send {
	margin: 40px auto 0px auto;
	width: 170px;
	border: 1px solid rgba(0,0,0,.1);
	overflow:hidden;
	padding:30px;
	position:relative;
}

.contTitSend {
	width:100%;
	overflow:hidden;
}

.send p.titularSend {
	padding: 0 0 20px 0;
	color: #008C9B;
    font-family: 'oswaldregular';	
    letter-spacing:1px;
    font-size: 1.4em;
	margin:0 auto;
}

.send p.bodySend {
	font-family: 'oxygenlight';
    font-size:1em;
    color: #6A6D73;
    margin: 10px 0 20px 0;
}

.send img {
	margin: 15px 20px 0 0;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width:80px;
    float:left;
}

.back {
	/*margin: 20px auto;*/
	width:252px;
	overflow:hidden;
	padding:20px 0 20px 0;
	position:relative;
}

.back a {
	text-decoration:none;
	display:block;
	color: #FF9800;
	font-family: 'oxygenregular';
    font-size:1.2em;
    color: #6A6D73;
    padding:15px 25px;
    border: 1px solid rgba(0,0,0,.2);
	width:75%;
    margin:10px auto 40px auto;
	text-align: center;
		transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

.back a:hover {
	background:rgba(0,140,155,.8);
	color:#fff;

}

.back img {
	height:112px;
	width: 200px;
	float:left;
	margin:0 auto;
	padding: 0 25px 0 25px;
}

/*logos*/

.contLogo {
	width:100%;
	margin:30px auto;
	position:relative;
	overflow:hidden;
}

.logo_h {
	width:30%;
	float:left;
	margin: 0 2.3% 0 0;
}

.logo_h:last-child {
	width:30%;
	float:left;
	margin: 0;
}

.logo_h img, .logo_v img {
	width:100%;
}

.logo_ho {
	width:49%;
	float: left;
}

.logo_ho:last-child {
	width:49.5%;
	float:left;
}

.logo_ve_oc {
	display:block;
	float:left;
	width:49%;
}

.logo_ve {
	width:49%;
	float:left;
}


/*fin logos*/

/*-------------------- fin estilo de process.php -------------------------*/

.point span {
	margin: 10px 5px 0 0;
}


}

@media only screen and (max-width:299px) {

.ocultarPeq {display:none;}
	
#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding:20px 0 30px 0;
    width:100%;
    text-align:center;
    line-height: 1.8em;
    /*height:35px;*/
    background-color: rgba(0, 0, 0, 0.8);
    color:#fff;
    z-index:99999;
}

#contFoot {
	width:100%;
}

.copy {
	margin-top:1%;
	width:50%;
}

.copy img {
	height: calc(90% - 10px);
	height:-moz-calc(90% - 10px);
	margin: 5px 10px 5px 5px;
	float:left;
}

.corp {
  font-family: 'oswaldregular';
  color:#fff;
  font-size:1.1em;	
  float:left;
  line-height: 40px;
}

.light {
	display:none;	
}

a.footbtn {
	float:right;
	width:35%;
	border: 1px solid rgba(255,255,255,0.3);
	color:#fff;
	text-align: center;
	font-family: 'oxygenbold';
	font-size:1em;
	line-height: 40px;
	margin-top:20px;
	margin-right:15px;
	text-decoration: none;
}
	
.direccion_contacto {
	width:90%;
	float:left;
	position:relative;
	margin:40px 0 40px 15px;
}

.direccion_contacto p {
	font-family: 'oxygenregular';
	font-size: 1em;
	color:#000;	
	float:left;
	margin: 10px auto;	
	width:90%;
}

.subTituloInfo {
  font-family: 'oswaldregular';
	font-size: 1.1em;
	float: left;
	position: relative;
	color: #008C9B;
	padding: 30px 0px 15px;
	width: 100%;
	border-bottom: 1px solid #008C9B;
	margin-bottom: 30px;	
}

.form_contacto {
	width:100%;
	float:right;
	position:relative;

}

#contenedor {
	width:100%;
	max-width:1200px;
	margin:30px auto;
	position:relative;
}

#formulario {
	margin:0 auto;
	position:relative;
	width:95%;
	padding: 0;
	overflow:hidden;
}

#formulario label, #formulario input, #formulario textarea {
	color:#008C9B;
}

#formulario label {
	float: left;
}

#formulario label.error {
	font-family: 'oxygenregular';
	font-size: 0.9em;
	color:#000;	
	float:right;
	margin: 0 15px 0 0;
}



#formulario input, #formulario textarea {
	padding: 15px;
	border: solid 1px #008C9B;
	font-family: 'oxygenregular';
	width:90%;
	background:none;
	margin: 10px;
	font-size:1em;
	float: right;
}

#formulario input:focus, #formulario textarea:focus  {
	border: 2px solid #000;
}

.form_line {
	width:100%;
	overflow:hidden;
	position:relative;
	float:right;
}

.form_line_50 {
	width:50%;
	overflow:hidden;
	position:relative;
	float:right;
}

.form_line_50 #boton:hover {
	background: rgba(0,140,155,.7);
	transition: all 0.8s ease;*/
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	color:#fff;
	font-family: 'oxygenregular';
}

.form_line span {
	padding: 15px;
	font-size:1.5em;
}

#boton {
	width:100%;
	float: left;
	font-family: 'oxygenregular';	
}

.imgCabeceraPag p.tituloflot {
	position:absolute;
	bottom:0px;
	left:0px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contAserv {   /*empieza el menu azul de index*/
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	width: 100%;
	border: solid 1px #f2f2f2;
	height:45%;
	float: left;
	background:#008C9B;
	position:relative;
	overflow:hidden;
}

.contimg {
	width:100%;
	/*height:50%;*/
	margin:0 auto;
	position:relative;
	display:block;
}


.contimg img {
	width:45%;
	margin:18% 27% 0% 27%;
	
}

.contAserv a.servicio {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	text-decoration: none;
	margin: 0 auto;
	overflow:hidden;
}

a.servicio:hover {
	background:#016b76;

}

.contit, .contimg {
   text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contit {
	width:100%;
	height:20%;
	margin:15px auto;
	position:relative;
	display:block;
	text-align: center;
    font-family: 'oswaldregular';
    color:#fff;
    font-size:1.3em;
    overflow:hidden;
} /*fin de menu azul index*/

.contimgCertif{
	float:left;
	width:50%;
	height:50%;
	position:relative;
	margin:auto;
}

.contimgCertif:last-child {
    display: block;
    float:left;
	width:50%;
	height:50%;
	position:relative;
	margin:auto;
}



/*--------------------estilo de process.php-------------------------*/
.send {
	margin: 40px auto 0px auto;
	width: 80%;
	border:none;
	overflow:hidden;
	padding:10px;
	position:relative;
}

.contTitSend {
	width:100%;
	overflow:hidden;
}

.send p.titularSend {
	padding: 0 0 20px 0;
	color: #008C9B;
    font-family: 'oswaldregular';	
    letter-spacing:1px;
    font-size: 1.4em;
	margin:0 auto;
}

.send p.bodySend {
	font-family: 'oxygenlight';
    font-size:1em;
    color: #6A6D73;
    margin: 10px 0 20px 0;
}

.send img {
	margin: 15px 20px 0 0;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width:80px;
    float:left;
}

.back {
	/*margin: 20px auto;*/
	width:252px;
	overflow:hidden;
	padding:20px 0 20px 0;
	position:relative;
}

.back a {
	text-decoration:none;
	display:block;
	color: #FF9800;
	font-family: 'oxygenregular';
    font-size:1.2em;
    color: #6A6D73;
    /*padding:15px 15px;*/
    border: 1px solid rgba(0,0,0,.2);
	width:65%;
    margin:10px 0 40px 10px;
	text-align: center;
	float:left;
}

.back a:hover {
	background:rgba(0,140,155,.8);
	color:#fff;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

.back img {
	height:112px;
	width: 200px;
	float:left;
	margin:0 auto;
	padding: 0 25px 0 25px;
}

/*-------------------- fin estilo de process.php -------------------------*/
.logo_ho {
	width:100%;
	float: right;
}

.logo_ho:last-child {
	width:100%;
	float:left;
}

.logo_ve_oc {
	display:block;
	float:left;
	width:100%;
}

.logo_ve {
	width:100%;
	float:left;
}

.contLogo {
	width:100%;
	margin:30px auto;
	position:relative;
	overflow:hidden;
}

.logo_h {
	width:47%;
	float:left;
	margin: 0 2.3% 0 0;
}

.logo_h:last-child {
	width:47%;
	float:left;
	margin: 0;
}

.logo_h img, .logo_v img {
	width:100%;
}

.titularInd p a {
    width: 85%;
    max-width: 1200px;
    position: relative;
    margin: 40px auto;
    overflow: hidden;
    font-family: 'oswaldregular';
    color: #04878F;
    text-align: center;
    padding-top: 20px;
    font-size: 0.9em;
}

.ajustContenedorGeneral-gris-ajust {
	position:relative;
	width:95%; 
	max-width:1200px;
	margin: 0px auto;
	overflow:hidden;	
}

.copy img {
    height: calc(80% - 10px);
    height: -moz-calc(80% - 10px);
    margin: 10px 10px 5px 5px;
    float: left;
}

.corp {
    font-family: 'oswaldregular';
    color: #fff;
    font-size: 0.8em;
    float: left;
    line-height: 40px;
}

.corp p {
	margin: 13px 0 0 0;
}

}

