/* Reset
----------------------------------------------------------------------------------------------------*/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

a, a:hover, a:active{
	text-decoration: none
}

img, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

ul, il{
	list-style: none;
}


/* FONTS
----------------------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'robotobold';
    src: url('../fonts/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/Roboto-Medium-webfont.eot');
    src: url('../fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Medium-webfont.woff') format('woff'),
         url('../fonts/Roboto-Medium-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotothin';
    src: url('../fonts/Roboto-Thin-webfont.eot');
    src: url('../fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Thin-webfont.woff') format('woff'),
         url('../fonts/Roboto-Thin-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* PARRAFOS Y TITULOS
----------------------------------------------------------------------------------------------------*/
.texto{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.ocultar{
}

.mostrar{
	display: none;
}

.titulo_01{
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: normal;
	font-family: 'robotolight', sans-serif;
}

.titulo_01 b{
	font-weight: normal;
	font-family: 'robotomedium', sans-serif;
}

.titulo_02{
	margin:0;
	padding:0;
	font-size:36px;
	font-weight:normal;
	font-family:'robotothin', sans-serif;
}

.titulo_03{
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: normal;
	font-family: 'robotolight', sans-serif;
}

.titulo_04{
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	font-family: 'robotolight', sans-serif;
}

.titulo_04 b{
	font-weight: normal;
	font-family: 'robotomedium', sans-serif;
}

.titulo_05{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	font-family: 'robotomedium', sans-serif;
}

.parrafo_01{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	font-family: 'robotoregular', sans-serif;
	text-align: justify;
}

.parrafo_01 b{
	font-weight: normal;
	font-family: 'robotomedium', sans-serif;
}

.parrafo_02{
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	font-family: 'robotoregular', sans-serif;
	text-align: justify;
}

.parrafo_03{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	font-family: 'robotoregular', sans-serif;
}

.lista_01{
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	font-family: 'robotoregular', sans-serif;
}

.lista_01 li{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: disc;
}

.lista_02{
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: normal;
	font-family: 'robotoregular', sans-serif;
}

.lista_02 li{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: disc;
}

.lista_02 li img{
	vertical-align:middle;
}

.colork{color:#b09a69;}
.colorf{color:#fff;}
.color0{color:#000;}
.color1{color:#333;}
.color2{color:#666;}
.color3{color:#999;}

/* PRINCIPAL
----------------------------------------------------------------------------------------------------*/
html, body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

.container {
	width:100%;
	height:100%;
	display:block;
	top: 0;
	left: 0;
}
.footer-web{
    clear: both;
    width: -webkit-calc(100% - 360px);
    width: -moz-calc(100% - 360px);
    width: calc(100% - 360px);
    top: 200%;
    padding: 20px 180px;
    letter-spacing: 0.03em;
    position: absolute;
    background-color: #1884c6;
}
.footer-web .columna{
    width: 25%;
    float: left;
    text-align:center;
    padding: 0 20px;
    color: #fff;
    box-sizing: border-box;
}
.footer-web div.bottomc{
    align-items: center!important;
    vertical-align: middle;
    margin-top: 40px;
}
.footer-web div.bottomd ul{
    margin:0 0 20px 0;
    padding:0;
}
.footer-web div.bottomd ul li{
    display: inline-block;
    text-decoration: none;
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}
.footer-web div.bottomd ul li:first-child{
    text-align: right;
}
.footer-web div.bottomd ul li:last-child{
    text-align: left;
}
.footer-web .columna img.logo-bottom{
    filter: invert(0.4);
}
.footer-web p{
   font-size: 15px; 
}
.footer-web h3{
    color:#fff;
    font-size: 16px;
    margin: 0 0 20px 0;
    font-weight: 300;
    font-family: 'roboto', sans-serif;
}
.footer-web h2{
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 20px 0;
}
.slide-menu{
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: calc(100% - 100px);
	height:100px;
	display: block;
	position: absolute;
	left: 0;
	top:0;
	z-index: 900;
	padding:0 50px;
	background-color:#fff;
	background-position: left bottom;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url('../img/barra_01.png');
}

.main{
	width:100%;
	height: -webkit-calc(100% - 100px);
	height: -moz-calc(100% - 100px);
	height: calc(100% - 100px);
	display: block;
	position:absolute;
	top:100px;
	left:0;
	z-index:100;
}

.clearbox{
	width: 0;
	height: 0;
	display: block;
	clear:both;
}


/* SLIDE-MENU
----------------------------------------------------------------------------------------------------*/
.slide-menu .logo{
	width:auto;
	height:100%;
	display:block;
	float:left;
	position:absolute;
}

.slide-menu .logo img{
width: auto;
    height: 80%;
    display: block;
    padding: 10px 0;
}

.slide-menu .menu_principal{
	width:auto;
	height:100px;
	line-height:100px;
	display:block;
	float:right;
}

.slide-menu .menu_proyecto{
	width:auto;
	height:52px;
	line-height:52px;
	display:block;
	background-color:#d9d4c0;
	position:absolute;
	bottom:-25px;
	right:0;
	z-index:100;
	padding:0 50px 0 0;
}

.slide-menu ul{
	padding:0;
	margin:0;
}

.slide-menu ul li{
	width:auto;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	font-size:13px;
	font-family: 'robotomedium', sans-serif;
}

.slide-menu .menu_proyecto ul li.titulo{
	width:auto;
	height:auto;
	float:left;
	margin:0;
	padding:0 45px;
	font-size:16px;
	font-family: 'robotolight', sans-serif;
}

.slide-menu .division{
	padding:0;
	margin: 0 20px;
	font-family:'robotomedium', sans-serif;
	color: #d6d1be;
	float:left;
}
.slide-menu .menu-face{
    display:none;
}

.slide-menu ul a{
	color: #999;
}

.slide-menu .menu_proyecto ul a{
	color: #666;
}

.slide-menu ul a img{
	vertical-align:middle;
}

.slide-menu ul a:hover{
	color: #000;
}

.slide-menu ul  a.select, .slide-menu ul  a:hover.select{
	color: #000;
}

.slide-menu ul  a:hover{
	color: #000;
}

.slide-menu .menu_social{
	width:auto;
	height:100%;
	line-height:110px;
	display:block;
	float:right;
}

.slide-menu .menu_social a{
	float:left;
}

.slide-menu .menu_social a img{
	vertical-align:middle;
}

.slide-menu .menu_social a.last{
	margin:0;
}

.menu_principal ul li.submenu{
	cursor:pointer;
	position:relative;
}

.menu_principal ul li.submenu ul{
	width:230px;
	height:auto;
	display:none;
	position:absolute;
	padding:0;
	margin:0;
	top:90px;
	left:0;
	z-index:9999;
}

.menu_principal ul li.submenu:hover ul{
	display:block;
}

.menu_principal ul li.submenu ul li{
	width:100%;
	height:35px;
	line-height:35px;
	display:block;
	text-align:left;
	font-size:12px;
	background:#b09a69;
}

.menu_principal ul li.submenu ul li a{
	width:-webkit-calc(100% - 30px);
	width:-moz-calc(100% - 30px);
	width:calc(100% - 30px);
	height:35px;
	line-height:35px;
	padding:0 15px;
	display:block;
	text-align:left;
	color:#fff;
}

.menu_principal ul li.submenu ul li a:hover{
	background:#666;
	color:#fff;
}

.menu_principal ul li.submenu ul li a.select,
.menu_principal ul li.submenu ul li a:hover.select{
	background:#333;
	color:#fff;
	text-decoration:none;
}



/* SLIDE-MENU-MOVIL
----------------------------------------------------------------------------------------------------*/
.menumovil_header{
	width: 100%;
	height:65px;
	line-height:65px;
	display: none;
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	background:#fff;
}

.menumovil_header_sombra{
	width: 100%;
	height: 5px;
	display: none;
	position: absolute;
	z-index: 9997;
	top: 65px;
	left: 0;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: repeat-x;
	background-image:url(../img/sombra.png);
}

.logomovil{
	width:auto;
	height:65px;
	position:absolute;
	z-index:900;
	top:0;
	left:20px;
}

.movil_titulo {
	font-size: 0.9em;
	font-weight: normal;
	font-family: 'robotoregular', sans-serif;
	float:right;
	line-height:35px;
	padding:0 20px 0 0;
	margin:15px 0;
	color:#b09a69;
	text-transform:uppercase;
}

.logomovil img{
	width: auto;
	height: 100%;
}

.bt_menu{
	width: 65px;
	height: 65px;
	margin: 0;
	float: right;
}

.bt_menu img{
	width: 65px;
	height: 65px;
}

.menumovil_main{
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: calc(100% - 60px);
	height: -webkit-calc(100% - 90px);
	height: -moz-calc(100% - 90px);
	height: calc(100% - 90px);
	padding: 70px 30px 20px 30px;
	position: fixed;
	display: none;
	z-index: 9998;
	top: -100%;
	left: 0;
	background:#8c7a54;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0.8em;
}

.menumovil_main h1{
	width: 50%;
	height:auto;
	padding:5px 0px;
	margin:0;
	float:right;
	clear:both;
	font-size: 1.2em;
	font-weight: normal;
	font-family: 'robotolight', sans-serif;
	color:#fff;
	text-transform:uppercase;
}

.menumovil_main a{
	width: -webkit-calc(50% - 30px);
	width: -moz-calc(50% - 30px);
	width: calc(50% - 30px);
	height: auto;
	display:block;
	float:right;
	clear:both;
	padding: 10px 15px;
	margin: 5px 0;
	font-family: 'robotobold',sans-serif;
	font-size: 0.9em;
	background: #fff;
	color:#166F00;
	text-transform:uppercase;
}

.menumovil_main a.sub{
	width: -webkit-calc(50% - 50px);
	width: -moz-calc(50% - 50px);
	width: calc(50% - 50px);
	padding: 10px 15px;
	margin: 5px 0 5px 20px;
}

.menumovil_main a:hover{
	background: #222;
	color:#fff !important;
}

.menumovil_main .seleccionado, .menumovil_main .seleccionado:hover{
	background-color: #333 !important;
	color:#fff !important;
}

.menumovil_main .seleccionadosub, .menumovil_main .seleccionadosub:hover{
	background-color: #555 !important;
	color:#fff !important;
}


/* BANNER GENERAL
----------------------------------------------------------------------------------------------------*/
#banner_slide{
}

#slide{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

#slide div{
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

#slide div a{
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

#mensaje{
	position: absolute;
	z-index: 1000;
}

#banner_menu a{
	position: relative;
}

#banner_menu a .normal{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 200;
	display: block;
}

#banner_menu a .over{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	display: none;
}

/* INICIO
----------------------------------------------------------------------------------------------------*/
.inicio{
	background-color:#ccc;
}

.banner_inicio{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.banner_inicio .imagen{
	width: 50%;
	height: 100%;
	display: block;
	float:left;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.banner_inicio .imagen2{
	width:100%;
	background-size: 100% auto;
}

.banner_inicio .imagen .fraseimg{
	width:auto;
	height: 100%;
	display: table;
	position: absolute;
	top:0;
	right:40px;
	z-index: 100;
}

.banner_inicio .imagen .fraseimg img{
	width:auto;
	height:70%;
	max-height:540px;
}

.banner_inicio .imagen .fraseimg2{
	position: absolute;
	top:40%;
	left: 0;
	z-index: 100;
}

.inicio_c1{
	width:auto;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	right:50px;
	z-index:200;
	text-align:center;
}

.inicio_c1 a{
	width:auto;
	height:100%;
	display:table;
}

.inicio_c1 h2{
	margin:15px 0 30px 0;
}

.imagen3{
	width:50%;
	height:100%;
	display:block;
	position:relative;
	background-color:#000;
	float:left;
}

.imagen3 .imagen{
	width:100%;
	height:100%;
	display:block;
	background-size:100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	position:relative;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.imagen3 .logo_proyecto{
	width:auto;
	height:320px;
	display:block;
	position:absolute;
	top:50%;
	right:36px;
	margin:-160px 0 0 0;
	z-index:100;
	box-shadow: 10px 10px 1px rgba(0, 0, 0, 0.2);
}

.imagen3 .logo_proyecto2{
	width:45%;
	height:auto;
	display:none;
	position:absolute;
	top:36px;
	right:20px;
	z-index:100;
	box-shadow: 10px 10px 1px rgba(0, 0, 0, 0.2);
}

.imagen3:hover .imagen{
	opacity:0.75;
}


/* NOSOTROS
----------------------------------------------------------------------------------------------------*/
.nosotros{
	background-image:url(../img/nosotros/01.jpg);
	background-color:#ccc;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.nosotros_c1{
	width:-webkit-calc(60% - 150px);
	width:-moz-calc(60% - 150px);
	width:calc(60% - 150px);
	height:100%;
	float:right;
	margin:0 150px 0 0;
	display:table;
}

/* EXPERIENCIA
----------------------------------------------------------------------------------------------------*/
.experiencia{
}

.experiencia_c1{
	width:16.666%;
	height:100%;
	float:left;
	display:block;
	position:relative;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#666;
}

.experiencia_c1 .img1{
	width:100%;
	height:100%;
	display:block;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.experiencia_c1 .titulo{
	width:100%;
	height:100%;
	display:table;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	opacity:1;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	text-align:center;
}

.experiencia_c1 .titulo .div{
	width:138px;
	height:1px;
	line-height:1px;
	font-size:1px;
	display:block;
	margin:5px auto;
	background:#fff;
}

.experiencia_c1 .datos{
	width:-webkit-calc(100% - 140px);
	width:-moz-calc(100% - 140px);
	width:calc(100% - 140px);
	height:auto;
	display:block;
	padding:30px 30px;
	position:absolute;
	bottom:0;
	left:40px;
	z-index:200;
	background-color:#f4f4f4;
	opacity: 0;
	-webkit-transition: bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-moz-transition: bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-o-transition: bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
	transition: bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.experiencia_c1:hover .titulo{
	opacity:0;
}

.experiencia_c1:hover .img1{
	opacity:1;
}

.experiencia_c1:hover .datos{
	opacity:1;
	bottom:30px;
}


/* PROYECTOS
----------------------------------------------------------------------------------------------------*/
/* caracteristicas*/
.p_caracteristicas{
	background-color:#ccc;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.p_caracteristicas_c1{
	width:-webkit-calc(35% - 70px);
	width:-moz-calc(35% - 70px);
	width:calc(35% - 70px);
	height:auto;
	float:right;
	margin:50px 70px 0 0;
	display:block;
}

.p_caracteristicas_c1 .bt_avance{
	width:270px;
	height:50px;
	line-height:50px;
	display:block;
	background:#013b9b;
	color:#fff;
	text-align:center;
	margin:20px 0 0 0;
	border-radius:30px;
}

.p_caracteristicas_c1 .bt_descargar{
	width:270px;
	height:50px;
	line-height:50px;
	display:block;
	background:#ff0000;
	color:#fff;
	text-align:center;
	margin:5px 0 0 0;
	border-radius:30px;
}

.p_caracteristicas_c1 .calidda{
	margin:25px 0 5px 20px;
	padding:0 0 0 20px;
	float:left;
	border:solid #fff;
	border-width:0 0 0 1px;
}

.p_caracteristicas_c1 .financiado{
	margin:20px 0 0 0;
	float:left;
}

.p_caracteristicas_c1 .financiado img{
	display:block;
	clear:both;
	margin:5px 0 0 0;
}

.p_caracteristicas .nota{
	position:absolute;
	bottom:10px;
	left:10px;
	z-index:100;
}

.imagen_caracteristicas_mobile{
	width:100%;
	height:70vh;
	display:none;
	background-size:100% auto;
	background-position:center center;
	background-repeat: no-repeat;
}

/* ubicacion*/
.p_ubicacion{
	background-color:#F3F3F3;
}

.p_ubicacion_c1{
	width:100%;
	height:100%;
	display:block;
}

#map_canvas{
	width:100%;
	height:100%;
	display:block;
}

.p_ubicacion_c2{
	width:350px;
	height:-webkit-calc(100% - 80px);
	height:-moz-calc(100% - 80px);
	height:calc(100% - 80px);
	max-height:540px;
	display:block;
	margin:0;
	padding:0;
	position:absolute;
	top:40px;
	left:40px;
	z-index:100;
}

.p_ubicacion_c2 .info{
	width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: calc(100% - 80px);
	height:-webkit-calc(100% - 205px);
	height:-moz-calc(100% - 205px);
	height:calc(100% - 205px);
	display:table;
	padding:0 40px;
	margin:0 0 5px 0;
}

.p_ubicacion_c2 .imagen{
	width:100%;
	height:185px;
	display:block;
	background-color:#ccc;
	background-size:100% auto;
	background-position:center center;
	background-repeat:no-repeat;
}

.p_ubicacion_c2 .imagen #banner_slide{
	width:100%;
	height:100%;
}

.p_ubicacion_c3{
	width: -webkit-calc(100% - 470px);
	width: -moz-calc(100% - 470px);
	width: calc(100% - 470px);
	height:100%;
	display:block;
	position:relative;
	float:right;
	margin:0 50px 0 0;
}

.p_ubicacion_c3b{
	width: -webkit-calc(100% - 430px);
	width: -moz-calc(100% - 430px);
	width: calc(100% - 430px);
	margin:0;
}

#map_canvas2{
	width: -webkit-calc(100% - 430px);
	width: -moz-calc(100% - 430px);
	width: calc(100% - 430px);
	height:100%;
	display:block;
	position:absolute;
	right:0;
	float:right;
	margin:0;
	z-index:0;
}

.p_ubicacion_c3b .leyenda{
	width:200px;
	height:auto;
	padding:15px;
	background:#fff;
	position: absolute;
	bottom:10px;
	left:10px;
	z-index: 999;
	display: block;
}

.p_ubicacion_c3b #map_canvas{
	width:100%;
	height:100%;
	position: relative;
}

.p_ubicacion_c3b .leyenda p{
	height:20px;
	line-height:20px;
	float:left;
	margin:0 0 3px 0;
}

.p_ubicacion_c3b .leyenda img{
	width:20px !important;
	height:20px !important;
	vertical-align:middle;
	display: block;
	position:relative !important;
	top:auto !important;
	right:auto !important;
	margin:0 3px 0 0 !important;
	padding:0  !important;
	float:left;
}

.p_ubicacion_c3 img{
	width:auto;
	height:90%;
	display:block;
	position:absolute;
	top:5%;
	right:0;
	padding:25px 0 0 0;
	z-index:100;
}



/* galeria*/
.p_galeria{
}

.p_galeria #banner_slide{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: block;
	background: #f5f1f2;
}

.p_galeria .anterior{
	width:50px;
	height:50px;
	display:block;
	background: url(../img/ico_02.png);
	position: absolute;
	top:47%;
	left:30px;
	z-index:300;
}

.p_galeria .siguiente{
	width: 50px;
	height: 50px;
	display: block;
	background: url(../img/ico_02b.png);
	position: absolute;
	top:47%;
	right:30px;
	z-index:400;
}

.p_galeria #banner1,
.p_galeria #banner2,
.p_galeria #banner3,
.p_galeria #banner4,
.p_galeria #banner5,
.p_galeria #banner6,
.p_galeria #banner7,
.p_galeria #banner8,
.p_galeria #banner9,
.p_galeria #banner10,
.p_galeria #banner11{
	background-size:auto 100% !important;
}


/* DEPARTAMENTOS*/
.p_departamentos{
	background-color:#f4f1f1;
}

.p_departamentos  #banner_slide{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	display:block;
}

