@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

/* Fuentes */
/* 
font-family: 'Open Sans', 'sans-serif';
font-weight: 700;
font-weight: 400;
font-weight: 300;

*/

/* SITIO AGENCIA DE AUSTRAL CHEMICALS	 */
/* OCTUBRE/2015 */
/* DESARROLLO Y DISEÑO WEB POR WWW.VIAMAGICA.CL */

/* ESTILOS SITIO */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; /*vertical-align: baseline; font: inherit*/ }


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }
ol, ul { list-style: none; list-style-position: outside;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }


/* remember to define visible focus styles! 
:focus { outline: ?????; } */


/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

table	{ border-collapse: collapse; border-spacing: 0; }

/*********************************************
Estilos Generales para Escritorio
*********************************************/
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #f9f9f9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



.cont-1200{max-width: 1200px;}

.f-l {float: left;}
.f-r {float: right !important;}
.f-c{margin: 0 auto !important; display:block !important;}

.w-100{width: 100% !important;}
.w-90{width: 90% !important;}
.w-80{width: 80% !important;}
.w-75{width: 75%;}
.w-70{width: 70%;}
.w-68{width: 68%;}
.w-65{width: 65%;}
.w-60{width: 60%;}
.w-58{width: 58%;}
.w-55{width: 55%;}
.w-50{width: 50%;}
.w-48{width: 48%;}
.w-45{width: 45%;}
.w-40{width: 40%;}
.w-35{width: 35%;}
.w-33-3{width: 33.3339% /*33.3%*/;}
.w-33{width: 33.33%;}
.w-30{width: 30%;}
.w-25{width: 25%;}
.w-20{width: 20%;}

.alt-5{ height:5px; width:100%;}
.alt-10{ height:10px; width:100%;}
.alt-15{ height:15px; width:100%;}
.alt-20{ height:20px; width:100%;}
.alt-25{ height:25px; width:100%;}
.alt-30{ height:30px; width:100%;}
.alt-40{ height:40px; width:100%;}
.alt-50{ height:50px; width:100%;}
.alt-60{ height:60px; width:100%;}
.alt-70{ height:70px; width:100%;}
.alt-80{ height:80px; width:100%;}
.alt-90{ height:90px; width:100%;}
.alt-100{ height:100px; width:100%;}
.alt-103{ height:103px; width:100%;}

