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

/* font-family: 'Open Sans', sans-serif; */

body {
	background-image:url(../img/fondo.jpg);
	background-position:top center;
	font-family:Arial, sans-serif;
}

p{ text-align:justify;}

p, table {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	margin-bottom:15px;
	line-height:17px;
	font-size:12px;
}

p.copete {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	margin-bottom:15px;
	line-height:17px;
	font-size:12px;
	font-style:italic;
}

a {
	color:#4DA6EB;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	color:#4CA5EB;
	font-size:12px;
	font-weight:700;
	margin-bottom:5px;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	color:#002F66;
	font-size:13px;
	font-weight:700;
	margin-bottom:5px;
}
.clear {
	clear:both;
}
#caja_cabezal {
	background-image:url(../img/cabezal_2.png);
	width:100%;
	height:160px;
	background-position:top center;
	background-repeat:no-repeat;
}
#contenedor {
	width:920px;
	margin:20px auto;
}
#cabezal {
	width:920px;
	margin:0 auto;
}
#logo {
	background:url(../img/logo-blanco.png) no-repeat center center transparent;
	width:187px;
	height:112px;
	float:left;
	margin-top:16px;
}
#logo a {
	display:block;
	height:34px;
}

#logo_ancap{
	background:url(../img/ancap_portland.png) no-repeat center center transparent;
	width:95px;
	height:38px;
	float:right;
	margin-top:41px;
	display:block;
}
#caja_pie {
	width:100%;
	background-image:url(../img/pie_2.png);
	height:86px;
	background-position:top center;
}
#pie {
	width:920px;
	margin:0 auto;
}
#pie ul li {
	background-image:url(../img/barra_pie.png);
	line-height:26px;
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:15px;
	float:left;
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
	margin-top:40px;
	font-size:13px;
	margin-left:15px;
}
#pie ul li a {
	text-decoration:none;
}
#pie ul li a:hover {
	text-decoration:underline;
}
#menu {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:13px;
	width:200px;
	float:left;
}
#menu ul li {
	list-style-type:none;
	background-image:url(../img/barra_menu.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	width:200px;
	padding-bottom:1px;
}
#menu ul li a {
	text-decoration:none;
	color:#002F66;
	line-height:38px;
	display:block;
	padding-left:12px;
	-webkit-transition:color 0.2s ease-in;
	-moz-transition:color 0.2s ease-in;
	-o-transition:color 0.2s ease-in;
	transition:color 0.2s ease-in;
	-webkit-transition:background-color 0.2s ease-in;
	-moz-transition:background-color 0.2s ease-in;
	-o-transition:background-color 0.2s ease-in;
	transition:background-color 0.2s ease-in;
}
#menu ul li a:hover {
	color:#fff;
	background-color:#666;
	-webkit-transition:color 0.2s ease-in;
	-moz-transition:color 0.2s ease-in;
	-o-transition:color 0.2s ease-in;
	transition:color 0.2s ease-in;
	-webkit-transition:background-color 0.2s ease-in;
	-moz-transition:background-color 0.2s ease-in;
	-o-transition:background-color 0.2s ease-in;
	transition:background-color 0.2s ease-in;
}
#menu ul li a.activo {
	color:#fff;
	background-color:#666;
}
.accordionButton {
	text-decoration:none;
	color:#002F66;
	line-height:38px;
	display:block;
	padding-left:12px;
	-webkit-transition:color 0.2s ease-in;
	-moz-transition:color 0.2s ease-in;
	-o-transition:color 0.2s ease-in;
	transition:color 0.2s ease-in;
	-webkit-transition:background-color 0.2s ease-in;
	-moz-transition:background-color 0.2s ease-in;
	-o-transition:background-color 0.2s ease-in;
	transition:background-color 0.2s ease-in;
}
.accordionButton:hover {
	color:#fff;
	background-color:#666;
	background-image:url(../img/img_accordion_2.png);
	background-repeat:no-repeat;
	background-position:right center;
	-webkit-transition:color 0.2s ease-in;
	-moz-transition:color 0.2s ease-in;
	-o-transition:color 0.2s ease-in;
	transition:color 0.2s ease-in;
	-webkit-transition:background-color 0.2s ease-in;
	-moz-transition:background-color 0.2s ease-in;
	-o-transition:background-color 0.2s ease-in;
	transition:background-color 0.2s ease-in;
}
ul.accordionContent li a.submenu {
	color:#4CA5EB;
	-webkit-transition:color 0.2s ease-in;
	-moz-transition:color 0.2s ease-in;
	-o-transition:color 0.2s ease-in;
	transition:color 0.2s ease-in;
	-webkit-transition:background-color 0.2s ease-in;
	-moz-transition:background-color 0.2s ease-in;
	-o-transition:background-color 0.2s ease-in;
	transition:background-color 0.2s ease-in;
}
ul.accordionContent li a.submenu:hover {
	background-color:#4CA5EB;
	color:#fff;
	-webkit-transition:color 0.2s ease-in;
	-moz-transition:color 0.2s ease-in;
	-o-transition:color 0.2s ease-in;
	transition:color 0.2s ease-in;
	-webkit-transition:background-color 0.2s ease-in;
	-moz-transition:background-color 0.2s ease-in;
	-o-transition:background-color 0.2s ease-in;
	transition:background-color 0.2s ease-in;
}
.on {
	color:#FFF;
	background-color:#666;
	background-image:url(../img/img_accordion_2_hover.png);
	background-repeat:no-repeat;
	background-position:right center;
}
#contenido {
	width:690px;
	float:right;
}
#slides, #slides .slides_container{
	position:relative;
	display:block;
	width:690px;
	height:272px;
}