.p_departamentos #banner_slide #banner_menu{
	width:180px;
	height:auto;
	position:relative;
	display:block;
	margin:25px 0 10px 60px;
	padding:0;
}

.p_departamentos #banner_slide .bannerb{
	width:250px !important;
}

.p_departamentos  #banner_slide #banner_menu a{
	width:100%;
	height:20px;
	line-height:20px;
	display:block;
	position:relative;
}

.p_departamentos  #banner_slide #banner_menu a .marcador{
	width:50px;
	height:20px;
	display:none;
	position:absolute;
	top:0;
	left:-60px;
	background:#b09a69;
}

.p_departamentos  #banner_slide #banner_menu a:hover{
	background:#fff;
}

.p_departamentos #banner_slide .div1{
	width:100%;
	height:1px;
	line-height:1px;
	font-size:1px;
	position:relative;
	display:block;
	margin:0;
	background-color:#333;
	clear:both;
}

.p_departamentos #banner_slide .div2{
	width:305px;
	height:1px;
	line-height:1px;
	font-size:1px;
	position:relative;
	display:block;
	margin:5px 0 5px 60px;
	background-color:#333;
	clear:both;
}

.p_departamentos #banner_slide #banner_frases{
	width:auto;
	height:130px;
	position:relative;
	display:block;
	margin:0 0 0 60px;
}

