@charset "utf-8";

@import url(reset.css);


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #CFDCED;
	background-position: center top;
}




/*
http://blog.themeforest.net/tutorials/how-to-achieve-cross-browser-font-face-support/
cargo la helvetica para firefox y la otra para explorer */
@font-face {
    font-family: 'OXCTALTPro33ThinExtended';
    src: url('../fonts/oxcta_pro-thex001-webfont.eot');
    src: url('../fonts/oxcta_pro-thex001-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLTPro-ThEx.otf') format('opentype'),
         url('../fonts/oxcta_pro-thex001-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

a {
    color: #0C1738;
}
a:hover {
    color: #315597;
}
.migapan {
	line-height: 2;
	height: 20px;
	padding-left: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow:hidden;
}
.negrita{
	font-weight:bold!important;
}
.centrar{
	text-align: center;
}
.oblicua{
	 font-style: oblique;
}
.epsilon_tit {
	 font-family: Brush Script MT;
	 font-size: 60px;
}
.epsilon {
	 font-family: Brush Script MT;
}
.txt_azultitulos { color:#0c1738;}
.txt_azul { color:#315597;}
.txt_blanco { color:#fff;}
.txt_azul_osc { color: #0d1838;}

.font_11 { font-size: 11px;}
.font_14 { font-size: 14px;}
.font_16 { font-size: 16px;}
.font_18 { font-size: 18px;}

h2 {
	font-size: 16px;
	font-weight:bold!important;
	font-family: Arial,Helvetica,sans-serif
}
h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight:bold!important;
}
h4 {
	/*font-size: 12px;
	text-transform: uppercase;*/
}
/*
Contenedor de todos los elementos del sitio
Controla la posicion del sitio: derecha, centro o izquierda
*/
#contenedor {
	margin: 0 auto;
	/*padding: 0 10px;*/
	width: 1001px;
	/*overflow: hidden;*/
}


/*---------- cabecera ----------------*/
#cabecera {
	height: 81px;
	overflow: hidden;
	display: block;
	padding: 0;
	margin: 0 auto;
}
.logo {
	float: left;
	margin: 0;
	width: 234px;
}


/*****MENU DE NAVEGACION *****/

#menu {
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 10px;
    height: 60px;
    margin-top: 8px;
    min-width: 500px;
    text-align: right;
    width: auto;

}
#menu .menu_links {
	margin-top:10px;
	height: 30px;
}
#menu .menu_links  li {
	color:#0C1738;
	margin-left:10px;
	line-height: 1.8;
	float:right;
	font-weight:bold;
}
#menu .menu_links  li a {
	color:#0C1738;
	text-decoration:none;
}

