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

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

*/

/* SITIO AVSA */
/* DICIEMBRE/2014 */
/* DESARROLLO Y DISEÑO WEB POR WWW.VIAMAGICA.CL */

/*****************
	http://meyerweb.com/eric/tools/css/reset/ - v2.0b1 | 201101
*****************/

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: inside;}
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;
}
html#landing body {
	background: none;
}
body {
	background:#f2f2f2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
article{
	overflow: hidden;
}
/*Textos*/
a {
	font-size: 1em;
	color: #178484;
	transition:0.3s;
	text-decoration: none;
}
a:hover {
	color: #c40000;
	transition:0.3s;
	cursor: pointer;
}
h1,h2,h3,h4,h5,h6,p {
	font-style: normal;
	font-weight: normal;
	margin-top:0px;
	display:block;
	width: 100%;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 3.5em;
	margin-bottom:20px;
	color: #424040;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 2.5em;
	line-height: 1em;
	margin-bottom:20px;
	color: #424040;
	}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;	
	font-size: 2em;
	margin-bottom:20px;
	color: #424040;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	margin-bottom:10px;
}
h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.t-a{
	text-align: center;
}
p,li{
	font-size:1em;
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif !important;
/*	font-family: 'Open Sans', sans-serif;*/
	font-weight: 300;
	line-height: 20px;
}
li{
	margin-bottom:10px;
}
p{
	margin-bottom:20px;
}
.btn {
	color: #fff;
	background: #178484;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	border: 0;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	padding: 15px 30px;
	width: auto;
	text-align: center;
	float: left;
	cursor: pointer;
	transition-duration: 0.3s;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 15px;
   -webkit-appearance: none;
}
.btn:hover{
	background: #c40000;
	color: #fff;
	transition-duration: 0.3s;
	opacity: 1;
}
.btn-a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	background: none;
	display: block;
	float: left;
	padding: 8px 15px;
	width: auto;
	color: #0096d6;
	border: 2px solid #0096d6;
	text-decoration: none;
	transition: 0.3s;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 5px;
	}
.btn-a:hover{
	background: #0096d6;
	transition: 0.3s; 
	color: #fff;
}

.col {
	display: block;
	overflow: hidden;
	margin: 0 1%;
}
.f-l {
	float: left;
}
.f-r {
	float: right;
}
.w-100{
	width: 100%;
}
.w-70{
	width: 70%;
}
.w-65{
	width: 65%;
}
.w-60{
	width: 60%;
}
.w-55{
	width: 55%;
}
.w-50{
	width: 50%;
}
.w-45{
	width: 45%;
}
.w-40{
	width: 40%;
}
.w-35{
	width: 35%;
}
.w-25{
	width: 25%;
}
.w-20{
	width: 20%;
}
.p-1{
	padding: 1%;
}
.p-2{
	padding: 2%;
}
.p-50_0{
	padding: 50px 0;
}
.ta-c{
	text-align: center;
}
.b-b{
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	border-top: 1px solid #d0d0d0;	
	width: 100%;
	min-width: 1100px;
	overflow: hidden;
	margin-top: 30px;
}
.b-g{
	background: #dbdbdb;
}
.img-100{
	width: 100%;
	overflow: hidden;
}
.img-100 img{
	width: 100%;
	display: block;
}
.bnr img{
	opacity: 1;
	transition:0.3s;
}
.bnr:hover img{
	opacity: 0.7;
	transition:0.3s;
}
/*wrap*/
.wrap{
	width: 1100px;
	margin: auto;
}
.contenedor{
	padding: 20px 0;
}
/*header*/
header{
	background: url(../imagenes/bg-header.png) center top;
	min-height: 118px;
	border-bottom: 5px solid #178484;
	min-width: 1100px;
	width: 100%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.5);

}
.top-header{
	background: #178484;
	color: rgba(255,255,255,0.4);
	padding: 5px;
	text-align: right;
}
.top-header a{
	color: #fff !important;
	font-size:12px !important;
	padding:4px 8px !important;
}
.top-header a:hover{
	background: rgba(255,255,255,0.4) !important;
}

header section{
	width: 1100px;
	margin: auto;
}
header #logo{
	float: left;
	float: left;
	width: 170px;
	margin: 20px 0;
}
header nav#menu-principal{
	float: right;
}
#cont-buscador{
	background: url(../imagenes/bg-buscador.jpg) repeat-x center center;
	overflow: hidden;
	width: 100%;
	min-width: 1100px;
}
#buscador-home{	
	width:36%;
	float: right;
	margin-top: 30px;
	z-index:9999;
	position:relative;
	margin-right:90px;
}
#buscador-home h2{
	color: #fff;
	margin-bottom: 10px;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#buscador-home h4{
	color: #fff;
	margin-bottom: 30px;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#buscador-home form .btn{
	background: #c40000;	
}
#buscador-home form .btn:hover{
	background: #f02020;	
}