.p_departamentos #banner_slide  .banner_frasesb{
	height:110px !important;
}

.p_departamentos #banner_slide #banner_frases .frase{
	width:auto;
	height:100%;
	display:table;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.p_departamentos #banner_slide #banner_frases .frase .parrafo_03{
	margin:5px 0 0 0;
}

.p_departamentos  #banner_slide #slide{
	width: -webkit-calc(100% - 450px);
	width: -moz-calc(100% - 450px);
	width: calc(100% - 450px);
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:450px;
	z-index:600;
	background-color:#f4f1f1;
}

.p_departamentos  #banner_slide #slide div{
	height: -webkit-calc(100% - 25px);
	height: -moz-calc(100% - 25px);
	height: calc(100% - 25px);
	top:25px;
}

.p_departamentos  #banner_slide #slide div a{
	width: 100%;
	height: 100%;
	display: block;
	background-size:90% auto;
	background-position:center center;
	background-repeat:no-repeat;
	opacity:1;
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.p_departamentos  #banner_slide #slide div a:hover{
	opacity: 0.8;
}

.p_departamentos #banner_slide .nota{
	width:auto;
	height:auto;
	position:relative;
	display:block;
	margin:0 0 0 60px;
}

.p_departamentos #menumovil_planos{
	width:100%;
	height:48px;
	max-width:480px;
	line-height:48px;
	padding:0 30px;
	margin:0;
	display:none;
	clear:both;
	border:none;
	background:#b09a69;
	color:#fff;
	position:fixed;
	top:65px;
	left:0;
	z-index:800;
}