#menu .menu_links  li a.active {
	color:#0C1738;
}
#menu .menu_links  li a:hover {
	color:#0C1738;
}
.idioma {
	text-transform:none;
	margin-right: 5px;
	display: block;
}
.menu_pral  {
	float: right;
 	height: 21px;
  	/*width: 542px;*/
  	font-family: verdana , Arial, Helvetica, sans-serif;
    font-size: 11px;
   /* background: url(../images/menu.jpg) no-repeat right top ;*/
    margin-right: 5px;

	background: rgba(82,121,176,1);
	background: -moz-linear-gradient(top, rgba(82,121,176,1) 0%, rgba(13,24,42,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(82,121,176,1)), color-stop(100%, rgba(13,24,42,1)));
	background: -webkit-linear-gradient(top, rgba(82,121,176,1) 0%, rgba(13,24,42,1) 100%);
	background: -o-linear-gradient(top, rgba(82,121,176,1) 0%, rgba(13,24,42,1) 100%);
	background: -ms-linear-gradient(top, rgba(82,121,176,1) 0%, rgba(13,24,42,1) 100%);
	background: linear-gradient(to bottom, rgba(82,121,176,1) 0%, rgba(13,24,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5279b0', endColorstr='#0d182a', GradientType=0 );
}
.menu_pral a {
    height: 21px;
   /* width: 127px;*/
    color: #FFFFFF;
    font-family: verdana , Arial, Helvetica, sans-serif;
    float: left;
    text-align: center;
    line-height: 1.8;
}
.menu_pral a::after {
    /*content: "|";*/
	/*content: url('../images/menu_separador.jpg');*/

	/*display: block;
    content: "";

    height: 21px;
    background: transparent url('../images/menu_separador.jpg') no-repeat;*/

}

/*.menu_pral .btn_dcha_p:hover {
	background: url(../images/menu_on_prensa.jpg) no-repeat top;
}*/
.menu_pral_active {
	/*background: url(../images/menu_active.jpg) no-repeat top;*/
    background: rgba(190,226,248,1);
	background: -moz-linear-gradient(top, rgba(190,226,248,1) 0%, rgba(83,101,111,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(190,226,248,1)), color-stop(100%, rgba(83,101,111,1)));
	background: -webkit-linear-gradient(top, rgba(190,226,248,1) 0%, rgba(83,101,111,1) 100%);
	background: -o-linear-gradient(top, rgba(190,226,248,1) 0%, rgba(83,101,111,1) 100%);
	background: -ms-linear-gradient(top, rgba(190,226,248,1) 0%, rgba(83,101,111,1) 100%);
	background: linear-gradient(to bottom, rgba(190,226,248,1) 0%, rgba(83,101,111,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bee2f8', endColorstr='#53656f', GradientType=0 );

}

.menu_pral .btn_dcha_p {
	/*width: 127px;*/
	width: 95px;
	height: 21px;
	padding-right: 5px;
}
.menu_pral .btn_dcha_ap {
	/*width: 119px;*/
	width: 90px;
	height: 21px;
	padding-right: 2px;

	border-right: 2px solid #001737;
}
/*.menu_pral .btn_dcha_ap:hover {
	background: url(../images/menu_on_priv.jpg) no-repeat top;
}*/

.menu_pral .btn_dcha_a {
	/*width: 119px;*/
	width: 120px;
	height: 21px;
	padding-right: 2px;

	border-right: 2px solid #001737;
}
/*.menu_pral .btn_dcha_a:hover {
	background: url(../images/menu_on_priv.jpg) no-repeat top;
}*/
.menu_pral .btn_dcha_i {
	width: 75px;
	height: 21px;
	padding-right: 2px;
}
.menu_pral .btn_dcha_i {
	/*width: 75px;*/
	width: 70px;
	height: 21px;
	padding-right: 2px;

	border-right: 2px solid #001737;
}
/*.menu_pral .btn_dcha_i:hover {
	background: url(../images/menu_on_id.jpg) no-repeat top;
}*/

.menu_pral .btn_dcha_v {
	/*width: 150px;*/
	width: 120px;
	height: 21px;
	padding-right: 2px;
	background-color: green;
	border-right: 2px solid #fff;
}
.menu_pral .btn_dcha_e {
	/*width: 94px;*/
	width: 70px;
	height: 21px;
	padding-right: 2px;

	border-right: 2px solid #001737;
}
.menu_pral .btn_dcha_ser {
	/*width: 75px;*/
	width: 115px;
	height: 21px;
	padding-right: 2px;

	border-right: 2px solid #001737;
}
.menu_pral .btn_dcha_e:hover, .menu_pral .btn_dcha_i:hover, .menu_pral .btn_dcha_a:hover, .menu_pral .btn_dcha_ap:hover, .menu_pral .btn_dcha_p:hover, .menu_pral .btn_dcha_ser:hover {
	/*background: url(../images/menu_on_emp.jpg) no-repeat top;*/
	background: rgba(210,224,237,1);
	background: -moz-linear-gradient(top, rgba(210,224,237,1) 0%, rgba(88,95,105,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210,224,237,1)), color-stop(100%, rgba(88,95,105,1)));
	background: -webkit-linear-gradient(top, rgba(210,224,237,1) 0%, rgba(88,95,105,1) 100%);
	background: -o-linear-gradient(top, rgba(210,224,237,1) 0%, rgba(88,95,105,1) 100%);
	background: -ms-linear-gradient(top, rgba(210,224,237,1) 0%, rgba(88,95,105,1) 100%);
	background: linear-gradient(to bottom, rgba(210,224,237,1) 0%, rgba(88,95,105,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2e0ed', endColorstr='#585f69', GradientType=0 );
}

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

#cuerpo {
	display: block;
	padding: 0;
	margin: 0 auto;
}
.cleaner { clear: both }
.h5 { height: 5px }
.h10 { height: 10px }
.h15 { height: 15px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }
.h80 { height: 80px }
.h90 { height: 90px }
.h100 { height: 100px }
.h110 { height: 110px }

.col_w50 { width: 50px ; }
.col_w90 { width: 90px ; }
.col_w100 { width: 100px ; }
.col_w110 { width: 110px ; }
.col_w150 { width: 150px ; }
.col_w180 { width: 180px ; }
.col_w200 { width: 200px ; }
.col_w220 { width: 220px ; }
.col_w240 { width: 240px ; }
.col_w300 { width: 300px ; }
.col_w310 { width: 310px ; }
.col_w630 { width: 630px ; }
.col_w700 { width: 700px ; }

.float_l { float: left }
.float_r { float: right }

/* ---------------------    HOME  ---------------  */

.colmax {
	width: 1001px;
	overflow: hidden;
	/*margin: 0 0 1em 0;*/
	display: block;
	height:224px;
}
.colmax_empresa {
	width: 1001px;
	overflow: hidden;
	display: block;
	height:224px;
	background-image:url(../images/empresa/cabecera.jpg);
}
.cajahoriz {
	width: 100%;
	overflow: hidden;
	display: block;
	margin-left: 5px;
}
.cajahoriz .caja01 {
	position:relative;
	float: left;
	cursor:pointer;
	background-repeat: no-repeat;
	height: 189px;
	width: 165px;
}
.cajahoriz .caja01 .titulo {
	margin-top: 10px;
	margin-left: 10px;
	line-height: 1;
	min-height: 30px;
}
.cajahoriz .caja01 .desc {
	margin-top: 15px;
	margin-left: 17px;
	font-size: 10px;
	/*letter-spacing: 0.9px;*/
	letter-spacing: 0.3px;
	line-height: 1.12;
}
.cajahoriz .caja01 ul{
	list-style: disc;
}
.cajahoriz .caja01 .sublista{
	list-style: none;
	margin-left: 2px;
}

.cajahoriz_noticias {
	overflow: hidden;
	display: block;
	margin-left: 5px;
	float: left;
	background-image: url(../images/index/bg_noticias.jpg);
	width: 748px;
	height: 159px;
}
.cajahoriz_noticias .caja01 {
	position:relative;
	float: left;
	cursor:pointer;
	background-repeat: no-repeat;
	height: 189px;
	width: 165px;
}
.cajahoriz_noticias .caja01 .titulo {
	margin-top: 10px;
	margin-left: 10px;
	line-height: 1;
	min-height: 30px;
}
.cajahoriz_noticias .caja01 .desc {
	margin-top: 15px;
	margin-left: 17px;
	font-size: 10px;
	/*letter-spacing: 0.9px;*/
	letter-spacing: 0.3px;
	line-height: 1.12;
}
.cajahoriz_noticias .caja01 ul{
	list-style: disc;
}
.cajahoriz_noticias .caja01 .sublista{
	list-style: none;
	margin-left: 2px;
}

.cajamapa_es {
	margin: 0px;
	float: right;
	cursor: pointer;
	background-image: url(../images/index/mapa_off_es.jpg);
    background-repeat: no-repeat;
	width: 248px;
	height: 149px;
	margin-top: 6px;
}
.cajamapa_es:hover {
	margin: 0px;
	float: right;
	cursor: pointer;
	background-image: url(../images/index/mapa_on_es.jpg);
    background-repeat: no-repeat;
	width: 248px;
	height: 149px;
	margin-top: 6px;
}
.cajamapa_en {
	margin: 0px;
	float: right;
	cursor: pointer;
	background-image: url(../images/index/mapa_off_en.jpg);
    background-repeat: no-repeat;
	width: 248px;
	height: 149px;
	margin-top: 6px;
}
.cajamapa_en:hover {
	margin: 0px;
	float: right;
	cursor: pointer;
	background-image: url(../images/index/mapa_on_en.jpg);
    background-repeat: no-repeat;
	width: 248px;
	height: 149px;
	margin-top: 6px;
}


/* -- noticias home -- */
.cajanoticia {
    cursor: pointer;
    float: left;
    font-family: verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    height: 129px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 8px;
    padding-top: 15px;
    width: 225px;
}
.cajanoticia_dcha {
    cursor: pointer;
    float: left;
    font-family: verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    height: 129px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 8px;
    padding-top: 15px;
    width: 225px;
}
.cajanoticia .titulo {
	font-size: 12px;
	min-height: 30px;
}
.cajanoticia .contenido {
	bottom: 0px;
}

/* ---------------------    EMPRESA  ---------------  */
.txt_foto_empresa01 {
	color: #fff;
	font-size: 50px;
	padding-top: 50px;
	padding-left: 40px;
	position: absolute;
	z-index: 100;
	font-family: "OXCTALTPro33ThinExtended";
}
.txt_foto_empresa02 {
	color: #fff;
	font-size: 50px;
	padding-top: 100px;
	padding-left: 220px;
	position: absolute;
	z-index: 100;
	font-family: "OXCTALTPro33ThinExtended";
}
.empresa {
	width:729px;
	float:left;
}
.empresa_sup {
	width:729px;
	height:6px;
	float:left;
	background-image: url(../images/empresa/bg_sup.jpg);
	background-position: top center;
}
.empresa_centro {
	background-image: url("../images/empresa/bg_centro.jpg");
    background-repeat: repeat-y;
    float:left;
    width:729px;
    min-height:200px;
	/*height:445px;*/
}

.empresa_inf {
	width:729px;
	height:125px;
	float:left;
	background-image: url(../images/empresa/bg_inf.jpg);
	background-position: center bottom;
}
.empresa_inf_mini {
	width:729px;
	height:20px;
	float:left;
	background-image: url(../images/empresa/bg_inf_mini.jpg);
	background-position: center bottom;
}
.logoempresa {
	float:left;
	margin-left: 30px;
    margin-top: 30px;
	background-image: url(../images/empresa/logo.png);
	width:158px;
	height:78px;
}

.empresa_centro .texto {
	width:500px;
	float:right;
	margin-top: 20px;
	margin-right: 10px;
}

.empresa_centro .texto ul{
	margin-left:10px;}
.empresa_centro .texto ul li{
	list-style: disc outside none;}
.imglogoenacensayos {
	background-image: url("../images/empresa/enac.jpg");
	width:150px;
	height:115px;
	margin: 20px auto 0;
	}
#sinfancy7 { display:none;}

.logootrasempresas {
	float:left;
	margin-top:15px;
	width:25%;
	text-align:right;
}
.txtotrasempresas {
    float: left;
    margin-top: 20px;
    padding-left: 2%;
    padding-right: 2%;
    width: 70%;
}

.empresa_centro .cajatexto {
	width:700px;
	float:left;
	margin-top: 10px;
	margin-right: 10px;
	padding:10px;
}
.empresa_centro .cajatexto ul li{ margin-left:30px;}
.empresa_centro .cajatexto .logotipo {
	float:left;
	width:200px;}
.empresa_centro .cajatexto .logotipo img{width:100%;}
.empresa_centro .cajatexto .textosector {
	float:left;
	text-align:left;
	width:500px;
	margin-top:10px;}
.empresa_centro .cajatexto .textosector-p20 {
	float:left;
	text-align:left;
	width:480px;
	margin-top:10px;
	padding-left:20px;}
.empresa_centro .cajatexto .textosector-p20 h2{
	margin-bottom:10px;}
.empresa_centro .cajatexto .textosector-p20 li{
	margin-left:10px;}
.empresa_centro .texto_dist {
	width:700px;
	float:right;
	margin-top: 20px;
	margin-right: 10px;
	font-size: 11px;
}
.empresa_centro .contenido {
	 font-family: verdana , Arial, Helvetica, sans-serif;
	 font-size: 10px;
}
.empresa_centro .titdist {
	 font-size: 18px;
	 font-weight: bold;
}
.empresa_centro .subtit_dist {
	 font-size: 16px;
	 font-weight: bold;
}
.empresa_centro .empresa_dist {
	 font-size: 16px;
	 font-weight: bold;
}
.img_logosoxcta{
	background-image: url(../images/empresa/logos_oxcta.jpg);
	width:506px;
	height:322px;}

.menu_dcha {
	width: 258px;
	float: right;
}
.menu_dcha_sup {
	width: 254px;
	height:9px;
	float:left;
	background-image: url("../images/empresa/bg_menu_sup.jpg");
	background-position: top center;
}
.menu_dcha_centro {
	background-image: url("../images/empresa/bg_menu_centro.jpg");
    background-repeat: repeat-y;
    float:left;
   width: 254px;
}
.menu_dcha_inf {
	width: 254px;
	height:7px;
	float:left;
	background-image: url("../images/empresa/bg_menu_inf.jpg");
	background-position: center bottom;
}

.menu_dcha .contenido{
	 padding: 15px;
}
.menu_dcha .btn_dcha {
	display: block;
	width: 229px;
	height: 22px;
	background: url("../images/empresa/btn_menu_off.jpg") no-repeat top;
}
.menu_dcha .btn_dcha:active {
	background: url("../images/empresa/btn_menu_on.jpg") no-repeat top;
}
.menu_dcha .btn_dcha:hover {
	background: url("../images/empresa/btn_menu_on.jpg") no-repeat top;
}
.menu_dcha a {
    display: block;
    height: 22px;
    line-height: 15px;
    width: 229px;
    color: #FFFFFF;
    font-family: verdana , Arial, Helvetica, sans-serif;
}
.txt_dcha {
	color: #565656;
    font-family: verdana, Arial, Helvetica, sans-serif;
}

/*--------------- I+D+I+a   ---------------------*/

.colmax_idia {
	width: 1001px;
	overflow: hidden;
	display: block;
	height:224px;
	background-image:url(../images/idi/slide01.jpg);
}
.txt_foto_tit {
	color: #fff;
	font-size: 50px;
	padding-top: 50px;
	padding-left: 40px;
	position: absolute;
	z-index: 100;
	font-family: "OXCTALTPro33ThinExtended";
}
.txt_foto_subtit {
	color: #FFFFFF;
    font-size: 25px;
    letter-spacing: 0.1px;
    padding-left: 40px;
    padding-top: 100px;
    position: absolute;
    width: 350px;
    z-index: 100;
    font-family: "OXCTALTPro33ThinExtended";
}
.txt_foto_tit_azul {
	color: #0C1738;
	font-size: 50px;
	padding-top: 50px;
	padding-left: 40px;
	position: absolute;
	z-index: 100;
	font-family: "OXCTALTPro33ThinExtended";
}
.txt_foto_subtit_azul {
	color: #0C1738;
    font-size: 25px;
    letter-spacing: 0.1px;
    padding-left: 40px;
    padding-top: 100px;
    position: absolute;
    width: 350px;
    z-index: 100;
    font-family: "OXCTALTPro33ThinExtended";
}
.idi {
    float: left;
    min-height: 430px;
    width: 735px;
}
.idi .idi_detalle {
    float: left;
    min-height: 139px;
    width: 727px;
    background-image: url(../images/idi/bg_idi.jpg);
    color: #0c1738;
    position: relative;
}
.idi .idi_detalle .foto {
    float: left;
    margin-left: 2px;
    margin-top: 2px;
    max-height: 134px;
    max-width: 185px;
    overflow: hidden;
}
.idi .idi_detalle .foto img{
	    min-height: 135px;
    width: 100%;}
.idi .idi_detalle .titulo {
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-left: 15px;
    margin-top: 15px;
    width: 500px;
}
.idi .idi_detalle .texto {
    float: left;
    font-size: 10px;
    margin-left: 15px;
    width: 500px;
}
.idi .leer {
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 0;
    text-align: right;
    width: 707px;
}
.idi .enlacearchivo {
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-bottom: 6px;
    bottom: 0;
    margin-left: 205px;
}
.idi .idi_detalle_uno {
    float: left;
    min-height: 459px;
    width: 727px;
    background-image: url(../images/idi/bg_idi_uno.jpg);
    color: #0c1738;
    position: relative;
}
.idi .idi_detalle_uno .foto {
    float: left;
	margin-top : 30px;
	margin-left: 2px;
}
.idi .idi_detalle_uno .titulo {
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-left: 15px;
    margin-top: 25px;
     width: 500px;
}
.idi .idi_detalle_uno .texto {
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-left: 15px;
    width: 500px;
}
.pagina {
	background-color: #fff;
	float: left;
	padding: 3px;
	border: 1px solid #0c1738;
	margin: 3px;
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
    width: 15px;
}

.caja_dcha {
	width: 258px;
	float: right;
}
.caja_dcha_sup {
	width: 254px;
	height:9px;
	float:left;
	background-image: url("../images/empresa/bg_menu_sup.jpg");
	background-position: top center;
}
.caja_dcha_centro {
	background-image: url("../images/empresa/bg_menu_centro.jpg");
    background-repeat: repeat-y;
    float:left;
   width: 254px;
}
.caja_dcha_inf {
	width: 254px;
	height:7px;
	float:left;
	background-image: url("../images/empresa/bg_menu_inf.jpg");
	background-position: center bottom;
}

.caja_dcha .contenido{
	 padding: 15px;
}
.txt_dcha {
	color: #565656;
    font-family: verdana, Arial, Helvetica, sans-serif;
}
.caja_dcha ul {
	list-style: disc;
	padding-left: 10px;
}
.caja_dcha ul li{
	cursor: pointer;
}


/* ---------------------    AREAS  ---------------  */
.colmax_areas {
	width: 1001px;
	overflow: hidden;
	display: block;
	height:224px;
	background-image:url(../images/areas/cabecera.jpg);
	background-size: cover;
	background-position: right center;
}
.txt_foto_areas01 {
	color: #fff;
    font-family: "OXCTALTPro33ThinExtended";
    font-size: 50px;
    padding-left: 40px;
    padding-top: 45px;
    position: absolute;
    z-index: 100;
}
.txt_foto_areas02 {
	color: #fff;
    font-family: "OXCTALTPro33ThinExtended";
    font-size: 25px;
    padding-left: 40px;
    padding-top: 100px;
    position: absolute;
    z-index: 100;
}
.txt_foto_areas03 {
	color: #fff;
    font-family: "OXCTALTPro33ThinExtended";
    font-size: 25px;
    padding-left: 40px;
    padding-top: 125px;
    position: absolute;
    z-index: 100;
}
.txt_foto_areas04 {
	color: #fff;
    font-family: "OXCTALTPro33ThinExtended";
    font-size: 25px;
    padding-left: 40px;
    padding-top: 149px;
    position: absolute;
    z-index: 100;
}

.menu_areas  {
 	height: 21px;
  	width: 996px;
  	font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: url(../images/areas/bg_menu.jpg) no-repeat top;
}
.menu_areas .btn_dcha {
	width: 166px;
	height: 21px;
	/*margin-right: 2px;
	background: url(../images/areas/btn_menu_off.jpg) no-repeat top;*/
}
.menu_areas_active {
	background: url(../images/areas/btn_menu_on.jpg) no-repeat top;
}
.menu_areas .btn_dcha:hover {
	background: url(../images/areas/btn_menu_over.jpg) no-repeat top;
}
.menu_areas a {
    height: 21px;
    line-height: 15px;
    width: 166px;
    color: #FFFFFF;
    font-family: verdana, Arial, Helvetica, sans-serif;
    float: left;
    text-align: center;
    line-height: 1.5;
}
.menu_areas_movil {display:none;}

/*-------  Areas  ---------*/
/*-------  sanidad animal  ---------*/
.colmax_areas_animal {
	width: 1001px;
	overflow: hidden;
	display: block;
	height:232px;
	background-image:url(../images/areas/sanidadanimal/cabecera.jpg);
	background-size: cover;
	background-position: right center;
}
.txt_foto_areas01_animal {
	color: #fff;
    font-family: "OXCTALTPro33ThinExtended";
    font-size: 50px;
    padding-left: 40px;
    padding-top: 45px;
    position: absolute;
    z-index: 100;
}
.txt_foto_areas02_animal {
	color: #fff;
    font-family: "OXCTALTPro33ThinExtended";
    font-size: 50px;
    padding-left: 120px;
    padding-top: 85px;
    position: absolute;
    z-index: 100;
}

.sec_bovino_img {background-image:url(../images/areas/sanidadanimal/sectorbovino/cabecera.jpg);}
.sec_bovino_txt01 {color: #000;}
.sec_bovino_txt02 {color: #000;}

.sec_porcino_img {background-image:url(../images/areas/sanidadanimal/porcino/cabecera.jpg);}
.sec_porcino_txt01 {color: #000;}
.sec_porcino_txt02 {color: #000;}

.sec_avicola_img {background-image:url(../images/areas/sanidadanimal/avicola/cabecera.jpg);}
.sec_avicola_txt01 {color: #000;}
.sec_avicola_txt02 {color: #000;}

.sec_acuicola_img {background-image:url(../images/areas/sanidadanimal/acuicola/cabecera.jpg);}
.sec_acuicola_txt01 {color: #000;}
.sec_acuicola_txt02 {color: #000;}

.sec_multiesp_img {background-image:url(../images/areas/sanidadanimal/multiespecie/cabecera.jpg);}
.sec_multiesp_txt01 {color: #000;}
.sec_multiesp_txt02 {color: #000;}

.sec_peque_img {background-image:url(../images/areas/sanidadanimal/peq/cabecera.jpg);}
.sec_peque_txt01 {color: #000;}
.sec_peque_txt02 {color: #000;padding-left: 40px;}

.sec_equiposmed_img {background-image:url(../images/areas/defensa/cabecera_medicion.jpg);}
.sec_equiposmed_txt01 {color: #000;}
.sec_equiposmed_txt02 {color: #000;padding-left: 40px;}

.img_grande_cajatexto {width:448px; margin-left:20%;}
.img_grande_cajatexto2 {width:506px; height:245px; margin-left:20%;}

/*-------  Areas  ---------*/
/*-------  defensa sanitaria  ---------*/
.colmax_areas_vegetal {
	width: 1001px;
	overflow: hidden;
	display: block;
	height:232px;
	background-image:url(../images/areas/defensa/cabecera.jpg);
	background-size: cover;
	background-position: right center;
}
.txt_foto_areas01_vegetal {
	color: #fff;
    font-family: "OXCTALTPro33ThinExtended";
    font-size: 50px;
    padding-left: 40px;
    padding-top: 45px;
    position: absolute;
    z-index: 100;
}
.txt_foto_areas02_vegetal {
	color: #fff;
    font-family: "OXCTALTPro33ThinExtended";
    font-size: 50px;
    padding-left: 120px;
    padding-top: 85px;
    position: absolute;
    z-index: 100;
}

/*-------  Areas  ---------*/
/*-------  salud publica  ---------*/
.colmax_areas_publica {
	width: 1001px;
	overflow: hidden;
	display: block;
	height:232px;
	background-image:url(../images/areas/salud/cabecera.jpg);
	background-size: cover;
	background-position: right center;
}
.txt_foto_areas01_publica {
	color: #0c1738;
    font-family: "OXCTALTPro33ThinExtended";
    font-size: 50px;
    padding-left: 40px;
    padding-top: 45px;
    position: absolute;
    z-index: 100;
}
.txt_foto_areas02_publica {
	color: #0c1738;
    font-family: "OXCTALTPro33ThinExtended";
    font-size: 50px;
    padding-left: 120px;
    padding-top: 85px;
    position: absolute;
    z-index: 100;
}

.sec_tratamiento_img {background-image:url(../images/areas/salud/tratagua/cabecera.jpg);}
.sec_tratamiento_txt01 {color: #fff;}
.sec_tratamiento_txt02 {color: #fff;}

.sec_piscinas_img {background-image:url(../images/areas/salud/piscinas/cabecera.jpg);}
.sec_piscinas_txt01 {color: #000;}
.sec_piscinas_txt02 {color: #000;}

.sec_higiene_img {background-image:url(../images/areas/salud/higiene/cabecera.jpg);}
.sec_higiene_txt01 {color: #000;}
.sec_higiene_txt02 {color: #000;}

/*-------  Areas  ---------*/
/*-------  industria alimentaria  ---------*/
.colmax_areas_alimentaria {
	width: 1001px;
	overflow: hidden;
	display: block;
	height:232px;
	background-image:url(../images/areas/industria/cabecera.jpg);
	background-size: cover;
	background-position: right center;
}
.txt_foto_areas01_alimentaria {
	color: #0c1738;
    font-family: "OXCTALTPro33ThinExtended";
    font-size: 50px;
    padding-left: 40px;
    padding-top: 50px;
    position: absolute;
    z-index: 100;
}
.txt_foto_areas02_alimentaria {
	color: #0c1738;
    font-family: "OXCTALTPro33ThinExtended";
    font-size: 50px;
    padding-left: 120px;
    padding-top: 90px;
    position: absolute;
    z-index: 100;
}

.sec_bio_img {background-image:url(../images/areas/industria/cabecera.jpg);}
.sec_bio_txt01 {color: #000;}
.sec_bio_txt02 {color: #000;}

.sec_app_img {background-image:url(../images/areas/industria/cabecera.jpg);}
.sec_app_txt01 {color: #000;}
.sec_app_txt02 {color: #000;}

.sec_lab_img {background-image:url(../images/areas/industria/cabecera.jpg);}
.sec_lab_txt01 {color: #000;}
.sec_lab_txt02 {color: #000;}

/*-------  Areas  ---------*/
/*-------  medio acuatico  ---------*/
.colmax_areas_acuatico {
	width: 1001px;
	overflow: hidden;
	display: block;
	height:232px;
	background-image:url(../images/areas/acuatico/cabecera.jpg);
	background-size: cover;
	background-position: right center;
}
.txt_foto_areas01_acuatico {
	color: #0c1738;
    font-family: "OXCTALTPro33ThinExtended";
    font-size: 50px;
    padding-left: 40px;
    padding-top: 50px;
    position: absolute;
    z-index: 100;
}
.txt_foto_areas02_acuatico {
	color: #0c1738;
    font-family: "OXCTALTPro33ThinExtended";
    font-size: 50px;
    padding-left: 120px;
    padding-top: 90px;
    position: absolute;
    z-index: 100;
}

.sec_cebra_img {background-image:url(../images/areas/acuatico/cebra/cabecera.jpg);}
.sec_cebra_txt01 {color: #fff;}
.sec_cebra_txt02 {color: #fff;}

.sec_salada_img {background-image:url(../images/areas/acuatico/salada/cabecera.jpg);}
.sec_salada_txt01 {color: #fff;}
.sec_salada_txt02 {color: #fff;}

.sec_algas_img {background-image:url(../images/areas/acuatico/algas/cabecera.jpg);}
.sec_algas_txt01 {color: #fff;}
.sec_algas_txt02 {color: #fff;}

/*-------  Areas  ---------*/
/*-------  higiene ambiental  ---------*/
.colmax_areas_ambiental {
	width: 1001px;
	overflow: hidden;
	display: block;
	height:232px;
	background-image:url(../images/areas/ambiental/cabecera.jpg);
	background-size: cover;
	background-position: right center;
}
.txt_foto_areas01_ambiental {
	color: #fff;
    font-family: "OXCTALTPro33ThinExtended";
    font-size: 50px;
    padding-left: 40px;
    padding-top: 50px;
    position: absolute;
    z-index: 100;
}
.txt_foto_areas02_ambiental {
	color: #fff;
    font-family: "OXCTALTPro33ThinExtended";
    font-size: 50px;
    padding-left: 120px;
    padding-top: 90px;
    position: absolute;
    z-index: 100;
}
.txt_foto_areas03_ambiental {
	color: #fff;
    font-family: "OXCTALTPro33ThinExtended";
    font-size: 50px;
    padding-left: 160px;
    padding-top: 130px;
    position: absolute;
    z-index: 100;
}

.sec_legionela_img {background-image:url(../images/areas/ambiental/legionela/cabecera.jpg);}
.sec_legionela_txt01 {color: #fff;}
.sec_legionela_txt02 {color: #fff;}
.sec_legionela_txt03 {color: #fff;}

.sec_plagas_img {background-image:url(../images/areas/ambiental/plagas/cabecera.jpg);}
.sec_plagas_txt01 {color: #000;}
.sec_plagas_txt02 {color: #000;}

.sec_aves_img {background-image:url(../images/areas/ambiental/aves/cabecera.jpg);}
.sec_aves_txt01 {color: #000;padding-left: 15px;}
.sec_aves_txt02 {color: #000;padding-left: 15px;}



/* menu areas derecha */
.menu_dcha  .btn_dcha_area {
	display: block;
	width: 229px;
	height: 22px;
	background: url(../images/areas/btn_menu_off_dcha.jpg) no-repeat top;
}
.menu_dcha  .btn_dcha_area:active {
	background: url(../images/empresa/btn_menu_on.jpg) no-repeat top;
}
.menu_dcha  .btn_dcha_area:hover {
	background: url(../images/empresa/btn_menu_on.jpg) no-repeat top;
}
.menu_dcha a {
    display: block;
    height: 22px;
    line-height: 15px;
    width: 229px;
    color: #FFFFFF;
    font-family: verdana, Arial, Helvetica, sans-serif;
}


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

.area {
    float: left;
    min-height: 430px;
    width: 735px;
}
.cajagris{
		background-image: url(../images/areas/bg_txt_cajagris.png);
		height: 146px;
		width: 730px;
}
.cajagris .txt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 12px;
}
.caja_area {
	width:363px;
	height:143px;
	float:left;
	background-image: url(../images/empresa/bg_texto.jpg);
	cursor: pointer;
}
.caja_area .titulo{
	font-size:21px;
	color: #fff;
	padding-left: 35px;
	padding-bottom: 5px;
	padding-top: 10px;
}
.caja_area .titulo_subarea{
	font-size:21px;
	color: #5b88c1;
	padding-left: 35px;
	padding-bottom: 12px;
	padding-top: 10px;
	width: 120px;
}
.caja_area .titulo_subarea_inf{
	font-size:21px;
	color: #fff;
	padding-left: 35px;
	padding-bottom: 12px;
	padding-top: 28px;
}

.caja_area .contenido{
	color: #fff;
	padding-left: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.caja_area .contenido ul{
	list-style: disc;
}
.caja_area .contenido .sublista{
	list-style: none;
	margin-left: -12px;
	display: inline;
}

/*area de noticias a la derecha*/
.noticias_dcha {
    background-color: #fff;
    float: right;
    height: auto;
    margin-bottom: 10px;
    padding: 10px;
    width: 230px;

	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);

}
.noticias_dcha  .cajanoticia_dcha {
    cursor: pointer;
    float: left;
    font-size: 10px;
    height: auto;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 8px;
    padding-top: 5px;
    width: auto;
}




.distribuidores  {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
	width: 220px;
}
.distribuidores label {
	width: 225px;
	margin-bottom: 5px;
	float: left;
}
.distribuidores input[type=text] {
	width: 217px;
	margin-bottom: 5px;
	float: left;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
	height: 18px;
}
.distribuidores textarea {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
}
.distribuidores select {
	width: 217px;
	float: left;
	color: #565656;
}
.btn_enviar {
	width: 73px;
	height: 21px;
	background: url("../images/btn_enviar.png") no-repeat center;
	padding-bottom: 3px;
	border: 0 none;
	font-size: 12px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	cursor: pointer;
}


/* ---------   area acceso clientes ------------ */
.clientes{
	background-image: url("../images/areaclientes/bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 305px;
    width: 445px;
}


.enviosub {
	background-image:url('../images/areaclientes/image_submit.jpg');
  	background-repeat:no-repeat;
  	width: 73px;
	height: 21px;
	border: 0 none;
	font-size: 12px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	padding-bottom: 3px;
}
.enviotxt {
	background-image:url('../images/areaclientes/input_text.jpg');
  	background-repeat:no-repeat;
	width: 147px!important;
	border: 0 none;
	height: 21px!important;
	/*border: 0 none;*/
	}
.accesoclientes {
    float: right;
    margin: 10px;
    width: 500px;
}
#clientes  {
	float: right;
	width: 500px;
}
#clientes thead {
	background-color: #5B88C1;
    color: #FFFFFF;
    font-weight: bold;
    height: 40px;
}
#clientes thead tr td {
    height: 40px;
    width: 20%;
}
#clientes td {
    border: 3px solid #FFFFFF;
     text-align: center;
}

#clientes tbody tr {
    background-color: #ADC3E0;
    border: 3px solid #FFFFFF;
    color: #000000;
    height: 32px;
}
.descarga {
	display: block;
	background: url(../images/areaclientes/descarga_off.png) no-repeat center;
	height: 25px;
    width: 100%;
}
.descarga:hover {
	background: url(../images/areaclientes/descarga_on.png) no-repeat center;
	display: block;
	 height: 25px;
    width: 100%;
}
#clientes .producto {
	text-align: left;
	padding-left: 10px;
	width: 60%;
}
.protocoloapp {
	font-size: 14px;
	font-weight: bold;
	color: #5B88C1;
}
/* ---------   trabajar con nostros  ------------ */
.colmax_trabaja {
	width: 1001px;
	overflow: hidden;
	display: block;
	height:232px;
	background-image:url(../images/trabnosotros/cabecera.jpg);
	background-size: cover;
	background-position: right center;
}
.txt_foto_trabaja01 {
	color: #fff;
    font-family: "OXCTALTPro33ThinExtended";
    font-size: 50px;
    padding-left: 40px;
    padding-top: 50px;
    position: absolute;
    z-index: 100;
}
.txt_foto_trabaja02 {
	color: #fff;
    font-family: "OXCTALTPro33ThinExtended";
    font-size: 50px;
    padding-left: 120px;
    padding-top: 90px;
    position: absolute;
    z-index: 100;
}
.trabnos{
	background-image: url("../images/trabnosotros/bg.png");
    background-position: right center;
    background-repeat: no-repeat;
    width: 233px;
}

/* ---------   contacto  ------------ */
.colmax_situacion {
	width: 1001px;
	overflow: hidden;
	display: block;
	height:232px;
	background-image:url(../images/situacion/cabecera.jpg);
	background-size: cover;
	background-position: right center;
}
.txt_foto_situacion01 {
	color: #fff;
    font-family: "OXCTALTPro33ThinExtended";
    font-size: 50px;
    padding-left: 40px;
    padding-top: 50px;
    position: absolute;
    z-index: 100;
}
.txt_foto_situacion02 {
	color: #fff;
    font-family: "OXCTALTPro33ThinExtended";
    font-size: 50px;
    padding-left: 120px;
    padding-top: 90px;
    position: absolute;
    z-index: 100;
}
.contacto{
	background-image: url("../images/contacto/bg.png");
    background-position: right top;
    background-repeat: no-repeat;
    min-height: 350px;
    width: 218px;
}
.mapagoogle {
	width:690px;
	height:420px;}
.formucontact {
	width:235px;
}

/* ---------   mapa web  ------------ */
.txt_titmweb {
	color: #173660;

}
.txt_titmweb_claro {
	color: #548dd4;
}
.hrmweb {
	color: #a0a0a0;
	background-color: #a0a0a0;
	height: 1px;
}
/* ---------   pie  ------------ */
#pie {
	width: 100%;
	overflow: hidden;
	display: block;
	font-size:10px;
}
#pie .logos_grupo {
	border-right: 1px solid #A0A8B2;
    width: 245px;
    float:left;
    height: 60px;
}
#pie .textopie {
	float:left;
	width:380px;
	display:block;
	margin-left: 10px;
	letter-spacing: 1px;
}
#pie .logos_calidad {
	float: right;
	display:block;
}
#pie a {
	text-decoration: none;
	 font-weight: bold !important;
}
#pie a:hover {
	font-weight: bold !important;
}



/* styles for desktop */
header { display:none;}
.idioma1 {display:block!important;}
.idioma2 {display:none!important;}

/* styles for mobile */
@media screen and (max-width: 600px) {
#movil {}
#movil #contenedor{ width:auto;}
#movil #cabecera {
    display: block;
    height: 90px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
#movil .logo{ width:155px;}
#movil #menu{
    font-size: 10px;
    height: 85px;
    margin-top: 10px;
    min-width: 0px;
    text-align: right;
    width: auto;}
#movil #menu .menu_links{
	height: 20px;
    margin-top: 5px;}
#movil #menu .menu_links li{
	display:none;}


#movil .menu_pral {background:none;}
#movil .idioma1 {display:none!important;}
#movil .idioma2 {display:block!important; height:20px;}
#movil .menu_pral { display:none;}
#movil header { display:block; margin-top:5px;}
	#movil header nav {
		background-color:#0D1838;
		width:100%;
		height:100%;
		left:-100%;
		margin:0;
		margin-top:5px;
		position: fixed;
		z-index:900;
	}

	#movil header nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    float: none;
    font-size: 18px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
	#movil header nav ul li a{ color:#FFF;}

	#movil .menu_bar {
		display:block;
		width:100%;
	}

	#movil .menu_bar .bt-menu {
		display:block;
		padding-top:0px;
		padding-bottom:0px;
		padding-right:10px;
		color:#0D1838;
		text-decoration:none;
		font-weight: bold;
		font-size:40px;
	}

	#movil .menu_bar span {
		float:right;
		font-size:40px;
	}

#movil .colmax{ width:100%;}
#movil #wrapper {width: 100%;}
#movil .nivo-caption p {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding-bottom: 70px;
    padding-left: 25px;
}

.cajahoriz {
	width: 100%;
	overflow: hidden;
	display: block;
	margin:0 auto;
}
.cajahoriz .caja01 {
    cursor: pointer;
    float: none;
    height: auto;
    margin: 10px;
    padding: 10px;
    position: relative;
    width: auto;
	background-size:cover;

	  -webkit-box-shadow: 0 8px 6px -6px #999;
     -moz-box-shadow: 0 8px 6px -6px #999;
          box-shadow: 0 8px 6px -6px #999;
}
.cajahoriz .caja01 .titulo {
	margin-top: 5px;
	min-height: 10px;
}
.cajahoriz .caja01 .desc {
	margin-top: 5px;
	margin-left: 17px;
	font-size: 14px;
}
.cajahoriz .caja01 ul{}
.cajahoriz .caja01 .sublista{}
#movil .cajahoriz .caja01 .col_w100 {width:auto;}
#movil .cajahoriz .caja01 .col_w150 {width:auto;}



.cajahoriz_noticias {
	float:none;
	margin:0 auto;
	background-image:none;
	width: 100%;
	height:auto;
}
.cajanoticia {
    font-size: 10px;
    height: 129px;
    overflow: hidden;
    width:auto;
	background-color:#FFF;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	padding:15px;

-webkit-box-shadow: 5px 5px 5px 0px rgba(153,153,153,0.75);
-moz-box-shadow: 5px 5px 5px 0px rgba(153,153,153,0.75);
box-shadow: 5px 5px 5px 0px rgba(153,153,153,0.75);
}
.cajanoticia .titulo {
	font-size: 12px;
	min-height: 30px;
}
.cajanoticia .contenido {
	bottom: 0px;
}
.cajahoriz_noticias .caja01 {}
.cajahoriz_noticias .caja01 .titulo {}
.cajahoriz_noticias .caja01 .desc {}
.cajahoriz_noticias .caja01 ul{}
.cajahoriz_noticias .caja01 .sublista{}
.cajamapa_es {
	float:none;
	width: 248px;
	height: 149px;
	margin:0 auto;
	margin-top:15px;
}
.cajamapa_es:hover {
	float: none;
	width: 248px;
	height: 149px;
	margin:0 auto;
	margin-top:15px;
}
.cajamapa_en {
	float:none;
	width: 248px;
	height: 149px;
	margin:0 auto;
	margin-top:15px;
}
.cajamapa_en:hover {
	float: none;
	width: 248px;
	height: 149px;
	margin:0 auto;
	margin-top:15px;
}
#pie .logos_grupo {
    border-right:none;
    float: none;
    height: 60px;
    margin: 0 auto;
	margin-bottom:10px;
    width: 245px;
}
.h30 {height: 20px;}
#pie .textopie {
    float:none;
	margin:0 auto;
    width:auto;
	padding:10px;
	text-align:center;
}
#pie .logos_calidad {
    display: block;
    float:none;
	margin:0 auto;
}
#pie .logos_calidad img{ width:100%;}

/* ---------------------    EMPRESA  ---------------  */
.colmax_empresa {
	width:auto;
	overflow: hidden;
	display: block;
	height:120px;
	background-image:url(../images/empresa/cabecera.jpg);
	background-size: cover;
	background-position: right center;
}
.txt_foto_empresa01 {
	font-size: 25px;
	padding-top: 30px;
	padding-left: 10px;
}
.txt_foto_empresa02 {
	font-size: 25px;
	padding-left: 20px;
	padding-top: 60px;
}
.empresa {
    float: left;
    /*width:auto;*/
	width:100%;
	background-color:#FFF;
}
.empresa_sup {
    background-image:none;
	background-color:#999;
    float: left;
    height: 1px;
    width:100%;
}
.empresa_inf {
    background-image:none;
	background-color:#999;
    float: left;
    height: 1px;
    width:100%;
	margin-top:20px;
}
.empresa_centro {
    background-image: url("../images/empresa/bg_centro.jpg");
    background-repeat: repeat-y;
    float: left;
    min-height: 200px;
    width: 100%;
}
.empresa_centro .texto {
    float:left;
	margin:0 auto;
    width:auto;
	padding:10px;
	/*text-align:justify;*/
}

.empresa_centro .cajatexto {width:94%;}
.empresa_centro .cajatexto ul li{ margin-left:20px;}
.empresa_centro .cajatexto .logotipo {}
.empresa_centro .cajatexto .logotipo img{width:100%;}
.empresa_centro .cajatexto .textosector {width:95%;}
.empresa_centro .cajatexto .textosector-p20 {
	width:95%;
	padding-left:0px;}
.empresa_centro .cajatexto .textosector-p20 h2{}
.empresa_inf_mini {
    width:100%;
}

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

.menu_dcha_sup {display:none;}
.menu_dcha_inf {display:none;}
.menu_dcha_centro {
    background-image:none;
    float: left;
	border:#666 solid 1px;
	margin:5px;
	padding:5px;
	background-color:#FFF;
	width:93%;
	overflow:hidden;
}
.menu_dcha .contenido {padding: 0px; width:107%;}
.menu_dcha .btn_dcha {
 background: rgba(0, 0, 0, 0) url("../images/empresa/btn_menu_off.jpg") repeat-x scroll center top;
    display: block;
    height: 25px;
    text-align: center;
    width:93%;
	font-size:16px;
}
.menu_dcha .btn_dcha_area {
    background: rgba(0, 0, 0, 0) url("../images/areas/btn_menu_off_dcha.jpg") repeat-x scroll center top;
    display: block;
    height: 25px;
    width: 95%;
	font-size:16px;
}
.menu_dcha  .btn_dcha_area:active {
	background: url(../images/empresa/btn_menu_on.jpg) repeat-x top;
}
.menu_dcha  .btn_dcha_area:hover {
	background: url(../images/empresa/btn_menu_on.jpg) repeat-x top;
}

.menu_dcha .btn_dcha:active {
	background: url(../images/empresa/btn_menu_on.jpg) repeat-x top;
}
.menu_dcha .btn_dcha:hover {
	background: url(../images/empresa/btn_menu_on.jpg) repeat-x top;
}
.logoempresa{
    float: left;
    margin-left: 2px;
    margin-top: 10px;
}
.img_logosoxcta{
	background-image: url("../images/empresa/logos_oxcta.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    width: 100%;}
#abrofancy7 { display:none;}
#sinfancy7 {display:block;}
.logootrasempresas {
	float:left;
	margin-top:15px;
	width:100%;
	text-align:left;
}
.txtotrasempresas {
    float: left;
    margin-top: 5px;
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
}

/*--------------- I+D+I+a   ---------------------*/
.colmax_idia {
	width: auto;
	height:120px;
	background-size: cover;
	background-position: right center;
}
.txt_foto_tit {
	font-size: 25px;
	padding-top: 20px;
	padding-left: 10px;
}
.txt_foto_subtit {
    font-size: 16px;
    padding-left: 10px;
    padding-top: 50px;
	line-height:18px;
    width:70%;
}

.caja_dcha {
	float:left;
    width:100%;
}
.caja_dcha_sup {display:none;}
.caja_dcha_centro {
    background-image:none;
    float: left;
	border:#666 solid 1px;
	margin:5px;
	padding:5px;
	background-color:#FFF;
	width:93%;
	overflow:hidden;
}
.caja_dcha_inf { display:none;}
.caja_dcha .contenido{padding: 0px;}

.idi {width:100%;}
.idi .idi_detalle {
	width:95%;
	background-image:none;
	background-color:#DFDFDF;
    color: #0c1738;
    float: left;
    min-height: none;
    position: relative;
	padding:2.5%
	}
.idi .idi_detalle .foto {
	float: left;
	margin:0px;
	width:100%;
	max-width:none;
	max-height:none;
}
.idi .idi_detalle .foto img{ width:100%;}
.idi .idi_detalle .titulo {
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-left: 0px;
    margin-top: 5px;
    width: 100%;
}
.idi .idi_detalle .texto {
	width:100%;
	margin-left:0px;}
.idi .leer {
    float: left;
    font-size: 10px;
    margin-bottom: 5px;
	margin-top:10px;
	margin-left:0px;
    position:relative;
    bottom: 0;
    text-align: right;
    width: 100%;
}
.idi .enlacearchivo {
    float: left;
    font-size: 10px;
    margin-bottom: 5px;
    bottom: 0;
    margin-left: 0px;
}

.idi .idi_detalle_uno {
    float: left;
    width: 95%;
	padding:2.5%;
    background-image:none;
	background-color:#DFDFDF;
}
.idi .idi_detalle_uno .foto {
	float: left;
	margin:0px;
	width:100%;
	max-width:none;
	max-height:none;
}
.idi .idi_detalle_uno .foto img{ width:100%;}
.idi .idi_detalle_uno .titulo {
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-left: 0px;
    margin-top: 5px;
    width: 100%;
}
.idi .idi_detalle_uno .texto {
	width:100%;
	margin-left:0px;
}
.pagina {
	background-color: #fff;
	float: left;
	padding: 3px;
	border: 1px solid #0c1738;
	margin: 3px;
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
    width: 15px;
}

/*-------  Areas  ---------*/

.colmax_areas {
	width:auto;
	height:120px;
	background-size: cover;
	background-position: right center;
}
.txt_foto_areas01 {
    font-size: 25px;
    padding-left: 10px;
    padding-top: 10px;
}
.txt_foto_areas01 .epsilon_tit {
    font-size: 30px;
}
.txt_foto_areas02 {
    font-size: 16px;
    padding-left: 10px;
    padding-top: 50px;
}
.txt_foto_areas03 {
    font-size: 16px;
    padding-left: 10px;
    padding-top: 65px;
}
.txt_foto_areas04 {
    font-size: 16px;
    padding-left: 10px;
    padding-top: 80px;
}

.area {
    float: left;
    min-height: 430px;
    width:100%;
}
.caja_area {
	float:none;
	margin:0 auto;
	margin-bottom:5px;}
.caja_area .titulo {padding-left: 20px;}
.caja_area .contenido {
    font-size: 10px;
    padding-left: 35px;
}
.areas .h15 { height:0px;}
.area .h15 { height:0px;}

/*.areas .noticias_dcha {display:none;}*/
.noticias_dcha {display:none;}

.menu_areas {display:none;}
.menu_areas_movil {display:block;}
.menu_areas_movil select{
	background-color: #0d1838;
    border: medium none;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    height: 30px;
    padding-right: 10px;
    text-align: right;
    width: 100%;
}
.cajagris {
    background-image:none;
	background-color:#E6E6E6;
    height:auto;
    width:100%;
}


/*-------  Areas  ---------*/
/*-------  sanidad animal  ---------*/
.colmax_areas_animal {
	width:100%;
	height:120px;
}
.txt_foto_areas01_animal {
    font-size: 30px;
    padding-left: 20px;
    padding-top: 15px;
}
.txt_foto_areas02_animal {
    font-size: 25px;
    padding-left: 50px;
    padding-top: 40px;
}

.sec_bovino_img {width:100%; height:120px;}
.sec_bovino_txt01 {font-size: 30px;padding-left: 20px;padding-top: 15px;}
.sec_bovino_txt02 {font-size: 25px;padding-left: 50px;padding-top: 40px;}

.sec_porcino_img {width:100%; height:120px;}
.sec_porcino_txt01 {font-size: 30px;padding-left: 20px;padding-top: 15px;}
.sec_porcino_txt02 {font-size: 25px;padding-left: 50px;padding-top: 40px;}

.sec_avicola_img {width:100%; height:120px;}
.sec_avicola_txt01 {font-size: 30px;padding-left: 20px;padding-top: 15px;}
.sec_avicola_txt02 {font-size: 25px;padding-left: 50px;padding-top: 40px;}

.sec_bovino_img {width:100%; height:120px;}
.sec_bovino_txt01 {font-size: 30px;padding-left: 20px;padding-top: 15px;}
.sec_bovino_txt02 {font-size: 25px;padding-left: 50px;padding-top: 40px;}

.sec_acuicola_img {width:100%; height:120px;}
.sec_acuicola_txt01 {font-size: 30px;padding-left: 20px;padding-top: 15px;}
.sec_acuicola_txt02 {font-size: 25px;padding-left: 50px;padding-top: 40px;}

.sec_multiesp_img {width:100%; height:120px;}
.sec_multiesp_txt01 {font-size: 30px;padding-left: 20px;padding-top: 15px;}
.sec_multiesp_txt02 {font-size: 25px;padding-left: 50px;padding-top: 40px;}

.sec_peque_img {width:100%; height:120px;}
.sec_peque_txt01 {font-size: 30px;padding-left: 20px;padding-top: 15px;}
.sec_peque_txt02 {font-size: 25px;padding-left: 50px;padding-top: 40px;}

.sec_equiposmed_img {width:100%; height:120px;}
.sec_equiposmed_txt01 {font-size: 30px;padding-left: 20px;padding-top: 15px;}
.sec_equiposmed_txt02 {font-size: 25px;padding-left: 50px;padding-top: 40px;}

.img_grande_cajatexto {width:90%; margin-left:0%;}
.img_grande_cajatexto2 {margin-left:0%;width:100%;}
.img_grande_cajatexto2 img{width:100%;}

/*-------  Areas  ---------*/
/*-------  defensa sanitaria  ---------*/
.colmax_areas_vegetal {
	width:100%;
	height:120px;
}
.txt_foto_areas01_vegetal {
    font-size: 30px;
    padding-left: 20px;
    padding-top: 15px;
}
.txt_foto_areas02_vegetal {
    font-size: 25px;
    padding-left: 50px;
    padding-top: 40px;
}

/*-------  Areas  ---------*/
/*-------  salud publica  ---------*/
.colmax_areas_publica {
	width:100%;
	height:120px;
}
.txt_foto_areas01_publica {
    font-size: 30px;
    padding-left: 20px;
    padding-top: 15px;
}
.txt_foto_areas02_publica {
    font-size: 25px;
    padding-left: 50px;
    padding-top: 40px;
}

.sec_tratamiento_img {width:100%; height:120px;}
.sec_tratamiento_txt01 {font-size: 30px;padding-left: 20px;padding-top: 15px;}
.sec_tratamiento_txt02 {font-size: 25px;padding-left: 50px;padding-top: 40px;}

.sec_piscinas_img {width:100%; height:120px;}
.sec_piscinas_txt01 {font-size: 30px;padding-left: 20px;padding-top: 15px;}
.sec_piscinas_txt02 {font-size: 25px;padding-left: 50px;padding-top: 40px;}

.sec_higiene_img {width:100%; height:120px;}
.sec_higiene_txt01 {font-size: 30px;padding-left: 20px;padding-top: 15px;}
.sec_higiene_txt02 {font-size: 25px;padding-left: 50px;padding-top: 40px;}

/*-------  Areas  ---------*/
/*-------  industria alimentaria  ---------*/
.colmax_areas_alimentaria {
	width:100%;
	height:120px;
}
.txt_foto_areas01_alimentaria {
    font-size: 30px;
    padding-left: 20px;
    padding-top: 15px;
}
.txt_foto_areas02_alimentaria {
    font-size: 25px;
    padding-left: 50px;
    padding-top: 40px;
}

.sec_bio_img {width:100%; height:120px;}
.sec_bio_txt01 {font-size: 30px;padding-left: 20px;padding-top: 15px;}
.sec_bio_txt02 {font-size: 25px;padding-left: 50px;padding-top: 40px;}

.sec_app_img {width:100%; height:120px;}
.sec_app_txt01 {font-size: 30px;padding-left: 20px;padding-top: 15px;}
.sec_app_txt02 {font-size: 25px;padding-left: 50px;padding-top: 40px;}

.sec_lab_img {width:100%; height:120px;}
.sec_lab_txt01 {font-size: 30px;padding-left: 20px;padding-top: 15px;}
.sec_lab_txt02 {font-size: 25px;padding-left: 50px;padding-top: 40px;}

/*-------  Areas  ---------*/
/*-------  medio acuatico  ---------*/
.colmax_areas_acuatico {
	width:100%;
	height:120px;
}
.txt_foto_areas01_acuatico {
    font-size: 30px;
    padding-left: 20px;
    padding-top: 15px;
}
.txt_foto_areas02_acuatico {
    font-size: 25px;
    padding-left: 50px;
    padding-top: 40px;
}

.sec_cebra_img {width:100%; height:120px;}
.sec_cebra_txt01 {font-size: 30px;padding-left: 20px;padding-top: 15px;}
.sec_cebra_txt02 {font-size: 25px;padding-left: 50px;padding-top: 40px;}

.sec_salada_img {width:100%; height:120px;}
.sec_salada_txt01 {font-size: 30px;padding-left: 20px;padding-top: 15px;}
.sec_salada_txt02 {font-size: 25px;padding-left: 50px;padding-top: 40px;}

.sec_algas_img {width:100%; height:120px;}
.sec_algas_txt01 {font-size: 30px;padding-left: 20px;padding-top: 15px;}
.sec_algas_txt02 {font-size: 25px;padding-left: 50px;padding-top: 40px;}

/*-------  Areas  ---------*/
/*-------  higiene ambiental  ---------*/
.colmax_areas_ambiental {
	width:100%;
	height:120px;
}
.txt_foto_areas01_ambiental {
    font-size: 30px;
    padding-left: 20px;
    padding-top: 15px;
}
.txt_foto_areas02_ambiental {
    font-size: 25px;
    padding-left: 70px;
    padding-top: 40px;
}

.sec_legionela_img {width:100%; height:120px;}
.sec_legionela_txt01 {font-size: 30px;padding-left: 20px;padding-top: 15px;}
.sec_legionela_txt02 {font-size: 25px;padding-left: 50px;padding-top: 40px;}
.sec_legionela_txt03 {font-size: 25px;padding-left: 80px;padding-top: 60px;}

.sec_plagas_img {width:100%; height:120px;}
.sec_plagas_txt01 {font-size: 30px;padding-left: 20px;padding-top: 15px;}
.sec_plagas_txt02 {font-size: 25px;padding-left: 50px;padding-top: 40px;}

.sec_aves_img {width:100%; height:120px;}
.sec_aves_txt01 {font-size: 30px;padding-left: 20px;padding-top: 15px;}
.sec_aves_txt02 {font-size: 25px;padding-left: 50px;padding-top: 40px;}

/*-------  contacto  ---------*/
.colmax_situacion {
	width:100%;
	height:120px;
}
.txt_foto_situacion01 {
    font-size: 30px;
    padding-left: 20px;
    padding-top: 15px;
}
.txt_foto_situacion02 {
    font-size: 25px;
    padding-left: 70px;
    padding-top: 40px;
}
.mapagoogle {
	width:350px;
	height:300px;}
.formucontact {
	width:auto;
}

/*-------  trabaja  ---------*/
.colmax_trabaja {
	width:100%;
	height:120px;
}
.txt_foto_trabaja01 {
    font-size: 30px;
    padding-left: 20px;
    padding-top: 15px;
	color:#000;
}
.txt_foto_trabaja02 {
    font-size: 25px;
    padding-left: 70px;
    padding-top: 40px;
	color:#000;
}

}
@media screen and (max-width: 320px) {

}

/********************* aviso cookies ***********************/
/****************/
/* Cookie Dialog */
    #gdpr-cookie-message {
        position: fixed;
        right: 30px;
        bottom: 30px;
        max-width: 375px;
        background-color: #436493;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 6px 6px rgba(0,0,0,0.25);
        margin-left: 30px;
        font-family: system-ui;
    }
    #gdpr-cookie-message h4 {
        color: var(--red);
        font-family: 'Quicksand', sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    #gdpr-cookie-message h5 {
        color: var(--red);
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    #gdpr-cookie-message p, #gdpr-cookie-message ul {
        color: white;
        font-size: 15px;
        line-height: 1.5em;
    }
    #gdpr-cookie-message p:last-child {
        margin-bottom: 0;
        text-align: right;
    }
    #gdpr-cookie-message li {
        width: 49%;
        display: inline-block;
    }
    #gdpr-cookie-message a {
        color: var(--red);
        text-decoration: none;
        font-size: 15px;
        padding-bottom: 2px;
        border-bottom: 1px dotted rgba(255,255,255,0.75);
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message a:hover {
        color:  #0b1738;
        border-bottom-color: #0b1738;
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message button {
        border: none;
        background: #0b1738;
        color: white;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        padding: 7px;
        border-radius: 3px;
        margin-left: 15px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message button:hover {
        background: white;
        color: #0b1738;
        transition: all 0.3s ease-in;
    }
    button#gdpr-cookie-advanced {
        background: white;
        color: var(--red);
    }
    #gdpr-cookie-message button:disabled {
        opacity: 0.3;
    }
    #gdpr-cookie-message input[type="checkbox"] {
        float: none;
        margin-top: 0;
        margin-right: 5px;
    }