#slides .slides_container .slide{
	background-position:center center;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	display:block;
	width:690px;
	height:272px;	
}

#slides .pagination {
	z-index: 999;
	position:absolute;
	top:240px;
	right:30px;
}
#slides .pagination li {
	float: left;
	margin: 0 8px 0 0;
	background-image:url(../img/slides_bullet_2.png);
	width:11px;
	height:11px;
	overflow:hidden;
	background-position:top left;
}
#slides .pagination li a {
	padding:11px 0 0 11px;
	width:0px;
	height:0px;
}
#slides .pagination .current {
	background-image:url(../img/slides_bullet_2.png);
	background-position:bottom left;
}
#slides .pagination li a {
	width:11px;
	height:11px;
	display:block;
}
#slides .pagination li a:hover {
	background-image:url(../img/slides_bullet_2.png);
	background-position:bottom left;
}
.barra_slide {
	background-image:url(../img/fondo_slide.png);
	line-height:50px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:15px;
	position:absolute;
	color:#FFFFFF;
	bottom:0px;
	left:0;
	padding-left:30px;
	width:100%;
}
#recomendados {
	width:390px;
	float:left;
	margin-top:30px;
}
.caja_producto {
	width:390px;
	height:78px;
	position:relative;
	background-image:url(../img/fondo_recomendados_2.png);
	background-position:top left;
}
.caja_producto a {
	width:390px;
	height:78px;
	position:absolute;
	top:0;
	left:0;
	display:block;
}
.caja_producto:hover {
	background-position:bottom left;
}
.img_producto {
	float:left;
	margin:4px 13px 0 4px;
}
.info_producto {
	margin-top:10px;
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:13px;
	color:#333;
}

.info_producto span {
	font-weight:600;
	font-size:14px;
}

.caja_producto:hover .info_producto{
	color:#fff;
}


.barra {
	background-image:url(../img/barra_menu.png);
	width:100%;
	height:1px;
	clear:both;
}
#botones_inicio {
	float:right;
	width:270px;
	margin-top:30px;
}

.btn_conozca{
	background-position:top left;
	background-repeat:no-repeat ;
	width:190px;
	line-height:45px;
	padding-left:80px;
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:12px;
	color:#002F66;
	position:relative;
}

#btn_procesos {
	background-image:url(../img/btn_procesos.png);
}

#btn_plantas {
	background-image:url(../img/btn_plantas.png);
}