/* CONTACTO
----------------------------------------------------------------------------------------------------*/
.contacto{
}

.contacto_c2{
	width:45%;
	height:100%;
	display:block;
	float:left;
	background-color:#999;
	background-size:100% auto;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#eee;
}

.contacto_c1{
	width:-webkit-calc(55% - 250px);
	width:-moz-calc(55% - 250px);
	width:calc(55% - 250px);
	height:100%;
	display:table;
	float:right;
	padding:0 125px;
}

.contacto_c1 h2{
	padding:0 0 10px 0;
}

.form02{
	width:100%;
	height:auto;
	margin:10px 0 0 0;
}

.celda{
	width:-webkit-calc(100% - 32px);
	width:-moz-calc(100% - 32px);
	width:calc(100% - 32px);
	height:30px;
	line-height:30px;
	display:block;
	padding:0 15px;
	margin:0 0 5px 0;
	position:relative;
	clear:both;
	border:solid 1px #b09a69;
}

.celda2{
	width:-webkit-calc(100% - 32px);
	width:-moz-calc(100% - 32px);
	width:calc(100% - 32px);
	height:80px;
	display:block;
	padding:0 15px;
	margin:0 0 5px 0;
	position:relative;
	clear:both;
	border:solid 1px #b09a69;
}

.celda p, .celda2 p{
	float:left;
	line-height:30px;
}