.tabla{ float:left; padding:5px;}
.tabla tr { background:#ccc;}
.tabla td { background:#fff; border-bottom:1px solid #ccc; padding:15px;}

/*Textos*/
a {
	font-size: 1.1em;
	transition:0.3s;
	color:#000;
	text-decoration: none;
}
a:hover {
	color: #29a658;
	text-decoration:underline;
}
.btn{
	font-size: 15px;
	background: #29a658;
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 15px 20px;
	width: auto;
	text-decoration: none;
	transition: 0.3s; 
	cursor: pointer;
	border: none;
	border-bottom: #17803f 3px solid;
	color: #fff;
	text-align: right;
	focus:none;
}
.btn:focus{
	outline: none;
}
a.btn:hover, input[type="submit"].btn:hover{
	color: #fff;
	background: #17803f;
	border-bottom:#0a5c29 3px solid;
	transition: 0.3s;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p {
	font-style: normal;
	font-weight: normal;
	margin-top:0px;
	display:block
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300; 
	font-size: 3em;
	margin-bottom:20px;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 2.5em;
	margin-bottom:10px;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 2em;
  margin-bottom: 30px;
  width: 100%;
  float: left;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300; 
	font-size: 1.5em;
	margin-bottom:5px;
}
h5 {
	font-size: 1.2em;
	margin-bottom:5px;
}
p,li{
	font-size:1em;
	line-height:1.5em;
	margin-bottom:20px;
    /*padding-left: 1.5em;*/
    /*text-indent: -1.5em;*/
}
.p-20{
	padding: 20px;
}
.p-30{
	padding: 30px;
}
.mb-30{
	margin-bottom: 30px !important;
}
.mt-30{
	margin-top: 30px !important;
}
/*header*/
header{
	width:100%;
	height:auto;
	margin:auto;
	padding:1% 0;
	background: #ffffff;
	border-top:5px solid #00ade7;
	transition: 0.3s;
}
header section{
	width: 1250px;
	margin: auto;
}
header #logo{
	float: left;
	width: 205px;
	display: block;
}
header #logo img{
	width: 100%;
	display: block;
}
header #menu-secundario{
	float: right;
	width: 60%;
	text-align: right;
}
header #menu-secundario a{
	font-size: 12px;
	color: #fff;
	display: inline-block;
	line-height: 30px;
	margin-left: 20px;
}
header #menu-secundario a:hover{
	color: rgba(0,0,0,0.5);
}
header #menu-secundario span{	
	font-size: 13px;
	color: #fff;
	display: inline-block;
	line-height: 30px;
	margin-left: 20px;
	background-color: rgba(0,0,0,0.2);
	padding: 0 20px;
}
header #menu-prinicpal{	
	float: right;
	width: auto;
	text-align: right;
}
header #menu-prinicpal a{	
  line-height: 77px;
  border-left: 1px solid #f0f0f0;
  display: inline-block;
  font-weight: 700;
  color: #333;	
  	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding:0 9px;
}
header #menu-prinicpal a:last-child{	
  border-left: none;
  padding:0;
}
header #menu-prinicpal a:hover{
	color: #888;
}
header #menu-prinicpal a span{
  background: #29a658;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  transition: 0.3s; 
}
header #menu-prinicpal a span:hover{
  background: #0e9641;
  transition: 0.3s;
}
.menu-activo{
	color: #888 !important;
}
/** wrap **/
.wrap{
	width:100%;
	height:auto;
	margin:auto;
	overflow:hidden;
}
.wrap section{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.wrap section.section-full{
	width: 100%;
	margin: auto;
}
/** wrap **/
/*
.cenefa{
	background: url(../imagenes/bg-cenefa.jpg) no-repeat center top #ebebeb;	
}
*/
.cenefa article{
  width: 50%;
  float: right;
  margin-top: 78px;  	
  margin-bottom: 78px;  	
}
.cenefa article h2{
  font-size: 35px;
  line-height: 1.1em;
  margin-bottom: 10px;
  color: #333;
  font-weight: 300;	
}
.cenefa article h5{
  font-size: 20px;
  line-height: 1.1em;
  margin-bottom: 20px;
  color: #0060ad;
  font-weight: 400;		
}
.cenefa article p{
	margin-bottom: 0;
	font-size: 13px;
}
/** footer **/
footer
{
	background:#fff url(../Documents/austral-chemicals/public_html/imagenes/bg-foot.jpg) right top no-repeat;
	margin-top: 10%;
}

.cont-footer01{
/*	background: #0060aa;*/
	padding: 20px 0;
}
#logo-footer{
	float: left;
	width: 125px;
	border-right:1px solid rgba(255, 255, 255, 0.3);
	padding-right:20px;
	margin-right:20px;
}
#logo-footer img{
	width: 100%;
	display: block;
}
.cont-footer01 p{
	float:left;
	color:#0364a8;
	margin-bottom:0;
}
#menu-footer{
	float: right;
	display: inline-block;
	margin-top: 30px;
}
#menu-footer a{
	display: inline-block;
	color: #333;
	margin-left: 20px;
}
.cont-footer02{
	padding: 10px 0;
}
.cont-footer02 article{
	width: 16%;
	margin: 2%;
	float: left;
}
.cont-footer02 article h3{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.cont-footer02 article p{
	font-size: 11px;
	margin-bottom: 10px;
}
.cont-footer03{
	padding: 10px 0;
/*	background: #00afe8;*/
}
.cont-footer03 p{
	float: left;
	margin: 0;
	font-size:11px;
	color: #00ade7;
}
.cont-footer03 a{
	float: right;
}
/* ==========================================================================
   interiores
   ========================================================================== */
.tit-pag{
	padding: 20px 0;
	background: #fff;
	border-bottom: 2px solid #f1f1f1;
}
.tit-pag h1{
	margin: 0;
	font-size:23px;
	font-weight:bold;
	color:#00ade7;
}
.organizacion{
	position: relative;
}
.organizacion article{
  width: 60%;
  padding: 3% 0;
	float: left;
	
}
.organizacion article h2{
  font-size: 35px;
  line-height: 1.1em;
  margin-bottom: 30px;
  color: #3c3c3c;
  font-weight: 300;
}
.organizacion article h3{
  font-size: 24px;
  line-height: 1.5em;
  margin: 20px 0;
  color: #00ade7;
  font-weight: 400;
  padding-left: 20px;
  border-left: 3px solid #00ade7;
}
.organizacion article h4{
	background:#f0df6d;
	padding:5px 10px;
  font-size: 22px;
  line-height: 1.5em;
  margin: 20px 0;
  color: #3c3c3c;
  font-weight: 400;
}
.organizacion article p{
	font-size: 16px;
	line-height:30px;
	text-align:justify;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color:#3c3c3c;
}
.organizacion figure{
  height: 100%;
  float:right;
  /*padding-top: 41px;*/
}

/**/

.box-logos{ text-align: center;}
.box-logos img{width:15%; margin:0.5%; display:inline-block;float: left;}

/**/

.parrafo{}
.parrafo p{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
}

/**/

.box-locales
{
	background:#fff;
	padding-bottom:4%;
	margin:0 2%;
	overflow:hidden;
	
/*	-webkit-box-shadow: 1px 1px 0 1px #e3e3e3;
	box-shadow: 1px 1px 0 1px #e3e3e3;*/
	text-align:center;
	transition:0.3s;
}

.box-locales:hover
{
	-webkit-box-shadow: 1px 1px 0 1px #c3c3c3;
	box-shadow: 1px 1px 0 1px #c3c3c3;
	transition:0.3s;
}

.box-locales h2
{
	color:#3c3c3c;
	font-size:16px;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
	width:100%;
	float:left;
	margin:7% 0 2% 0;
}

.box-locales p
{
	color:#1a8cff;
	font-size:13px;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	width:100%;
}



/**/

.lista-historia{
	float:left;
	width:100%;
}

.lista-historia li{
	border-bottom:1px solid #CCC;
	padding:10px 0;
	margin:0;
	color:#3c3c3c;
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:28px;
	width:100%;
}
.lista-historia li span{
	float:right;
	width:95%;
}
.lista-historia li strong{
	color:#333;
}
.lista-historia li i{
	color:#00ade7;
	font-size:22px;
}


/**/

figure img{
	width: 100%;
	display: block;
}
.recursos-humanos{
	padding: 3% 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0060aa+0,00aee8+100 */
background: #0060aa; /* Old browsers */
background: -moz-linear-gradient(top,  #0060aa 0%, #00aee8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0060aa), color-stop(100%,#00aee8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0060aa 0%,#00aee8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0060aa 0%,#00aee8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0060aa 0%,#00aee8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0060aa 0%,#00aee8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060aa', endColorstr='#00aee8',GradientType=0 ); /* IE6-9 */
}
.recursos-humanos h2{
  font-size: 35px;
  line-height: 1.1em;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 300;
}
.recursos-humanos div{
	float: left;
	width: 48%;
}
.recursos-humanos div:last-child{
	margin-left: 2%;
}
.recursos-humanos div h5{
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 400;
  padding-left: 50px;
  border-left: 3px solid #fff;
}
.recursos-humanos div p{
	color: #fff;
}

/**/

.box-locales2
{
	background:#fff;
	margin:1% 0;
	float:left;
	width:98%;
	padding:1%;
	
	-webkit-box-shadow: 1px 1px 0 1px #e3e3e3;
	box-shadow: 1px 1px 0 1px #e3e3e3;
	transition:0.3s;
}

.box-locales2:hover
{
	-webkit-box-shadow: 1px 1px 0 1px #c3c3c3;
	box-shadow: 1px 1px 0 1px #c3c3c3;
	transition:0.3s;
}

.box-locales2 h2
{
	background: url(../Documents/austral-chemicals/public_html/imagenes/linea-roja.png) bottom left no-repeat;
	border-bottom:1px solid #c2c2c2;
	padding-bottom:10px;
	color:#3c3c3c;
	font-size:22px;
	line-height:22px;
	font-family: 'Open Sans', sans-serif;

	width:100%;
	float:left;
}

.box-locales2 p
{
	color:#3c3c3c;
	font-size:13px;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	width:100%;
	float:left;
	margin-bottom:0;
}

.box-locales2 figure
{
	width:100%;
	float:left;
	display:none;
}

.box-locales2 span
{
	color:#3c3c3c;
	font-size:14px;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	width:100%;
	margin:2% 0;
	float:left;
	text-decoration:underline;
}

/* Acordeon */

ul.submenu{
	list-style:none;
	background:#FFF;
	margin:0px;
	padding:0px;
}
ul.submenu li{
	list-style:none;
	margin:0;
}
ul.submenu li h2{
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:16px;
	padding:3% 5%;
	
	margin:0 0 10px 0;
}

ul.submenu li li{
	border-bottom:none;
}
ul.submenu li a{
	text-decoration:none;
	display:block;
	color:#3c3c3c;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	border-bottom:1px solid #CCC;
	padding:5% 5%;
}
ul.submenu li a:hover{
	text-decoration:none;
	color:#00ade7;
	background:#f1f1f1;
	border-bottom:1px solid #00ade7;
}
ul.submenu li ul{
	background:#dcdcdc;
}
ul.submenu li li a{
	text-decoration:none;
	display:block;
	color:#3c3c3c;
	font-size:13px;
	border-bottom:0;
	padding:5% 0 5% 10%;
	
}
ul.submenu li li a:hover{
	border-bottom:0;
}
ul.submenus li ul{
	background:#e2e2e2 !important;
}

/**/

.imagen-producto{ border:1px solid #dcdcdc; -webkit-border-radius: 5px; border-radius: 5px; text-align:center;} 
.imagen-producto figure{ display:block;}
.imagen-producto figure img{ width:100%; height:auto;}
.linea{ border-bottom:1px solid #dcdcdc; width:100%; float:left; margin:20px 0;}

.ficha-producto h2{ color:#3c3c3c; font-weight:lighter; font-size:50px; line-height:60px;}
.ficha-producto h3{ color:#3c3c3c; font-weight:lighter; font-size:30px; margin-bottom:30px;}
.ficha-producto ul{
	list-style: square !important;
    list-style-position: outside !important;
    margin-left: 1em;
}

.select-ficha label{
	float:left;
}
.select-ficha select{
  background: #f4f4f4;
  border: 1px solid #fff;
  border-bottom:2px solid #d0d0d0;
  color: #3c3c3c;
  display: block;
  float: left !important;
  height: 40px;
  padding: 1% 0 1% 3%;
  margin: 1% 0 !important;
  width: 100%;
  font-size:14px;

  transition-duration: 0.3s;
}
.select-ficha select option{ background:#fff; padding:2% 3%;}
.precio-normal{ font-family: 'Open Sans', sans-serif; text-decoration:line-through; font-size:13px; color:#3c3c3c; margin:10px 0; float:left; width:100%;}

.ficha-producto a{     
	background: #2d9e2c;
    border-bottom: 3px solid #315f30;
    width: 90%;
    padding: 2.5% 5%;
    float: left;
    margin: 0 0 20px 0;}

.ficha-producto a:hover{ background:#17803f; border-bottom:3px solid #0a5c29;}
.ficha-producto a h2{color:#fff; font-weight:normal; font-size:18px; display:inline; width:50%; line-height:normal !important;}
.ficha-producto a h3{color:#fff; font-weight:bold; font-size:18px; display:inline; /*width:50%;*/ text-align:center; line-height:normal !important; margin-bottom:0;}
.ficha-producto p{color:#3c3c3c; font-size:14px; line-height:24px; font-weight:normal;}
.ficha-producto p b{font-weight:bold; color: #00b0eb; font-size: 22px;}

/* Video responsive */

.mapa-responsive {
    position: relative;
    margin-bottom: 3%;
    padding-top: 56.25%;
}
.mapa-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**/


.m1-por{ margin:1%;}
.m2-por{ margin:2%;}

.box-tipos{
	background:#ededed;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	padding:0 0 0 0;
	
	min-height:280px;
	position:relative;
}

.box-tipos h2{
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:16px;
	padding:5% 10%;
	min-height:45px;
}

.box-tipos h3{
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-weight:bold;
	font-size:22px;
	padding:5% 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius:  5px 5px 0 0;
}

.box-tipos p{
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:14px;
	padding:5%;
	line-height:22px;
}

.box-tipos ul{	padding:5% 0; -webkit-border-radius: 0 0 5px 5px; border-radius:0 0 5px 5px;}
.box-tipos li{
	list-style:none;
	width:80%;
	border-bottom:1px solid #CCC;
	display:inline-block;
/*	padding:4% 10%;*/
}

.box-tipos li a{
	color:#3c3c3c;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:22px;
	text-decoration:none;
}

.box-tipos li a:hover{
	color:#00ade7 ;
	text-decoration:underline;
}

.box-tipos img{
	width:100%;
	height:auto;
}

/*.box-tipos a{
	background:#d71a21;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-weight:normal;
	font-size:18px;
	padding:5% 0;
	-webkit-border-radius:0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	display:inline-block;
	text-decoration:none;
	width:100%;
	transition:0.3s;
	
	position:absolute;
	bottom:0;
	left:0;
}

.box-tipos a:hover{
	background:#b20d13;
	transition:0.3s;
}*/

.btn-cotizar{
	background:#fff;
	color:#3c3c3c;
	text-align:center;
	padding:3% 5%;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size:13px;
	font-weight:bold;
}

.btn-cotizar:hover{
	background:#000;
	color:#fff;
}

.bg-producto1{ background:#00ade7;}
.bg-producto1b{ background:#fff;}
.bg-producto2{ background:#1a60b7;}
.bg-producto2b{ background:#2878da;}
.bg-producto3{ background:#c20c0c;}
.bg-producto3b{ background:#d61919;}

/**/

.infraestructura {
	margin-top: 5%;
}
.infraestructura h2{
  font-size: 35px;
  line-height: 1.1em;
  margin-bottom: 30px;
  color: #333;
  font-weight: 300;
}
.infraestructura article{
  width: 27.3%;
  margin: 3%;
  float: left;
  text-align: center;
}
.infraestructura article figure{
  width: 60%;
  margin-bottom: 10px;
  border-radius: 500px;
  overflow: hidden;
  display: inline-block;
}
.infraestructura article figcaption{
	text-align: left;
}
.infraestructura article figcaption h3{
	text-align: center;
}
.cenefa-servicios{
	background: url(../Documents/austral-chemicals/public_html/imagenes/bg-servicios.jpg) no-repeat;
	
}
.cenefa-servicios section article{
	width: 60%;
	margin: auto;	
	text-align: center;
	padding: 10% 0;
}
.cenefa-servicios section article h2{
  font-size: 35px;
  line-height: 2.0em;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 300;
}
.cenefa-servicios section article p{
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}
.cont-servicios{
	text-align: center;
	margin-top: 1% !important;
	margin-bottom: 1% !important;
}
.cont-servicios a{
  width: 22.5%;
  margin: 1%;
  display: inline-block;
  text-align: left;
}
.cont-servicios a figcaption{
	width: 90%;
	padding: 5%;
	background: #e9e9e9;
	transition: 0.3s;
}
.cont-servicios a:hover figcaption{
	background: #fff;
	transition: 0.3s;
}
.cont-servicios a figcaption h3{
  font-size: 15px;
  line-height: 1.1em;
  margin-bottom: 10px;
  color: #333;
  font-weight: 700;
}
.cont-servicios a figcaption p{
	margin-bottom: 0;
	color: #29a658;
}
.cenefa-servicios-detalle{
	    background: url(../../imagenes/bg-servicios-detalle.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 150px;
}
.cenefa-servicios-detalle section article{
	width: 60%;
	margin: auto;	
	text-align: center;
	padding: 3% 0;
}
/** actualidad **/
.cont-actualidad{
	margin-top: 1% !important;
	margin-bottom: 1% !important;
}

.cont-actualidad div a{
  width: 22.8%;
  float: left;
  margin: 1%;
  background: #fff;
  overflow: hidden;
  height: 330px;
  border-radius: 3px;
  border: 1px solid #ddd;
  position: relative;  
}
.cont-actualidad div a figure{
  position: relative;	
}
.cont-actualidad div a figure img{
	width: 100%;
}
.cont-actualidad div a figure span{
  background: #a41738;
  padding: 5px 10px;
  float: left;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 5%;	
}
.cont-actualidad div a figcaption{
	width: 90%;
	margin: 5%;	
}
.cont-actualidad div a figcaption h4{
  font-size: 1.2em;
  font-weight: 700;
  color: #555;
  line-height: 1.3em;
}
.cont-actualidad div a figcaption p{
  font-size: 0.9em;
  line-height: 1.5em;
  color: #999;
}
.cont-actualidad div a div{
  position: absolute;
  bottom: 0;
  padding: 20% 5% 5% 5%;
  width: 90%;
background: #fff 50% none;
background-size: 100% 100%;
background: none,-webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 50%);
background: none,linear-gradient(180deg,rgba(255,255,255,0) 0,#fff 50%);
}
.cont-actualidad div a div span{
  float: right;
  color: #777;
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 3px;
  transition: 0.3s;
}
.cont-actualidad div a:hover div span{
	background: #a41738;
	border: #a41738 1px solid;
	color: #fff;
}
.cont-actualidad-detalle{
  background: #fff;
}
.cont-actualidad-detalle figure{
	float: left;
	width: 45%;	
	position: relative;  
}
.cont-actualidad-detalle figure span{
	background: #a41738;
	padding: 5px 10px;
	float: left;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 5%;
  	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.5em;
}
.cont-actualidad-detalle article{
  width: 40%;
  float: left;
  padding: 5%;
}
.cont-actualidad-detalle article h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 2em;
    line-height: 1.2em;
	margin-bottom: 20px;
}
.share{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}
.cont-actualidad-detalle article p{
	line-height: 1.8em;
	font-size: 1.2em;
	font-weight: 300;
}
/** contacto **/
.contacto article{
	width: 55%;
	float: left;
	margin-top: 2%;
}
.contacto article h2 {
  font-size: 25px;
  line-height: 1.1em;
  margin-bottom: 10px;
  color: #999;
  font-weight: 300;
}
form.contacto{
	float: right;
	width: 40%;
	margin-top: 4%;
}
form.contacto input[type="text"]{
 background: #FFF;
  border: 1px solid #d1d1d1;
  color: #333;
  -webkit-border-radius: 3px;
  border-radius: 0px;
  display: block;
  float: left !important;
  height: 35px;
  padding: 0 0 0 2%;
  margin: 14px 2% 0px 0;
  transition-duration: 0.3s;
  width: 95%;
  border-radius: 5px;
}
form.contacto select{
 background: #FFF;
  border: 1px solid #d1d1d1;
  color: #333;
  -webkit-border-radius: 3px;
  border-radius: 0px;
  display: block;
  float: left !important;
  height: 35px;
  padding: 0 0 0 2%;
  margin: 14px 2% 0px 0;
  transition-duration: 0.3s;
  width: 98%;
  border-radius: 5px;
}
form.contacto input[type="text"]:focus, form.contacto input[type="password"]:focus {
	border: 1px solid #a40634;
	outline: none;
}
form.contacto textarea {
  background: #FFF;
  border: 1px solid #d1d1d1;
  color: #333;
  -webkit-border-radius: 3px;
  border-radius: 0px;
  display: block;
  float: left !important;
  height: 130px;
  padding: 2% 0 0 2%;
  margin: 14px 0 0 0px;
  transition-duration: 0.3s;
  width: 95%;
  border-radius: 5px;
  font-family: Helvetica, Arial, sans-serif;
}
.exito {
text-align: center;
  background: #29a658;
  padding: 20px 2%;
  border-radius: 10px;
  margin-bottom: 20px;
  color: #fff;
  width: 93%;
  font-size: 20px;
}
.sucursales article{
  width: 45.7%;
  float: left;
  margin: 1%;
  padding: 1%;
  background: #fff;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #ddd;
  position: relative;
}
.sucursales article figure{
  position: relative;
  width: 100%;
  float: left;
}
.sucursales article figure a:hover{
	filter:alpha(opacity=0.9); 
	opacity:0.9;
}
	
.sucursales article figcaption{
  width: 100%;
  float: left;
  text-align:center;
  padding:3% 0 0 0;
}
.sucursales article figcaption h3{
  font-size: 1.5em;
  font-weight: 700;
  color: #333;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.sucursales article figcaption p{
	margin-bottom: 10px;
}

.mercados article{
  width: 20%;
  float: left;
  margin: 1%;
  padding: 1%;
  background: #fff;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #ddd;
  position: relative;
  min-height: 360px;
}
.mercados article figure{
  position: relative;
  width: 100%;
  float: left;
}
.mercados article figure a:hover{
	filter:alpha(opacity=0.9); 
	opacity:0.9;
}
	
.mercados article figcaption{
  width: 100%;
  float: left;
  text-align:center;
  padding:3% 0 0 0;
}
.mercados article figcaption h3{
  font-size: 1.5em;
  font-weight: 700;
  color: #333;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.mercados article figcaption p{
	margin-bottom: 10px;
	font-size: 15px!important;
}

/**/

.productos article{
  width: 27%;
  float: left;
  margin: 1%;
  padding: 1%;
  background: #fff;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #ddd;
  position: relative;
}
.productos article figure{
  position: relative;
  width: 100%;
  float: left;
}
.productos article figure a:hover{
	filter:alpha(opacity=0.9); 
	opacity:0.9;
}
	
.productos article figcaption{
  width: 100%;
  float: left;
  text-align:center;
  padding:3% 0 0 0;
}
.productos article figcaption h3{
  font-size: 1.5em;
  font-weight: 700;
  color: #333;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.productos article figcaption p{
	margin-bottom: 10px;
}


/**/

.btn-verde{
	color: #fff;
	background: #29a658;
	border-bottom: 3px solid #15813e;
	font-size: 15px;
	margin-right: 10px;
	display: inline-block;
	padding: 15px 20px;
	font-family: 'Open Sans', sans-serif;
}
.btn-verde:hover{
	color: #fff;
	background: #15813e;
	border-bottom: 3px solid #0e7133;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { font-size: 13px !important; }

.slide-responsive{ display:none; overflow:hidden;}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 768px) {
	.mercados article figcaption h3{
		font-size: 1.3em!important;}
	
	.mercados article figcaption p{
		font-size: 13px!important;
	}
	.mercados-home{
		    margin-top: -100px;
	}
	
	.cenefa-servicios-detalle {
    height: auto!important;
}
	
	#logo-footer img{
		display: none!important;
	}
	
	
	.desaparecer{
		display: none !important;
	}
	.aparecer{
		display: block !important;
	}
	
	.slide-responsive{ display:block; width:100%; margin-top:90px;}
	.slide-responsive figure{ float:left;}
	.slide-responsive figure img{ width:100%; height:auto;}	
	
	.nivoSlider img {
		width: auto !important;
		height: 310px !important;
		margin-left: 0%;
	}
	.nivo-caption{
		width: 90% !important;
		left: 5% !important;
		text-align: center;
	}
	.nivo-caption h2{
		font-size: 30px;
	}
	.nivo-caption p{
		display: none !important;
	}
	.nivo-caption a{
		width: 47%;
		padding: 20px 0px !important;
		margin: 1% !important;
	}
	.wrap section{
		width: 90%;
		margin: auto;
		margin-top: 1%;
		margin-bottom: 1%;		
		
	}
	.cenefa{
		background:  url(../Documents/austral-chemicals/public_html/imagenes/bg-cenefa.jpg) no-repeat left bottom #ebebeb;
		background-size: 1000px;
	}
	.cenefa article{
		width: 100%;
		margin-top: 5%;
		margin-bottom: 220px;
	}
	.cont-footer01{
		text-align: center;
	}
	#logo-footer{
		width: 150px;
		display: inline-block;		
		float: none;
	}
	#menu-footer{
		display: none;
	}
	.cont-footer02{
		display: none;
	}
	.cont-footer03{
		text-align: center;
	}
	.cont-footer03 p{
		float: none;
		text-align: center;
		width: 100%;
	}
	.cont-footer03 a{
		float: none;
		display: inline-block;
		margin-top: 20px;
	}
	.cont-servicios a {
		width: 47.5%;
	}
	.cont-actualidad div a{
		width: 47.6%;
	}
	.cont-actualidad-detalle figure{
		width: 100%;
	}
	.cont-actualidad-detalle article {
		width: 90%;
	}
	.sucursales article{
		width: 96%;
	}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { font-size: 16px !important; }

.telefono-box{
	display:none;}
	
	.nivo-caption h1{
	font-size: 32px !important;

}
	
	.wrap section {
		height: auto;}
	
	.mercados article {
	    width: 45%;
    height: 200px;}

}
@media only screen and (max-width: 480px) {
	
	.imagen-producto{
		    width: 99%!important;
	}
	
	.ficha-producto{
		width: 100%!important;
	}

	.cont-1200{ max-width:none; width:94% !important; padding:0 3%;}
	
	header #logo{
		width: 135px !important;
		margin:5px 0 !important
	}
	.nivo-caption h2{
		font-size: 32px !important;
	}
	.wrap section{
		width: 95%;
		margin: auto;
		margin-top: 1%;
		margin-bottom: 1%;		
	}
	.organizacion article{
		width: 100%;
	}
	.organizacion figure{	
		position: initial;
		width: 100%;
		max-width: 100%;
		margin-bottom: 5%;
	}
	.recursos-humanos div{
		width: 100%;
		margin: 0 !important;		
	}
	.infraestructura article{
		width: 94%;	
	}
	.cont-servicios a {
		width: 47.5%;
	}
	.cenefa-servicios section article p{
		display: none;
	}	
	.cenefa-servicios section article{
		width: 90%;
		padding: 20% 0;
	}
	.cenefa-servicios-detalle section article{
		width: 90%;
		padding: 5% 0;
	}
	.cont-servicios a {
		width: 96%;
	}
	.cont-actualidad div a{
		width: 98%;
		height: 390px;
	}
	.contacto article{
		width: 100%;
		float: left;
		margin-top: 2%;
	}
	.contacto article figure{
		display: none;
	}
	.contacto form.contacto{
		width: 100%;
	}
}
input {
    -webkit-appearance: none;
}


/*** PAGINADO ***/


#paginado {
  display:block;
  width:100%;
  margin-top:10px;
  margin-bottom:36px;
  text-align:center;
  float: left;
  height: 44px !important;
}
  
  #paginado a{font-family: arial;font-size: 11px;padding: 10px;color: #333; border: 1px solid #e4e4e4;text-decoration: none;width: auto !important;margin: 1px !important;float: none;display: inline-block;}
  #paginado a:hover{color:#333; border:1px solid #005faa;}

  #paginado a.paginado-marca{ background:#005faa; color:#FFF; border:2px solid #005faa;}

/*MENSAJE DE ERROR*/
.error-message, label.error {
  display:block;
  color:#EC0101 !important;
  font-family:Verdana, Geneva, sans-serif;
  font-size:11px !important;
  font-weight:bold;
  margin:0;
}


/* search*/

.search{
  position:relative;
  display: inline-block;
}

.search_form{
 background: #29a658;
  position:absolute;
  z-index:0;
  padding:0px 5px;
  right:0;
  top:15px;
  overflow: hidden;
  border-radius:4px;
  width: 20px;
  height:0px;
  transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
  -webkit-transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
}
.search_form form{
  opacity:0;
   transition:all 0.3s ease-out;
  -webkit-transition:all 0.3s ease-out;
}
.search_form input{
    background: #fff;
    border: none;
    height: 23px;
    width: 167px;
    color: #828080;
    font-weight: normal;
    padding-left: 1px;
}


.buscar-icon{
	color: #025db0;
    margin-left: -5px;
    background-color: #fdfdfd;
    padding: 6px;
}

.buscar-icon:hover{
	color: #29a658;
}

.search_box{
  visibility: hidden;
}
.search_box:checked~.search_form{
  width: 196px;
  height: 24px;
  padding: 5px 0px 6px 5px;
  top: 25px;
  transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
  -webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
}
.search_box:checked~.search_form form{
  opacity:1;
  transition:0.3s all ease-out 0.5s;
  -webkit-transition:0.3s all ease-out 0.5s;
}

.navegacion{ display:inline-block; float:left; text-align:left; margin-top:10px;}
.navegacion li{
	color:#3c3c3c;
	float:left;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	padding: 4px;
}

.navegacion li i{
	color:#333;
	font-size:13px;
}

.navegacion li.destacado{
	color:#e95d27;
}

.navegacion li a{
	color:#3c3c3c;
	float:left;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	text-decoration:underline;
}

.navegacion li a:hover{
	color:#e95d27;
	text-decoration:none;
}

.contacto{
	  margin-bottom: 120px;
}  

.organizacion {
      margin-bottom: 220px;
}

	.cenefa-servicios-detalle {
    	background: url(../../imagenes/ACH-Header.jpg) no-repeat;
    	background-position: center;
		background-size: cover;
		height: 150px;
    	
    }
    .cenefa-servicios section article h2 {
    font-size: 35px;
    line-height: 2.0em;
    margin-bottom: 10px;
    font-weight: 300;
    color: #0364a8;
}
.cenefa-servicios section article p { 
    font-size: 14px;
    margin-bottom: 10px;
    color: #0364a8;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}


footer {
    background: #fff url(../../imagenes/bg-foot.jpg) right top no-repeat;
    margin-top: 10%;
}

/**/