#slide{
	overflow: hidden;
	margin-bottom: 20px;
}
.slide-proyecto{
}
/*proyectos*/
.cont-proy{
	text-align: left;
}
.cont-proy .img-100, .cont-noticias .img-100{
	margin-bottom: 30px;
}
.cont-proy a{
	display: inline-block;
	vertical-align: top;
	background: #fff;
	color: #424040;
	position: relative;
}
.cont-proy a:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.cont-proy a h6{
	position: absolute;
	width: auto;
	background: #178484;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	top: 20px;
	padding: 10px;
	right: -10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.cont-proy a figure{
	width: 100%;
	display: block;
	background: #fff;
}
.cont-proy a figure img{
	width: 100%;
	display: block;
}
.cont-proy a figcaption{
	width: 90%;
	padding: 5%;
	display: block;
	text-align: center;
}
.cont-proy a figcaption h3{
	margin-bottom: 10px;
	color: #424040;
	font-size: 17px;
}
.cont-proy a figcaption p{
	margin-bottom: 10px;
}
.cont-proy a figcaption h5{
	margin-bottom: 20px;
	color: #c40000;
}
.cont-proy a figcaption span{
	position: absolute;
	width: 100px;
	background: #178484;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	border-radius: 3px;
	font-family: 'Open Sans', sans-serif;
	bottom: -16px;
	padding: 10px;
	left: 50%;
	margin-left: -60px;
	color: #fff;
	transition:0.3s;
}
.cont-proy a:hover figcaption span{
	background: #c40000;
	transition:0.3s;
}
.cont-4-proy a{
	width: 22.7%;
	margin: 1% 1% 3% 1%;
}
.cont-3-proy a{
	width: 31%;
	margin: 1% 1% 3% 1%;
}
/*noticias*/
.cont-noticias{
	text-align: left;
}
.cont-noticias a{
	display: inline-block;
	vertical-align: top;
	background: #fff;
	color: #424040;
	position: relative;
}
.cont-noticias a:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.cont-noticias a figure{
	width: 100%;
	display: block;
	background: #fff;
}
.cont-noticias a figure img{
	width: 100%;
	display: block;
}
.cont-noticias a figcaption{
	width: 90%;
	padding: 5%;
	display: block;
	text-align: left;
}
.cont-noticias a figcaption h3{
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #424040;
	border-bottom: 1px solid #dcdcdc;
	font-size: 15px;
}
.cont-noticias a figcaption h4{
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #c40000;
	border-bottom: 1px solid #dcdcdc;
	font-size: 13px;
	font-weight: 400
}
.cont-noticias a figcaption li{
	margin-bottom: 0;
}
.cont-noticias a figcaption span{
	color: #178484;
	margin-bottom: 5px;
	display: block;
}
.cont-5-noticias a{
	width: 17.7%;
	margin: 1%;
}
.cont-noticia{
	overflow: hidden;
}
.cont-noticia article{
	float: left;
	width: 50%;
	padding: 2%;
	background: #fff;
}
.cont-noticia article h1{
	margin-bottom: 15px;
}
.cont-noticia article span{
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #0d5252;
	float: left;
	width: 100%;
}
.cont-noticia figure{
	float: left;
	width: 46%;
}
.cont-noticia figure img{
	width: 100%;
	display: block;
}
/*footer*/
footer{
	margin-top: 30px;
	background:#FFF;	
	min-width: 1100px;
	width: 100%;
}
footer .wrap{
	padding: 20px 0;
	overflow: hidden;
}
footer #logo{
	float: left;
	width: 12%;
}
footer #logo img{
	width: 100%;
	display: block;
}
footer nav{
	margin-left: 10%;
	width: 40%;
	float: left;
}
footer nav a{
	width: 48%;
	margin: 1%;
	display: block;
	float: left;
	color: #333;
}
footer nav a:hover{
	color: #c40000;
}
footer article{
	float: left;
	width: 23%;
	margin-left: 10%;
}
footer article p{
	margin-bottom: 0px;
}
footer article .redes a{
	float: left;
	background: #178484;
	padding: 12px 10px;
	display: block;
	color: #fff;
	margin-right: 10px;
	margin-top: 10px;
	border-radius: 30px;
	font-size: 12px;
}
footer article .redes a:hover{
	background: #c40000;
}
footer .footer-v{
	background: #178484;
	overflow: hidden;
}
footer .footer-v p{
	font-size: 11px;
	text-align: left;
	width: 80%;
	color: #fff;
	float: left;
	margin-bottom: 0px;
}
footer .footer-v a{
	float: right;
}
/*navegacion*/
.navegacion{
	background: #0d5252;
	padding: 20px 0;
	width: 100%;
	overflow: hidden;
}
.navegacion h2{
	margin: 0;
	padding: 0;
	color: #fff;
	float: left;
	width: 50%;
}
.navegacion nav{
	width: 50%;
	float: left;
	color: #a0d8d8;
	text-align: right;
	margin-top: 8px;
}
.navegacion nav a{
	color: #fff;
}
.navegacion nav i{
	color: #178484;
}
.navegacion nav a:hover{
	color: #c40000;
}
/*cont-sobre*/
.cont-sobre{
	overflow: hidden;
	background: #fff;
	padding-bottom: 0;
}
.cont-sobre article{
	padding: 2%;
	width: 96%;
}
.cont-sobre div.cont_txt-img{
	background: #ebebeb;
	overflow: hidden;
}
.cont-sobre div.cont_txt-img p{
	width: 40%;
	margin: 5%;
	float: left;
	font-size: 15px;
	line-height: 31px;
}
.cont-sobre div.cont_txt-img figure{
	width: 50%;
	float: right;
}
.cont-sobre div.cont_txt-img figure img{
	width: 100%;
	display: block;
}
.cont-sobre div.areas{
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
.areas span{
	width: 29.3%;
	padding: 40px 2%;
	float: left;
	background: #178484;
	color: #fff;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	text-align: center;	
}
.areas span.claro{
	background: #45aaaa;
}
/*cont-formulario*/
.cont-formulario{
	overflow: hidden;
	background: #fff;
	padding-bottom: 0;
}
.cont-formulario article{
	padding: 2%;
	width: 96%;
}
/*cont-contacto*/
.cont-contacto{	
}
.cont-contacto figure{
	width: 40%;
	float: left;
	background: #fff;
	padding-top: 50px;
}
.cont-contacto figure figcaption{
	width: 90%;
	padding: 5%;
}
.cont-contacto figure img{
	width: 100%;
	display: block;
}
.cont-contacto form{
	width: 55%;
	float: right;
	padding-top: 60px;
}
form div {
margin: 1em 0;
overflow: hidden;
}
form div label{
	display: block;
	float: left;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px 0 0px 0;
	text-align: left;
	width: 100%;
}
form input[type="text"] {
	background: #FFF;
	border: 1px solid #d1d1d1;
	color: #333;
	-webkit-border-radius: 3px;
	border-radius: 0px;
	display: block;
	float: left !important;
	height: 40px;
	padding: 0 0 0 2%;
	margin: 5px 10px 10px 0;
	transition-duration: 0.3s;
	width: 97%;
	border-radius: 5px;
}
form input[type="file"] {
	background: #FFF;
	color: #333;
	-webkit-border-radius: 3px;
	border-radius: 0px;
	display: block;
	float: left !important;
	/* height: 40px; */
	padding: 10px 0 0 0;
	margin: 5px 10px 10px 0;
	transition-duration: 0.3s;
	width: 97%;
	border-radius: 5px;
}
form textarea {
	background: #FFF;
	border: 1px solid #d1d1d1;
	color: #333;
	-webkit-border-radius: 3px;
	border-radius: 0px;
	display: block;
	/* font-size: 13px; */
	float: left !important;
	height: 200px;
	padding: 10px 0px 0 12px;
	margin: 5px 10px 10px 0;
	transition-duration: 0.3s;
	width: 97%;
	border-radius: 5px;
	
}
form select {
	height: 40px;
	width: 99%;
	background: #FFF;
	border: 1px solid #d1d1d1;
	color: #333;
	padding: 10px;
	margin-right: 20px;
	border-radius: 0px;
	margin-top: 5px;
}
h2.exito{
	background: yellowgreen;
	color: #fff;
	border-radius: 5px;
	padding: 2%;
	width: 90%;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
}
.cont-trabaja form{
	float: left;
	width: 60%;
}
.cont-trabaja figure{
	float: right;
	width: 35%;
}
.cont-trabaja figure img{
	width: 100%;
	display: block;
}
/*resultados*/
.cont-resultados{
	overflow: hidden;
}
.cont-resultados article{
	float: right;
	width: 64%;
	padding: 30px 2%;
	background: #fafafa;
}
.cont-resultados article h1{
	margin-bottom: 10px;
}
.cont-resultados article h4{
	margin-bottom: 30px;
	font-size: 17px;
	color: #555;
}
.buscador-b{
	float: left;
	width: 30%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.cont-ficha h1{
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.li-b-b li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.li-b-b li span{
	color: #8c8c8c;
}
.acciones-ficha a{
	display: block;
	width: 100%;
	color: #fff;
	background: #178484;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	border: 0;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	padding: 15px 0px;
	text-align: center;
	float: left;
	cursor: pointer;
	transition-duration: 0.3s;
	display: inline-block;
	margin-bottom: 15px;
	-webkit-appearance: none;
}
.acciones-ficha a:hover{
	background: #c40000;
}

#cont-form-info{float:left; margin-bottom:0 !important; display: none; transition:0.3s; opacity: 0;padding: 0;width: 100%;}
.mas-info-open{display: block !important; transition:0.3s; opacity: 1 !important;}

#cont-form-info2{float:left; margin-bottom:0 !important; display: none; transition:0.3s; opacity: 0;padding: 0;width: 100%;}
.mas-info-open2{display: block !important; transition:0.3s; opacity: 1 !important;}