.input01{
	width:-webkit-calc(100% - 60px);
	width:-moz-calc(100% - 60px);
	width:calc(100% - 60px);
	height:100%;
	border:0;
	float:right;
	background:transparent;
}

.textarea01{
	width:-webkit-calc(100% - 60px) !important;
	width:-moz-calc(100% - 60px) !important;
	width:calc(100% - 60px) !important;
	height:60px !important;
	padding:10px 0;
	float: right;
	border:none;
	background:transparent;
}

.form02 .alertabox{
	width:-webkit-calc(100% - 110px) !important;
	width:-moz-calc(100% - 110px) !important;
	width:calc(100% - 110px) !important;
	height:30px;
	display:block;
	margin:5px 0 0 0;
	float:left;
}

.bt_enviar{
	width:110px;
	height:30px;
	display:block;
	margin:5px 0 10px 0;
	padding:0;
	background:#b09a69;
	color:#fff;
	cursor:pointer;
	float:right;
	border:none;
	text-align:center;
}

.bt_enviar:hover{
	background:#333;
}

.bt_descarga{
	width:auto;
	height:48px;
	line-height:48px;
	display:block;
	margin:0;
	padding:0 24px;
	background:#b09a69;
	color:#fff;
	cursor:pointer;
	float:left;
	border:none;
	text-align:center;
}

.bt_descarga:hover{
	background:#333;
}

@media (max-width: 767px) {
.item {
    width: 100% !important;
      }
}

/* XS Portrait */
@media (max-width: 480px) {
.item {
    width: 100% !important;
      }
}