#btn_plantas_2 {
	background-image:url(../img/btn_plantas_2.png);
}

.btn_conozca a {
	display:block;
	width:270px;
	height:45px;
	position:absolute;
	top:0;
	left:0;
}
.btn_conozca:hover{
	background-position:bottom left;
	color:#fff;
	background-color:#666;
}
#empresa_izq {
	width:390px;
	float:left;
}
#empresa_der {
	width:270px;
	float:right;
}
#empresa_der ul li {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	margin-bottom:8px;
	font-size:12px;
	background-image:url(../img/bullet.png);
	background-repeat:no-repeat;
	padding-left:28px;
}
#img_producto_final {
	width:390px;
	/*height:293px;*/
	margin-bottom:17px;
}
.caja_producto_final {
	background-image:url(../img/fondo_productos_2.png);
	width:270px;
	height:78px;
	background-position:top left;
	position:relative;
}
.caja_producto_final a {
	display:block;
	width:270px;
	height:78px;
	position:absolute;
	top:0;
	left:0;
}
.caja_producto_final:hover {
	background-position:bottom left;
}

.caja_producto_final:hover .info_producto_final{
	color:#FFF;
}

.info_producto_final {
	float:left;
	width:110px;
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:13px;
	color:#002F66;
}
.info_producto_final span {
	font-weight:600;
}

.menu_box{
	float:right;
}

#area_clientes {
	background-image:url(../img/ico_clientes.png);
	background-position:top right;
	background-repeat:no-repeat;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:11px;
	line-height:16px;
	padding-right:25px;
	color:#fff;
	text-decoration:none;
	margin-right:17px;
	display:inline-block;
}
#area_clientes:hover {
	background-position:bottom right;
	color:#FABF02;
}
#contacto {
	background-image:url(../img/ico_contacto.png);
	background-position:top right;
	background-repeat:no-repeat;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:11px;
	line-height:12px;
	padding-right:30px;
	color:#fff;
	margin-top:20px;
	text-decoration:none;
	display:inline-block;
	margin-right:17px;
}
#contacto:hover {
	background-position:bottom right;
	color:#FABF02;
}
#trabaje {
	background-image:url(../img/ico_trabaje.png);
	background-position:top right;
	background-repeat:no-repeat;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:11px;
	line-height:12px;
	padding-right:25px;
	color:#fff;
	text-decoration:none;
	margin-right:17px;
	display:inline-block;
}
#trabaje:hover {
	background-position:bottom right;
	color:#FABF02;
}

.fabricacion_izq {
	float:left;
	position:relative;
	width:129px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:10px;
}
.fabricacion_der {
	float:right;
	position:relative;
	width:129px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:10px;
}
.fabricacion_der a, .fabricacion_izq a {
	color:#002652;
}
.numero {
	position:absolute;
	height:20px;
	width:22px;
	top:-5px;
	left:-5px;
	background-color:#4EA7EB;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding-top:2px;
}
.fabricacion_izq img, .fabricacion_der img {
	margin-bottom:5px;
}
.enlaces {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	line-height:19px;
	background-image:url(../img/barra_menu.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:10px;
	width:305px;
	float:left;
	margin-right:80px;
	margin-top:15px;
}
.input_txt {
	margin:0 0 12px 0;
	float:left;
	width:240px;
	height:28px;
	background:url(../img/input_nombre.jpg);
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#002652;
	font-size:12px;
	padding:2px 0 0 30px;
}
.input_txt_2 {
	margin:0 0 12px 0;
	float:left;
	width:240px;
	height:28px;
	background:url(../img/input_telefono.jpg);
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#002652;
	font-size:12px;
	padding:2px 0 0 30px;
}
.input_txt_3 {
	margin:0 0 12px 0;
	float:left;
	width:235px;
	height:28px;
	background:url(../img/input_mail.jpg);
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#002652;
	font-size:12px;
	padding:2px 0 0 35px;
}
.input_textarea {
	margin:0 0 10px 0;
	resize:none;
	float:left;
	width:235px;
	height:163px;
	background:url(../img/input_mensaje.jpg);
	border:0;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#002652;
	font-size:12px;
	padding:7px 0 0 35px;
}
.btn_enviar {
	border:0;
	background-color:#002652;
	text-align:center;
	float:right;
	width:90px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	height:28px;
	display:block;
	cursor:pointer;
}
.btn_enviar:hover {
	background-color:#4CA5EB;
	color:#fff;
}

#menu ul li a.accordionButton.on {
	color:#fff;!important
}

