﻿/* CSS Document */

/*@font-face {
    font-family: 'langdon';
    src: url('fonts/Langdon.eot');
    src: url('fonts/Langdon.eot?#iefix') format('embedded-opentype'), 
        url('fonts/Langdon.woff') format('woff'), 
        url('fonts/Langdon.ttf') format('truetype'), 
        url('fonts/Langdon.otf') format('opentype'),
        url('fonts/Langdon.svg#CrimsonRoman') format('svg');
}*/
@font-face {
    font-family: 'klinic';
    src: url('fonts/KlinicSlabMedium.eot');
    src: url('fonts/KlinicSlabMedium.eot?#iefix') format('embedded-opentype'), 
        url('fonts/KlinicSlabMedium.woff') format('woff'), 
        url('fonts/KlinicSlabMedium.ttf') format('truetype'), 
        url('fonts/KlinicSlabMedium.otf') format('opentype'),
        url('fonts/KlinicSlabMedium.svg#CrimsonRoman') format('svg');
}
@font-face {
    font-family: 'klinicIt';
    src: url('fonts/KlinicSlabMediumIt.eot');
    src: url('fonts/KlinicSlabMediumIt.eot?#iefix') format('embedded-opentype'), 
        url('fonts/KlinicSlabMediumIt.woff') format('woff'), 
        url('fonts/KlinicSlabMediumIt.ttf') format('truetype'), 
        url('fonts/KlinicSlabMediumIt.otf') format('opentype'),
        url('fonts/KlinicSlabMediumIt.svg#CrimsonRoman') format('svg');
}
@font-face {
    font-family: 'langdon';
    src: url('fonts/Interstate-RegularCondensed.eot');
    src: url('fonts/Interstate-RegularCondensed.eot?#iefix') format('embedded-opentype'), 
        url('fonts/Interstate-RegularCondensed.woff') format('woff'), 
        url('fonts/Interstate-RegularCondensed.ttf') format('truetype'), 
        url('fonts/Interstate-RegularCondensed.otf') format('opentype'),
        url('fonts/Interstate-RegularCondensed.svg#CrimsonRoman') format('svg');
}


body {
    margin: 0; 
    padding:0;
	font-family:'klinic', Verdana, Geneva, sans-serif;
    font-size:19px;
    color:#252525;
}
html {
    padding: 0;
    margin: 0;
}
img{border:0; margin:0}

/*
color blanco #dbd7ca
color negro #252525
color oro #a59275
*/

h1 {
    color: #dbd7ca;
    font-family:'langdon', Verdana;
    font-weight:normal;
    font-size:37px;
	letter-spacing:-1px;
}
h2 {
    color: #dbd7ca;
    font-family:'langdon', Verdana;
    font-weight:normal;
    font-size:30px;
}
em {
    font-family: 'klinicIt', Verdana;
}
a {
    text-decoration: none;
    color:#252525;
}

.login {
    float: right;
    padding-top:10px;
    margin-right:20px;
    color:#dbd7ca;
    font-family:'langdon', Verdana;
}
.login input[type="text"] {
    background:#252525;
    color:#dbd7ca;
    border:0;
    border-bottom:solid #dbd7ca 2px;
    width:120px; 
    margin:0 15px 0 5px;
    font-family:'klinic', Verdana, Geneva, sans-serif;
    font-size:16px;
    padding:2px 4px;
}
.login input[type="text"]:focus {
    outline: solid rgba(255,255,255,0.2) 2px;
}
.login input[type="submit"] {
    background: #dbd7ca;
    color: #252525;
    border: 0;
    padding:4px;
    font-family: 'langdon', Verdana;
    font-size:20px;
}
#fondo_scroll_login {
    position:absolute; 
    width:1px; 
    height:2000px;
}
.menu {
	top:0;
    position:fixed;
    background: #252525;
	color:#dbd7ca;
    float:left;
    width:100%;
	z-index:100;
    font-family:'langdon', Verdana;
}
.menu_it {
    margin: 0;
    padding: 0;
    float:right;
    padding-top:19px;
	margin-right:138px;
    font-size:18px;
    letter-spacing:1px;
}