#map{
	display:block;
	width:690px;
	height:590px;
}

.caja_contacto{
	margin-bottom:10px;
}

.caja_contacto b{
	display:block;
	font-size:12px;
	padding-top:5px;
}

.caja_contacto span, .caja_contacto a{
	display:inline-block;
	font-size:12px;
	padding-left:14px;
	line-height:10px;
	background-image:url(../img/contacto.png);
	background-repeat:no-repeat;
}

.caja_contacto span{
	background-position:left top;
	margin-right:10px;
}

.caja_contacto a{
	background-position:left bottom;
}

.titular{
	border-bottom:1px dashed #D9DFE5;
	padding-bottom:10px;
}

.titular .fecha{
	float:right;
	color:#000000;
	font-size:12px;
	font-weight:normal;
}

.pic{
	display:block;
	text-align:center;
	width:391px;
	margin-bottom:10px;
}


.listado td{
	border-bottom:1px dashed #D9DFE5;
}

.listado a{
	font-weight:normal;
	font-size:12px;
	color:#002652;
	text-decoration:none;
	background:url(../img/link.png) no-repeat 255px center transparent;
	display:block;
	padding:10px 15px;	
}

.listado td:hover{
	background-color:#666;
}

.listado td:hover *, .listado td:hover .fecha{
	color:#FFF;
}

.listado td:hover a{
	background:url(../img/link_2.png) no-repeat 255px center transparent;
}

.listado a .fecha{
	display:block;
	font-weight:normal;
	font-size:11px;
	color:#999999;
	text-decoration:none;
	margin-bottom:5px;
}

.pic_der{
	display:block;
	width:315px;
	position:relative;
	margin-bottom:20px;
}

.zoom{
	display:block;
	width:100%;
	height:100%;
	position:absolute;	
}

.zoom:hover{
	background:url(../img/zoom.png) no-repeat center center transparent;
}


.publicacion{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	background-image:url(../img/barra_menu.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:10px;
	width:305px;
	float:left;
	margin-right:40px;
	margin-top:15px;
	position:relative;
}

.publicacion .link{
	text-decoration:none;
	color:#000000;
	display:block;
	width:305px;
	height:100%;
	background:url(../img/ext/file-pdf.png) no-repeat right center transparent;	
}
.publicacion .fecha{
	color:#4DA6EB;
	display:inline;
}

.dropdown{
	width:710px;
}

.dropdown h1{
	line-height:30px;
	padding:0 20px;
	color:#002652;
	border-bottom:1px dashed #D9DFE5;
	background:url(../img/dropdown.png) no-repeat 680px top #FABF02;
	cursor:pointer;
	margin-bottom:0;	
}

.dropdown h1.active{
	color:#FABF02;
	background:url(../img/dropdown.png) no-repeat 680px bottom #002652;		
}

.dropdown .contenido{
	padding:20px 10px;
	display:none;
}

.dropdown .contenido .izq{
	float:left;
	display:block;
	width:400px;
	margin-right:15px;

}

.dropdown .contenido .der{
	float:right;
	display:block;
	width:268px;
}

.dropdown .contenido li{
	font-size:12px;
	padding-left:15px;
	margin-bottom:10px;
	background:url(../img/bullet.png) no-repeat -14px 0 transparent;	
}

.dropdown .contenido h1{
	line-height: 30px;
	color: #002652;
	cursor: pointer;
	margin-bottom: 0;
	padding:0;
	background:none;
	border:0;
}

.th_gal{
	display:block;
	width:74px;
	height:74px;
	overflow:hidden;
	margin-right:5px;
	margin-bottom:5px;	
	float:left;
	background-size:cover;
	background-position:center center;
}

.th_gal:hover{
	outline:4px solid #FABF02; 
}

.th_gal:nth-of-type(5){
	margin-right:0;
}


.th_gal_prod{
	display:block;
	width:74px;
	height:74px;
	overflow:hidden;
	margin-right:8px;
	margin-bottom:8px;	
	float:left;
	background-size:cover;
	background-position:center center;
}

.th_gal_prod:hover{
	outline:4px solid #FABF02; 
}

.th_gal_prod:nth-of-type(8){
	margin-right:0;
}

.adjs{
	font-size: 11px;
	padding:10px 5px 10px 30px;
	width:356px;
	display:block;
	background-position:5px center;
	background-repeat:no-repeat;

}

a.adjs:nth-of-type(2n){
	margin-right:0;
}

a.adjs:hover{
	color:#002652;
	background-color:#FABF02;
	text-decoration:none;
}

#empresa_izq ul li {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	margin-bottom:8px;
	font-size:12px;
	background-image:url(../img/bullet.png);
	background-repeat:no-repeat;
	padding-left:28px;
}

.error{
	display:block;
	margin:0 auto;
	height:100%;1
}

table {
    border: 1px solid #666;
}
tr {
    border: 1px solid #666;
}
td {
    border: 1px solid #666;
}

table.listado, table.listado tr, table.listado td{
	border:0;
}

.salto{
	border-top: 1px dashed #ccc;
	display: block;
	height: 12px;
	clear: both;
	margin-bottom: 5px;
	margin-top: 20px;
}



/* DESTACADOS HOME */
.row{
	width: 100%;
	float: left;
	position: relative;
}

.center{
	text-align: center
}



.mod-destacados{
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px
}


.mod-destacados .item{
	width: 32%;
	float: left
}


.mod-destacados a{
	display: block;
	border: 1px solid #ccc;
	width: 32%;
	float: left;
	margin-right: 1.5%;
	background-color: #fff
} 
.mod-destacados a:last-child{
	margin-right: 0
}
.mod-destacados.md a:nth-child(3n+3){
	margin-right: 0
}

	.mod-destacados figure{
		width: 100%;
		height: 201px;
		float: left;
		text-align: center;
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 0
	}
	.mod-destacados.md figure{
		height: 132px
	}

	.mod-destacados figure img{
		margin: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%
	}

	.mod-destacados a{
		margin-bottom: 10px;
	}
	.mod-destacados a span{
		width: 100%;
		float: left;
		text-align: left;
		padding: 20px;
		box-sizing: border-box;
		color: #003972;
		background-color: #ddd;
		text-align: center;
		transition: all .8s ease;
		font-weight: 600;
		font-size: 14px
	}

	.mod-destacados a span:after{
		content: '';
		color: #fff;
		float: right;
		margin-right: 0;
		transition: all .4s ease
	}

	.mod-destacados a:hover span{
		background: #003972;
		color: #fff;
		
	}
	.mod-destacados a:hover span:after{
		content: '+'
	}






.mod-destacados h5,
.mod-conozca h5{
	color: #003366;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px
}

.mod-conozca a{
	width: 32%;
	float: left;
	margin-right: 1.5%;
	border:1px solid #ccc;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 60px
}
.mod-conozca a:last-child{
	margin-right: 0
}

.mod-conozca h6{
	color: #000;
	width: 100%;
	float: left;
	text-align: center;
	font-size: 12px;
}

.mod-conozca i{
	width: 100%;
	float: left;
	height: 40px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px
}

.ico-fabricacion{
	background-image: url(../img/ico-fabricacion.png);
}
.ico-distribucion{
	background-image: url(../img/ico-distribucion.png);
}
.ico-cal{
	background-image: url(../img/ico-cal.png);
}


.mod-conozca a:hover{
	background-color: #ddd
}




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


.video {
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	clear:both;
	width:100%;
	position: relative;
}
.video iframe,
.video embed,
.video objet{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.fancybox-caption-wrap{
	text-align: center
}