.menu_it li {
    display: inline;
    cursor:pointer;
    padding:22px 15px;
    margin-left:-6px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.menu_it li:hover {
    color:#a59275;
}
.menu_it_p {
    display: none;
    width: 30px;
    height: 30px;
    background: #dbd7ca;
    background-image:url(../imagenes/img/menu.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:100%;
    float: right;
    cursor:pointer;
    margin-right:160px;
    margin-top:16px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.menu_it_p_blog {
	background:#dbd7ca;
    background-image:url(../imagenes/img/menu1.png);
}
.menu_it_p:hover {
    background: #a59275;
    background-image:url(../imagenes/img/menu.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:100%;
}
.menu_it_p_blog:hover {
    background: #252525;
    background-image:url(../imagenes/img/menu1.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:100%;
}
.menu_it_p_desp {
    position:absolute;
    z-index:1000;
    top:60px; 
    right:0;
    background:#252525;
    display:none;
    z-index:1000;
    padding:0px;
}
.menu_it_p_desp ul {
    margin:0 0px 15px 0px;
	padding-left:0;
}
.menu_it_p_desp ul li{
    list-style:none;
    border-bottom:solid 1px #dbd7ca;
    padding:10px 33px 14px 33px;
    text-align:center;
    cursor:pointer;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.menu_it_p_desp ul li:hover {
    color:#a59275;
}
.menu_it_p_desp_blog{
	background:#a59275;
}
.menu_it_p_desp_blog ul li:hover {
    color:#252525;
}
.fondo_menu_p {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}
.logo {
    width: 200px;
    height:60px;
    background-image:url(../imagenes/oceano_logo2.png);
	background-position:center;
	background-repeat:no-repeat;
    float:left;
	cursor:pointer;
	margin-left:30px;
}
.idioma {
    float:right;
	position:absolute;
    z-index:1004;
	right:0;
	width:134px;
    /*border-left:solid 1px;
    background: #252525;*/
    padding:8px 0; 
    margin:10px 0 0 0;
    font-size:14px;
    letter-spacing:2px;
    overflow:hidden;
}
.idioma ul{
	padding:8px 10px;
	margin:0;
	display:none;
    margin-left:48px;
    background: #252525;
    position:relative;
}	
.idioma ul li {
    display:list-item;
	list-style:none;
	margin-top:10px;
    margin-left:17px;
    margin-bottom:22px;
	/*margin-left:61px;*/
}
.idioma ul li:nth-child(1) li{
    margin-bottom:10px;
    background:red;
}
.idioma ul li img {
    width: 19px;
    margin:0 8px 0 0;
    opacity:0.7;
}
.idioma a{ 
	text-decoration:none;
	color:#dbd7ca;
}
.idioma ul a:hover {
    color: #a59275;
}
.idioma ul a:hover img {
    opacity:1;
}{
    color: #a59275;
}
.fondo_idiomas {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}
.linea_idiomas {
    border-left: solid 1px;
    height: 35px;
    margin: 13px 0;
    float: right;
    width: 1px;
    position: absolute;
    right: 140px;
}
.contenido {
    padding-top:60px;
    float: left;
    width:100%;
}
.home {
width:100%;
height:700px;
background-image:url(../imagenes/slide_ini/1.jpg);
background-size:100%;
background-position:center;
}
.home_text{
	height:400px;
	width:40%;
	position:absolute;
	color:#dbd7ca;
	font-family:'langdon', Verdana;
	left:50%;
	margin-left:-20%;
	text-align:center;
}
.home_text_login {
    display: none;
}
.home_text2 {
    display: none;
}
.home_text3 {
    display: none;
}
.ini_ocean_en{font-size:150px; letter-spacing:12px;}
.ini_pro_en{font-size:55px; margin:-30px 0 32px 0;font-family:'klinicBo', Verdana, Geneva, sans-serif; font-weight:normal;}
.ini_ocean_es{font-size:150px; letter-spacing:12px;}
.ini_pro_es{font-size:55px; margin:2px 0 -20px 0;font-family:'klinicBo', Verdana, Geneva, sans-serif; font-weight:normal;}
.ini_ocean_ch{font-size:140px; letter-spacing:12px;}
.ini_pro_ch{font-size:50px; margin:2px 0 0 0;font-family:'klinicBo', Verdana, Geneva, sans-serif; font-weight:normal;}

.get{
	position:absolute;
    width:400px; 
    border:solid 2px; 
    margin:auto; padding:14px; 
    font-size:24px; 
    text-align:center;
    cursor:pointer;
    font-family:'langdon', Verdana;
    color:rgba(219,215,202,1);
}
.get1{}
.get2{ display:none;}
.get3{ display:none; font-size:21px; line-height:30px;}
.svg_flecha {
    position:relative;
    width:280px;
    left:50%;
    margin-left:-222px;
    opacity: 0.8;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.svg_flecha:hover {
    opacity: 1;
}
.slogan_ini {
	font-family:'langdon', Verdana;
	font-size:20px;
	color:#dbd7ca;
	text-align:center;
}
.logo_mundo {
    position: absolute;
    top: -86px;
    left: 50%;
    margin-left: -86px;
}
.contenido_seccion {
    width: 100%;
    float:left;
	background:#a59275;
    position:relative;
    padding:80px 0;
}
.contenido_int {
    width: 1200px;
    margin:0 auto;
}
.contenido_int a:hover {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.contenido_int a:hover {
    opacity: 0.6;
}
.linea {
    border-bottom: solid 1px #252525;
    width: 100%;
}
.linea1 {
    border-bottom: solid 1px #252525;
    width: 100%;
    margin:25px 0 5px 0;
}
.txt_left{
    float:left; 
    width:50%;
    line-height:30px;
}
.txt_left p, .txt_left h1 {
    padding-right:40px;
}
.txt_right{
    float:left; 
    width:50%;
    line-height:30px;
}
.txt_right p, .txt_right h1 {
    padding-left:40px;
}
.txt_equipo {
    float:left;
    width:100%;
    -moz-column-count: 2;
   -moz-column-gap: 80px;
   -webkit-column-count: 2;
   -webkit-column-gap: 80px;
}
.txt_equipo p {
    margin: 0 0 20px 0;
}
.areas_item {
    width:32%; 
    margin:2% 0 0 2%; 
    height:240px; 
    background:#252525; 
    float:left; 
    position:relative; 
    background:url(../imagenes/img/about_it.jpg); 
    cursor:pointer;
    font-family:'langdon', Verdana;
}
.areas_item:hover .areas_item_txt{
    color:#a59275;
}
.areas_item1, .areas_item4, .areas_item7 {
    margin-left:0;
}
.areas_item_txt {
    position:absolute;
    width:88%;
    bottom:10%; 
    left:6%;
    font-size:33px;
    color:#dbd7ca;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.areas_item_txt span {
    font-size: 36px;
    color: #a59275;
    font-weight: normal;
}
.areas_foto {
    position:relative;
    float:left;
    margin-top:100px;
    width:100%; 
    height:900px; 
    background-image:url(../imagenes/areas_foto.jpg);
    background-size:100%;
    background-position:center;
    text-align:center;
    font-size:49px;
    color:#dbd7ca;
    font-weight:bold;
}
.areas_foto p {
    padding-top: 340px;
	padding-left:50px; 
	padding-right:50px;
}

.equipo_item {
    float:left;
    width: 17%;
    margin-left: 3%;
    margin-top:3%;
}
.equipo_item img {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.equipo_item img:hover {
    opacity: 0.6;
}
.equipo_it_gr{
	width:77%; 
	height:450px; 
	float:left; 
	margin-left:3%;
	background-position:center;
	background-size:100%;
	background-repeat:no-repeat;
	overflow:hidden;}
.equipo_it_gr_bis{
	width:100%; 
	background:rgba(0,0,0,0.6); 
	height:100%; 
	float:left;
	opacity:0;
	text-align:center;
	transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;}
.equipo_it_gr_bis:hover{
	opacity:1;
	cursor:pointer; 
}	
.equipo_it_gr_bis div{
	padding:12px;
	color:#FFF;
	border-bottom:solid #fff;
	border-top:solid #fff;
	display:inline-block;
	font-family: 'langdon', Verdana;
	width:140px;
	font-size:30px;
	text-align:center;
	margin-top:18%;}
#equipo_it_gr_1{background-image:url(../imagenes/equipo/equipo_1.jpg);}
#equipo_it_gr_2{background-image:url(../imagenes/equipo/equipo_2.jpg);}
#equipo_it_gr_3{background-image:url(../imagenes/equipo/equipo_3.jpg);}
.equipo_fot {
    position:relative;
    width: 100%;
    height: 390px;
    background-position: center;
    background-size: 100%;
    background-repeat:no-repeat;
    overflow:hidden;
}
#equipo_fot_1 {background-image: url(../imagenes/equipo/01.jpg);}
#equipo_fot_2 {background-image: url(../imagenes/equipo/02.jpg);}
#equipo_fot_3 {background-image: url(../imagenes/equipo/03.jpg);}
#equipo_fot_4 {background-image: url(../imagenes/equipo/22.jpg);}
#equipo_fot_5 {background-image: url(../imagenes/equipo/05.jpg);}
#equipo_fot_6 {background-image: url(../imagenes/equipo/06.jpg);}
#equipo_fot_7 {background-image: url(../imagenes/equipo/07.jpg);}
#equipo_fot_8 {background-image: url(../imagenes/equipo/08.jpg);}
#equipo_fot_9 {background-image: url(../imagenes/equipo/09.jpg);}
#equipo_fot_10 {background-image: url(../imagenes/equipo/10.jpg);}
#equipo_fot_11 {background-image: url(../imagenes/equipo/11.jpg);}
#equipo_fot_12 {background-image: url(../imagenes/equipo/12.jpg);}

.equipo_fot_txt {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity:0;
    cursor:pointer;
    color:#dbd7ca;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    font-family:'langdon', Verdana;
    font-size:30px;
}
.equipo_fot_txt:hover {
    opacity:1;
}
.equipo_fot_txt div{
    margin:60% auto;
    padding:10px 0 16px 0;
    width:124px;
    border-top:solid 1px #dbd7ca;
    border-bottom:solid 1px #dbd7ca;
    text-align:center;
}
.equipo_txt {
    width: 100%;
    padding:25px 0;
    font-size:25px;
}
.equipo_txt img {
    margin-right: 4px;
}
.equipo_titulo {
    clear: both;
    padding-left: 23%;
    font-size:30px;
    color:#dbd7ca;
    padding-top:60px;
    font-family:'langdon', Verdana;
}
.cargo{
	font-size:20px;
	color:#51493e;
}
.more_photos {
    float:left;
    margin-left: 23%;
    font-size:26px;
    margin-top:20px;
    margin-bottom:40px;
    cursor:pointer;
	text-transform:uppercase;
}
.more_photos:hover {
    opacity: 0.6;
}
.more_photos img {
    width: 30px;
    margin:0 5px -2px 0;
}

.proceso_item {
    float:left;
    width: 22%;
    margin-left: 4%;
    margin-top:4%;
    color:#dbd7ca;
	cursor:pointer;
}
.proceso_item span {
    color:#a59275;
    font-size:44px;
}
.proceso_item h1 {
    margin:20px 0 30px 0;
    font-size:30px;
	transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.proceso_item div {
    text-decoration: underline;
	transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.proceso_item:hover h1{
    color:#a59275;
}
.proceso_item:hover div{
    color:#a59275;
}
.proceso_desp {
	position:relative;
    color:#dbd7ca;
    padding-top:40px;
    padding-bottom:40px;
	padding-left:26%;
    /*-moz-column-count: 3;
   -moz-column-gap: 50px;
   -webkit-column-count: 3;
   -webkit-column-gap: 50px;*/
   display:none;
}
.proceso_desp h1 {
    margin:20px 0 20px 0;
    font-size:24px;
    text-transform:uppercase;
}
.proceso_desp h2 {
    margin:0 0 30px 0;
    font-size:30px;
	color:#a59275;
    text-transform:uppercase;
}
.proceso_desp strong{
	color:#a59275;
}
.div_span {
    color:#a59275;
    font-size:28px;
}
.proceso_desp_cerrar{
	width:35px;
	height:35px;
	position:absolute;
	top:20px; right:0;
	cursor:pointer;
	background-image:url(../imagenes/img/cruz_b.png);
	background-size:102%;
	background-position:center;
	background-repeat:no-repeat;
	transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.proceso_desp_cerrar:hover{background-image:url(../imagenes/img/cruz_bb.png);}
.proceso_desp_cerrar1{
	width:74%;
	height:30px;
	position:absolute;
	bottom:0;
	left:26%;
	 opacity:0.5;
	cursor:pointer;
	background-image:url(../imagenes/img/arrow_up_.png);
	background-size:30px;
	background-position:center;
	background-repeat:no-repeat;
	transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.proceso_desp_cerrar1:hover{ opacity:1;}




.propiedades_txt {
    float: right;
    width: 25%;
}
.propiedades_txt p {
	font-size:22px;
    font-family: 'langdon', Verdana, Geneva, sans-serif; 
}
.propiedades_txt span {
    font-size: 50px;
    color: #726551;
}
.propiedades_txt span:hover {
    color: #726551;
	cursor:pointer;
	opacity:0.6;
}





form label{
	font-family:'langdon', Verdana;
	color:#dbd7ca;
}
form input{
	border:solid 1px #7f7d7e;
	color:#dbd7ca;
	 background:#373634;
	 padding:6px 8px;
	 margin-right:20px;
}
form input:focus{border:solid 1px #555;}
form textarea{
	border:solid 1px #7f7d7e;
	color:#dbd7ca;
	 background:#373634;
	 padding:6px 8px;
	 margin-right:20px;
}
form textarea:focus{border:solid 1px #555;}
form input[type='submit']{
	position:relative;
	border:solid 1px #7f7d7e;
	color:#dbd7ca;
	background:#373634;
	padding:8px;
	cursor:pointer;
	margin-right:0px;
	right:0;
}
form input[type='submit']:hover{
	border:solid 1px #555;
}
form input[type='submit']:active{
	border:solid 1px #222;
	background:none;
}
.form-submit{text-align:right;}


.d_fondo {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:rgba(0,0,0,0.5);
    z-index:1000;
    display:none;
}
.d_cont {
    position:fixed;
    width:1000px;
    z-index:1001;
    background:#252525;
    left:50%;
    margin:100px 0 0 -500px;
    display:none;
    color:#dbd7ca;
    padding-bottom:20px;
}
.d_cerrar {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 20px;
    right: 20px;
    background-image:url(../imagenes/img/cruz_b.png);
    background-size:100%;
    cursor:pointer;
}
.d_cerrar:hover {
    background-image: url(../imagenes/img/cruz_bb.png);
    background-size: 100%;
}
.d_left {
    float: left;
    width: 50%;
}
.d_right {
    float: left;
    width: 50%;
}
.d_cont h1 {
    padding-left:20px;
    color:#a59275;
	padding-right:80px;
}
.d_cont h4 {
    font-weight: normal;
    font-size: 24px;
    padding: 0 30px;
    margin-top:15px;
    line-height:36px;
}
.d_cont p{
    padding: 0 30px;
    line-height:30px;
}
.d_cont li {
    list-style-image: url(../imagenes/img/cruz_peq.png);
    margin-bottom:6px;
}
.d_cont_cat {
    position:absolute;
    width:1200px;
    z-index:1001;
    background:#252525;
    left:50%;
    margin:100px 0 0 -600px;
    display:none;
    color:#dbd7ca;
}



#equipo ul li {
    list-style-image: url(../imagenes/img/cruz_peq_b.png);
    margin-bottom:6px;
}
.equipo_h1 {
    margin:-40px 0 -5px 0;
}
#equipo h2 {
    margin: 60px 0 40px 0;
}
.equipo_fot_iz {
    float:left;
    width:30%;
    height:550px;
    background-image:url(../imagenes/img/about_it.jpg);
    color:#dbd7ca;
	overflow:hidden;
}
.equipo_fot_iz_div {
	padding:30px;
}
.equipo_fot_iz span {
    font-size: 36px;
}
.equipo_fot_iz img {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.equipo_fot_iz img:hover {
    opacity:0.6;
}
.equipo_fot_der {
    float:left;
    width:70%;
    height:550px;
    background-size:100%;
}

.m_equipo_it {
    width: 22%;
    margin-left: 4%;
    margin-top: 4%;
    float: left;
    font-size:17px;
}
.e_it_1, .e_it_5, .e_it_9, .e_it_13, .e_it_17{margin-left:0; clear: left;}
.m_equipo_it_coord {
    width: 31%;
    margin-left: 3.5%;
    margin-top: 3.5%;
    float: left;
    font-size:17px;
}
.e_it_cord_1, .e_it_cord_4, .e_it_cord_7, .e_it_cord_10, .e_it_cord_13, .e_it_cord_16 {margin-left:0; clear:left;}
.m_equipo_nom {
    font-size:23px;
   padding-bottom:10px;
}
.m_equipo_fot1 {
	margin-bottom:-5px;
    width: 100%;
    background-size:100%;
    background-repeat:no-repeat;
}
.m_equipo_fot1 img {
    width: 100%;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.m_equipo_fot1 img:hover {
    cursor:pointer;
    opacity:0;
}



.mapa_it{
	width:30px; 
	height:40px;  
	position:absolute;
	background-image:url(../imagenes/mapa_it.png);
	background-size:100%;
	background-repeat:no-repeat;
	cursor:pointer;
}
.mapa_it:hover{
	background-image:url(../imagenes/mapa_it.png);
	background-size:100%;
	background-repeat:no-repeat;
}

.mapa_it_info{
	width:240px; 
	height:160px;  
	position:absolute;
	top:-170px;
	left:-10px;
	display:none;
	cursor:auto;
	z-index:100;
}
.bocadillo{background:rgba(255,255,255,1); width:200px; margin-left:10px; margin-top:10px; height:120px;
	-moz-box-shadow: 5px 5x 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 5px 5px 3px rgba(0,0,0,0.2);
	box-shadow: 5px 3px 3px rgba(0,0,0,0.2);
	font-size:12px;
	padding:10px;
	}
.bocadillo div{
border-bottom:solid 1px; font-weight:bold; margin-bottom:8px; padding-bottom:2px;	
}
.bocadillo_tr{
	width:40px;
	height:40px;
	position:absolute; bottom:-30px; left:15px;
	background-image:url(../imagenes/img/tr.png);
	background-size:100%;
	background-repeat:no-repeat;
}



.manifesto {
position:relative;
width:100%;
height:500px;
background-image:url(../imagenes/madera.jpg);
background-size:100%;
background-position:center;
}
.manifesto_text{
	height:370px;
	width:1200px;
	position:relative;
	left:50%;
    top:120px;
	margin-left:-600px;
	text-align:center;
	color:#dbd7ca;
    font-family: 'klinic', Verdana, Geneva, sans-serif;
	text-shadow:2px 2px #333;
}
.manifesto_text_desc{font-size:50px; text-transform:uppercase; padding-top:30px;}
.manifesto_eq {
height:500px;
width:1200px;
margin:auto;
margin-top:80px;
background-position:0 -140px;
}
.manifesto_text_eq{
    top:220px;
}
.m_tx {
    position:absolute;
    width:88%;
    top:15%; 
    left:6%;
    font-size:33px;
    color:#dbd7ca;
}
.volver_desc {font-size:45px; text-align:center; margin-bottom:50px; font-weight:bold;}


.desp_login {
    display: none;
}

#user{position:fixed; z-index:1000; top:0; left:0; width:160px; height:16px; font-size:12px; background:#FFF; display:none;}


.fot_tfn{font-size:55px; color:#a59275; text-align:center;}
.fot_mail {
font-size: 20px;
width: 300px;
color: #dbd7ca;
border: solid 2px;
padding: 10px 20px 10px 20px;
text-align: center;
font-family: 'langdon', Verdana;
letter-spacing: 4px;
margin-top: 50px;
position: relative;
left: 50%;
margin-left: -200px;
}
.fot_mail a{color:#dbd7ca;}
.fot_design{ position:absolute; bottom:10px; right:20px; text-align:right; color:#a59275;font-family:'klinicIt', Verdana; font-weight:100; font-size:16px;}
.fot_design a{ color:#dbd7ca; font-family:'Langdon', Verdana;}
.fot_contacto{width:720px; margin:auto; color:#dbd7ca; font-family: 'klinic', Verdana, Geneva, sans-serif;}
.fot_contacto_raya{position:absolute; height:100px; border-right:solid 2px #dbd7ca; right:-6px; top:0;}
.contacto_l{
	float:left;
	position:relative;
	width:45%;
	padding-right:5%;
	text-align:center;
}
.contacto_r{
	float:left;
	position:relative;
	width:45%;
	padding-left:5%;
	text-align:center;
}


.login_div{
	background:#252525; 
	float:left; 
	width:100%; 
	text-align:center; 
	padding-bottom:80px;
	margin-top:-20px;
}
.login_div_int{
	background:rgba(0,0,0,0.7); 
	padding:20px 10px; 
	padding-left:30px;
	border:solid 1px #fff; 
	float:left; 
	width:530px; 
	position:absolute;
	left:50%;
	margin-left:-280px;
	top:250px;
}

.login_div_int1{
	background:#dbd7ca; 
	padding:30px 60px 80px 40px; 
	float:left; 
	width:300px; 
	position:absolute;
	left:50%;
	margin-left:-200px;
	top:150px;
	font-family:'langdon', Verdana;
	border-bottom:solid 4px #252525;
	font-weight:bold;
}
.login_div_int1 form input{
	border:0;
	border-left:solid 4px #252525;
	margin-top:12px;
	color:#333;
	background:#ebebeb;
	padding:8px;
	padding-left:8px;
	width:100%;
}
.login_div_int1 form input:focus{ outline:0;}
.login_div_int1 form input[type='submit']{
	font-family:'langdon', Verdana;
	border:0;
	border-bottom:solid 4px #252525;
	font-size:18px;
	color:#999;
	padding:4px 8px;
	cursor:pointer;
	width:100px;
	position:absolute;
	right:4px;
	margin:12px 36px 20px 20px;
}
.login_div_int1 form input[type='submit']:hover{
	background:#ebebeb;
}
.login_div_int1 form input[type='checkbox']{
	width:20px;
	margin:14px 0 -8px 0;
	float:left;
}
.login_div_int1 .check{
	font-size:14px;
	font-weight:normal;
	float:left;
	color:#999;
	margin-top:12px;
	}
.cont_login_privado{
	position:relative; 
	background-position:top; 
	background-size:100%; 
	background-image:url(../imagenes/password_oceano1.jpg); 
	height:430px; 
	padding:50px 0;
}




.div_login_1{
	float:left;
}
.div_login_2{
	float:left;
}
.div_login_3{
	float:left;
}


.admin_table{
	width:100%;
}
.admin_table input{
	width:100%;
	padding:0;
}


/*Desplegable POLITICA COOKIES*/
.msgcookie{display:block;position:fixed; z-index:9;bottom:0;height:76px;width:100%;background:rgba(0,0,0,0.8);color:#fff;font-size:11px;font-family:sans-serif; text-align:center}
.msgcookie p{width:1050px;margin:0 auto;background:url(cookie.png) 0 0 no-repeat;padding:10px 0 0 0; font-size:14px;}
.msgcookie p a:link,.msgcookie p a:active,.msgcookie p a:visited,.msgcookie p a:hover{color:#fff; text-decoration:underline;}
.msgcookie a.close{opacity:0.9;}
a.close:hover{opacity:1;}


/*google maps api*/
.gm-style-iw{ width:200px;}


/* footer */
.footer_l{width:50%; height:400px; float:left; color:#dbd7ca; margin-top:60px; margin-bottom:160px;}
.footer_l p{padding:0 40px 0 0;}
.footer_r{width:50%; height:400px; float:left; margin-top:60px; margin-bottom:160px;}

#form_cont{text-align:right; margin-top:10px;}
#form_cont input{ width:70%; outline:0; background:#dbd7ca; border:0; color:#252525;font-family: 'klinic', Verdana, Geneva, sans-serif; font-size:16px; float:left;}
#form_cont textarea{width:70%; outline:0; background:#dbd7ca; border:0; color:#252525; height:160px;font-family: 'klinic', Verdana, Geneva, sans-serif; font-size:16px; float:left;}
#form_cont input[type='submit']{width:30%;font-family: 'klinic_it', Verdana, Geneva, sans-serif;  font-size:18px; padding:11px 0; float:right; transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;}
#form_cont input[type='submit']:hover{background:rgb(189,185,172);}

.input{background:#dbd7ca; width:80%; float:right;  padding:13px 15px 13px 0; margin-bottom:15px;}


/*mensaje desp validar formulario*/
.desp_mensaje{position:fixed; z-index:100; background:rgba(0,0,0,0.5); left:0; right:0; top:0; bottom:0; display:none;}
.desp_mensaje_int{position:fixed; z-index:101; width:400px; padding:2px 20px 20px 20px; background:#dbd7ca; color:#252525; border:solid 2px #252525; left:50%; top:50%; margin-left:-220px; margin-top:-100px;font-family: 'Titillium Web', sans-serif; display:none; font-size:14px;}
.desp_mensaje_int a{position:absolute; right:10px; top:8px; z-index:10;}
.desp_mensaje_int a:hover{ opacity:0.5;}


/* genericons */

.genericon{
	padding: 6px 14px 6px 14px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 25px;
	line-height: 1;
	position: relative;
	width: 25px;
	height: 25px;
	color:#252525;
}