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

@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    font-style: normal;
}

/* CSS reset */

html, body, div, span, 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, samp,
small, strike, strong, sub, sup, tt, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}



/* Extra options you might want to consider*/
table {
    border-collapse:collapse;
    border-spacing:0;
}

fieldset,img { 
    border:0;
}

input{
    border:1px solid #b0b0b0;
    padding:3px 5px 4px;
    color:#979797;
    width:190px;
}

address,caption,cite,code,dfn,th,var {
    font-style:normal;
    font-weight:normal;
}

ol,ul {
    list-style:none;
}

caption,th {
    text-align:left;
}

q:before,q:after {
    content:'';
}

abbr,acronym { 
    border:0;
}

a {
	display:block;
	text-decoration:none;
	color:#000;
}

p {
	display:block;
}

body {    
    margin: 0px !important;
    padding: 0px !important;
}




/* BODY & HTML */

html{
	height: 100%;
}

body {
	font: 400 14px/20px "Source Sans Pro", Arial, sans-serif;
	background-color: white;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	color: #000;
	height: 100vh;
	box-sizing: border-box;
	font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}


/* HEADER Components */
#header_full_line{
	position: fixed;
    top: 0px;
    width: 100%;
    padding: 0px;
    z-index: 999;
    height: 90px;
    margin: 0px auto;
    border-bottom: 1px solid #DDD;
    background-color: white;
}

#wrapper{
	width: 100%;
	max-width:100%;
	min-height: 100vh;
	margin: 0px auto;
}

#site_max{
    z-index: 1;
	width: 100%;
	min-height: 100vh;
	margin: 0px auto;
    padding: 0px;
}


/* HEADER Bar */

#block_header_bar{
	position: fixed;
    top: 0px;
    background-color: white;
    width: 100%;
    padding: 0px;
    z-index: 1000;
    height: 100px;
    max-width: 1000px;
    margin: 0px auto;
    border-bottom: 1px solid #DDD;
}

#block_header_bar__color{
	position: fixed;
    top: 0px;
    width: 100%;
    padding: 0px;
    z-index: 1000;
    height: 60px;
    max-width: 100%;
    margin: 0px auto;
    background-color: white;
    border-bottom: 1px solid #ddd;
}

/* HEADER Logo */

.block_header_bar__block_logo{
	height: inherit;
    padding: 0 24px;
    width: calc(100% - 48px);
    position: relative;
	float: left;
}

.header_logo{
	margin-top: 24px;
    width: 120px;
    float: left;
    padding: 0px;
}

.header_logo > a {
	display: inline-block;
	width:100%;
}

.header_logo img{
    width: 100%;
}

.header_logo > a > p{
	font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}



/* HEADER Menu */

#block_menu_bar {
    display: none;
	visibility: hidden;
}
/*- HACER VISIBLE EL ICONO DE MENU SIEMPRE -*/
#block_menu_bar {
    float: right;
    width: auto;
    height: auto;
    padding: 0px;
    text-align: center;
    overflow: hidden;
    z-index: 1005;
    position: absolute;
    top: 20px;
    right: 0px;
    display: block;
	visibility: visible;
}

#block_menu_bar > a {
	font-size: 1rem;
    padding: 0px 24px 0px 0px;
    display: block;
    width: auto;
    font-weight: 300;
    z-index: 1003;
    text-align: center;
    height: 24px;
}

.block_menu_bar__menu_icon{
	height: 25px;
	width: auto;
	z-index: 1005;
	opacity: 1;
}

.active_tab{

}

#block_menu_max{
	position: absolute;
    top: calc(-100vh);
	right: 5px;
    width: 220px;
    height: auto;
    background-color: white;
	overflow-y:auto;
    transition: height 0.5s, left 0.5s, top 0.5s;
    -webkit-transition: height 0.5s, left 0.5s, top 0.5s;
	opacity:1;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	z-index: 1005;
}

#block_menu_page{
    width: 100%;
}

#block_menu_background {
	background-color: black;
    opacity: 0.3;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
	visibility: hidden;
	z-index: 1001;
}

.menu{
	background-color: #aaa;
    padding-top: 0px;
    width: 100%;
}

.actual_page{
	position: absolute;
    top: 12px;
    left: 60px;
    font-size: 0.9rem;
    line-height: 1.4;
    color: black;
    font-weight: 300;
	text-transform: uppercase;
	z-index: 1001;
}

.menu_class_1{
    background-color: #f4f4f4;
	padding: 24px 24px 12px 24px;
    width: calc(100% - 48px);
	background-image:url(../icons/menu_arrow_12.png);
	background-repeat: no-repeat;
    background-position: 10px 13px; 
	border-top: 1px solid #eee;
}

.menu_class_2{
    background-color: #777;
	margin: 0px;
    padding: 10px 15px 10px 45px;
	width: calc(100% - 60px);
	background-image:url(../icons/menu_arrow_12.png);
	background-repeat: no-repeat;
    background-position: 25px 13px; 
	border-top: 1px solid #6a6a6a;
}

.menu_class_3{
    background-color: #888;
	margin: 0px;
    padding: 10px 15px 10px 60px;
	width: calc(100% - 75px);
	background-image:url(../icons/menu_arrow_12.png);
	background-repeat: no-repeat;
    background-position: 40px 13px; 
	border-top: 1px solid #7a7a7a;
}

.menu > a{
	color: #444;
    font-size: 1.0rem;
    line-height: 1.4rem;
    font-weight: 400;
}

.menu > a:hover{
	background-color: #EEE;
}



#block_menu_inline {
    display: block;
	visibility: visible;
	position:absolute;
	right: 24px;
	bottom: 12px;
}

/*- ANULAR MENU EN LINEA -*/
#block_menu_inline {
	display: none;
    visibility: hidden;
}

.menu_inline{
    
}

.menu_inline > a {
	font-size: 1rem;
    border-left: 0px;
    padding-left: 12px;
    display: inline-block;
    width: auto;
    font-weight: 400;
    z-index: 1003;
    text-align: center;
    height: 24px;
	text-transform: uppercase;
	color: #888;
}

.menu_inline > a:hover{
	text-decoration-line: underline;
}

#block_menu_idiom {
	float: right;
    width: auto;
    height: auto;
    padding: 0px;
    text-align: right;
    overflow: hidden;
    z-index: 1000;
    position: absolute;
    top: 12px;
    right: 24px;
    display: none;
    visibility:hidden;
}
.header_menu_idiom_link{
	color: #888;
}


/* HEADER Others */

#block_header_bar_txtlinks{
	display: inline-block;
    float: right;
    padding: 20px 10px;
    opacity: 1;
    z-index: 101;
}

#block_header_bar_txtlinks > a > img{
	height: 40px;
	width:auto;
}


/* MENU Classic */

#menu > a img{
	height: 60px;
	margin: 55px 45px 35px 45px;
}

#menu_bar {
	position: absolute;
    top: 0px;
    right: 0px;
    background-color: transparent;
    width: 450px;
    padding: 0px;
    margin: 0px;
    z-index: 1000;
    height: 80px;
	text-align: right;
}

.menu_txtlinks{
	display:inline-block;
	width: auto;
	text-align: right;
}

.menu_txtlinks_a{

}
.menu_txtlinks_a > img{
	height: 20px;
    padding: 40px 20px 0px 0px;
}


/* Basic Components */

#site{
    padding-top: 60px;
    width: 100%;
    margin: 0px;
    z-index: 1;
}

.full_layout{
    position: absolute;
	top:0px;
	left:0px;
	width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
	z-index:1;
	transition: left 1s, right 1s, opacity 1s;
	-webkit-transition: left 1s, right 1s, opacity 1s; /* Safari */
}

.full_layout > span > img{
	width:100%;
}

.full_layout_2{
    position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
	z-index:1;
	transition: left 1s, right 1s, opacity 1s;
	-webkit-transition: left 1s, right 1s, opacity 1s; /* Safari */
}

#social_icons {
    width: 50px;
}

/* Index components */
.index_container{
	position: absolute;
    top: 50vh;
    left: 24px;
    z-index: 1;
}

.index_container_logo{
	float: left;
    width: 164px;
}


.index_container_logo > img{
	width: 164px;
}

.index_container_action{
	float: left;
    width: 100%;
}

.index_container_buttom{
	border: 1px solid #bbb;
    margin: 6px 0;
    padding: 6px;
    float: left;
    text-align: center;
    width: 150px;
}

.index_container_buttom_img{
	width: 100px;
}


/*- Blocks -*/
.horizontal_block {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px auto;
    float: left;
	margin-top: 0px;
}

#block_1 {
    background-color: transparent;
    position: relative;
}

#block_2 {
    background-color: transparent;
    position: relative;
}

#block_3 {
    background-color: transparent;
    margin-top: 0px;
}


#content{
	float: left;
    width: 100%;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
    width: calc(100% - 0px);
    position: relative;
    float: left;
}

.section--title{
	padding: 24px 24px 12px 24px;
    float: left;
    width: calc(100% - 48px);
    background-color: #009ada;
    font-size: 2.4rem;
	font-weight: 400;
    color: white;
    border-radius: 0 0 0px 0px;
	z-index: 100;
	line-height: 1.5;
}
.section--title > p {
    text-align: left;
    display:inline;
}

.section--title-2{
	padding: 48px 24px 24px 24px;
    float: left;
    width: calc(100% - 48px);
    background-color: white;
    font-size: 2.4rem;
	font-weight: 400;
    color: #444;
    border-radius: 0 0 0px 0px;
    z-index: 100;
    line-height: 1.0;
}
.section--title-2 > p {
    text-align: left;
    display:inline;
}

.section--center{
	float: left;
    width: 100%;
	padding: 0px;
	padding-bottom: 40px;
	background-color: white;
}

.section--title .sub{
    font-size: 1rem;
	font-weight: 300;
    color: #888;
	line-height: 1.4;
}

.section--back{
    padding: 10px 20px;
    background-color: #f4f4f4;
    float: left;
    width: 100%;
}

.section--back > a{
    font-size: 0.9rem;
	font-weight: 300;
    color: #888;
	line-height: 1.4;
}

.section--back-img{
	height: 0.9rem;
    vertical-align: middle;
    line-height: 1.4;
    margin-right: 5px;
}




/*- Portadas -*/
.portada {
    width: 100%;
    height: calc(100vh - 91px);
    min-height: 120px;
    margin: 0px;
    display: block;
    overflow: hidden;
    padding: 0px;
    background-color: transparent;
    position: relative;
}

.portada > a > figure > span > img{
    width: 100%;
}
.portada > figure > span > img{
    width: 100%;
}
.portada > img{
    width: 100%;
}

.portada > figure {
    margin: 0px;
    opacity: 1;
    filter: alpha(opacity = 100);
    transition: top 1s, opacity 1s;
    -webkit-transition: top 1s, opacity 1s;
    text-align: center;
    width: 100%;
}

.first_picture{
	height: 160px;
	border-radius: 0 0 0px 0px;
}

/*- Componentes de Supertxt -*/
.block_subtitle{
	margin: 0px;
	margin-bottom: -6px;
    padding: 12px 24px 0px 24px;
    width: calc(100% - 48px);
    float: left;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 600;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    color: #222;
}

.block_undertitle{
	margin: 0px;
    margin-top: -12px;
    padding: 0px 24px 24px 24px;
    width: calc(100% - 48px);
    float: left;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    color: #666;
}

.block_text{
	margin: 0px;
    padding: 12px 24px;
    width: calc(100% - 48px);
	max-width: 750px;
    float: left;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    color: #444;
    line-height: 1.4rem;
}

.block_text_centered{
    text-align: center;
}

.block_picture{
	margin: 0px;
    padding: 24px 24px;
    width: calc(100% - 48px);
    float: left;
    text-align: left;
}

.block_picture > figure {
    margin: 0px;
    text-align: center;
    width: 100%;
	overflow: hidden;
}
.block_picture > figure > span {
    width: 100%;
}
.block_picture > figure > span > img{
    width: 100%;
}
.block_picture > a {
    margin: 0px;
}
.block_picture > a > figure {
    margin: 0px;
    text-align: center;
    width: 100%;
	overflow: hidden;
}
.block_picture > a > figure > span {
    width: 100%;
}
.block_picture > a > figure > span > img{
    width: 100%;
}
.block_picture > img{
    width: 100%;
}

.block_picture_caption{
	margin: 0px;
    margin-top: -24px;
	margin-bottom: 12px;
    padding: 6px 24px;
    width: calc(100% - 48px);
    float: left;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    color: #666;
    font-style: italic;
	line-height: 1.4;
}

.block_carrusel{
	margin: 0px;
	margin-bottom: 24px;
    padding: 0px 0px;
    width: 100%;
    float: left;
    background-color: #DDD;
    text-align: left;
}

.block_video{
	margin: 0px;
    padding: 24px 24px;
    width: calc(100% - 48px);
    float: left;
}

.block_document{
	margin: 0px;
    padding: 12px 24px 0 24px;
    width: calc(100% - 48px);
    float: left;
    font-size: 0.8rem;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    color: #222;
}

.block_document > a{
	display: block;
    text-decoration: none;
    color: #000;
}
.block_document > a > p{
	display: inline;
    text-decoration: none;
    color: #666;
	margin-left: 5px;
}

.block_weblink{
	margin: 0px;
    padding: 12px 24px 0 24px;
    width: calc(100% - 48px);
    float: left;
    font-size: 1rem;
    line-height: 1.7rem;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    color: #222;
}

.block_email{
	margin: 0px;
    padding: 12px 24px 0 24px;
    width: calc(100% - 48px);
    float: left;
    font-size: 1rem;
    line-height: 1.7rem;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    color: #222;
}

.block_tabla{
	margin: 0px;
    padding: 12px 24px;
    width: calc(100% - 48px);
    float: left;
    font-size: 0.8rem;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    color: #222;
}

.micro_icon{
    height: 1.2rem;
    vertical-align: sub;
    display: inline;
    margin-right: 5px;
}

/*- Project -*/
.project_title{
	position: absolute;
    bottom: 00px;
    width: calc(100% - 80px);
    padding: 40px;
    font-size: 2rem;
    color: white;
    font-weight: 300;
}

.block_content{
	padding: 24px;
    width: calc(100% - 48px);
	float:left;
}

.container_center{
	width: 100%;
    float: left;
}

.content_block{
	width: 100%;
    float: left;
	margin-bottom: 24px;
}

.content_block_title{
	width: 100%;
    float: left;
	font-size: 1.3rem;
    padding: 24px 0px 12px 0px;
    font-weight: 600;
}

.content_block_text{
	width: 100%;
    float: left;
    font-size: 1.3rem;
    line-height: 1.7rem;
}

.project_data{
	width: 100%;
    float: left;
}

.block_line{
	font-size: 1.2rem;
    line-height: 1.5rem;
	margin-bottom: 12px;
}

.block_line_1{
    font-weight: 400;
}

.block_line_2{
    font-weight: 200;
}

.underline{
	text-decoration-line: underline;
}

.column_left{
	width: calc((100% - 24px) / 2);
    display: inline-block;
	float: left;
}

.column_right{
	width: calc((100% - 24px) / 2);
    display: inline-block;
	float: right;
}

.project_data_table{
	background-color: transparent;
	border-spacing: 0;
    border-collapse: collapse;
	width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
	border-bottom: 1px solid #000;
}

.td_left{
	border-top: 1px solid #000;
	padding: 12px;
	font-size: 1rem;
    line-height: 1.2rem;
    vertical-align: top;
	width: 100px;
}

.td_right{
	border-top: 1px solid #000;
	padding: 12px;
	font-size: 1rem;
    line-height: 1.2rem;
    vertical-align: top;
}

.lightgallery{
	width: 100%;
    float: left;
}

.lightgallery > span{

}

.lightgallery > span > img{

}

.lightgallery > span > a{

}

.lightgallery > span > a > img{

}


/*- Bloques de Textos -*/

.block_1{
    margin: 0 0 24px 24px;
    width: calc(100% - 50px);
    border: 1px solid #DDD;
    border-radius: 0px;
	position:relative;
    float: left;
}

.block_all_subtexts {
    margin: 24px 0;
    width: 100%;
    border-radius: 0px;
    position: relative;
    float: left;
}

.block_subtext {
    margin: 0 0 24px 24px;
    width: calc(50% - 36px);
    border: 0px solid #DDD;
    border-top: 0px solid #60AEDC;
    border-radius: 0px;
    position: relative;
    float: left;
    background-color: #eee;
}

.block_card{
    margin: 0px;
    width: 100%;
    border: 0px;
    border-radius: 0px;
    float: left;
}

.block_google_map{
    margin: 0 0 5% 5%;
    width: calc(90% - 2px);
	border: 1px solid #DDD;
    border-radius: 0px;
	height: 300px;
    padding: 0px;
	float:left;
	position: relative;
}

.title_card {
    width: auto;
    font-size: 1.4rem;
    color: #444;
    line-height: 1.4;
    position: relative;
    overflow: initial;
    padding: 15px 15px 15px 15px;
    left: 0px;
    font-weight: 400;
}

.title_card > p{
    display:inline;
}

.text_card {
    width: auto;
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    overflow: initial;
    padding: 20px;
	left: 0px;
    color: #222;
}

.text_subtext{
	width: auto;
    font-size: 1rem;
    color: #888;
    line-height: 1.4;
    position: relative;
    overflow: initial;
    padding: 12px 0px;
    left: 0px;
    font-weight: 400;
}

.subtext_block_picture{
	padding: 0px;
    width: 100%;
    height: 250px;
    margin: 0px;
    width: 100%;
    border: 0px solid #DDD;
    border-bottom: 0px solid #DDD;
    border-radius: 0px;
    float: left;
    overflow: hidden;
}

.subtext_block_picture > figure{
    padding: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
}

.subtext_block_picture > figure > span{
    padding: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
}

.subtext_block_picture > figure > span > img{
    padding: 0px;
	width: 100%;
	height: auto;
	margin: 0px;
}



/*- Formularios -*/
.form_row{

}

.left_column{

}

.right_column{

}

.form_last_row{

}

.button_submit{

}




/*- SIN USAR -*/
#card_separated {
    margin-top: 0px;
    margin-bottom: 10px;
    position: relative;
}

.back_gris {
    width: 100vw;
	margin-bottom: 0px;
}
.back_gris > figure {
    width: 100%;
}
.back_gris > figure > span {
    width: 100%;
}
.back_gris > figure > span > img{
    width: 100%;
}

.block_type_1{
	display: inline-block;
	margin: 10px 20px;
    width: calc(33.29% - 42px);
}

.block_type_black{
	width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
	position: absolute;
    top: 0px;
    left: 0px;
}

.block_type_black :hover{
    opacity: 0.5;
}

.block_type_1_title_wrapper{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.block_type_1_title{
	font-size: 1.8rem;
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
	letter-spacing: 0.3rem;
	width:100%;
	margin-top:140px;
	line-height: 1.2;
}

.block_type_1_subtitle{
	font-size: 1.1.8rem;
    font-weight: 300;
    color: #888;
    line-height: 1.3;
}

.block_type_1_img{
	background-color: #888;
    width: 100%;
    height: 300px;
    margin-bottom: 0px;
	position: relative;
}

.wimg{
    width: 100%;
	height: 100%;
}

.block_type_2{
	display: inline-block;
    margin: 40px;
    width: calc(50% - 82px);
	background-color: #111;
	padding-bottom: 10px;
}

.block_type_2_title{
	font-size: 1.2rem;
    font-weight: 300;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1rem;
    width: 100%;
    margin-top: 10px;
    line-height: 1.2;
}

.block_type_2_subtitle{
	font-size: 1.1rem;
    font-weight: 300;
    color: #AAA;
    line-height: 1.3;
    width: 100%;
    text-align: center;
    margin-top: 2px;
}

.block_type_2_img{
	background-color: #888;
    width: 100%;
    height: 300px;
    margin-bottom: 0px;
	position: relative;
}

.block_proyect{
	position: relative;
	width:100%;
	height: 750px;
    overflow: hidden;
	background-color:black;
	margin-top: 80px;
}

.block_proyect_1{
	position: absolute;
	top: 0px;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	overflow: hidden;
	opacity: 0.5;
    filter: Alpha(opacity=50); /* IE8 and earlier */
	width: 100%;
    height: 100%;
}

.block_top{
	float: left;
    width: 100%;
	position: relative;
}

.block_proyect_1_text{
	position: absolute;
	top: 0px;
	padding: 80px;
	width: calc(100% - 160px);
}

.block_proyect_1_title_block{
    max-width: 500px;
    position: absolute;
    left: 60px;
    top: 60px;
}

.block_proyect_1_title{
	font-size: 2.5rem;
    color: white;
    line-height: 1;
    font-weight: 300;
}

.block_proyect_1_subtitle {
    font-size: 1.2rem;
	margin-top: 5px;
    color: #DDD;
    line-height: 1.4;
    font-weight: 400;
    max-width: 300px;
    text-transform: uppercase;
}

.block_proyect_1_memory_backg{
	width: 1000px;
    height: auto;
    min-height: 550px;
    position: absolute;
    right: 0px;
    top: 250px;
    padding: 0px;
    background-image: url(../imgs/diagonal.png);
    background-repeat: no-repeat;
    background-position: right top;
    z-index: 10;
}

.block_proyect_1_memory{
	font-size: 1.1rem;
    color: #DDD;
    line-height: 1.4;
    font-weight: 300;
    width: 350px;
    padding-right: 5vw;
    padding-top: 180px;
	padding-bottom: 5vw;
    text-align: right;
    float: right;
}

/*- fotos -*/
.block_proyect_1_pictures{
	padding: 50px;
    text-align: center;
    float: left;
    background-color: black;
    border-top: 1px solid #222;
	width: calc(100% - 100px);
}

.block_proyect_1_pict_wrapper{
    padding: 0px;
    text-align: center;
	width: 100%;
	height: 100%;
}

.block_proyect_1_pict_li{
	width: calc((100% / 4) - 2px);
	height: 180px;
	margin: 1px;
	display:inline-block;
	float:left;
	position:relative;
}

.block_proyect_1_figure{
	width: 100%;
	height: 100%;
	padding:0px;
	margin:0px;
	z-index:1;
}

.block_proyect_1_pict_li > a{
	width: 100%;
	height: 100%;
	padding:0px;
	margin:0px;
}

.block_proyect_1_figure > span{
	width: 100%;
	height: 100%;
	padding:0px;
	margin:0px;
}

.block_proyect_1_figure > span > img{
	width: 100%;
	height: 100%;
	padding:0px;
	margin:0px;
}

.figure_diagonal{
	position: absolute;
	width: 50px;
	height: 50px;
    bottom: 0px;
    right: 0px;
	z-index:2;
}

.figure_diagonal > img{
	width: 50px;
	height: 50px;
	padding:0px;
	margin:0px;
}

.figure_text_diagonal{
	position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 3;
    color: #AAA;
    padding: 2px 5px;
    text-align: right;
    font-size: 1.2rem;
    line-height: 1.4;

}

/*- Webtexts-*/
#content_1{
	position: relative;
    padding: 20px 20px 20px 20px;
    float: left;
    width: calc(100% - 40px);
}

#block_line_total{
	display: block;
    min-height: 170px;
    height: auto;
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: #DDD;
    margin-bottom: 40px;
    border-radius: 0px;
	float: left;
}

#block_line_total > a{
    height: 100%;
    width: 100%;
}

#block_line_figure{
	width: 250px;
    height: inherit;
    min-height: 170px;
    overflow: hidden;
    margin: 0;
    position: relative;
    background-color: #F7F4EE;
    border-radius: 0px;
	display: inline-block;
}

#block_line_figure >  span > img{
    display: inline-block;
    vertical-align: middle;
	width: 100%;
	max-width: 100%;
    height: auto;
}

#block_line_text{
	width: calc(100% - 280px);
    margin: 30px 0px;
    height: calc(100% - 60px);
	display: inline-block;
	float:right;
}

#block_line_title{
	text-align: left;
    font-size: 1.71rem;
    font-weight: 300;
    line-height: 1.2;
    color: #000;
    overflow: hidden;
	width: calc(100% - 90px);
    padding-right: 90px;;
    float: left;
    margin: 5px 0;
}

#block_line_date{
	text-align: left;
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.2;
    color: #666;
    max-width: 260px;
    float: left;
}

#block_line_memory{
    text-align: left;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.4;
    color: #222;
    float: left;
    width: calc(100% - 30px);
}


#block_type_3{
	display: block;
    min-height: 170px;
    height: auto;
    width: 100%;
	max-width: 750px;
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: black;
    margin-bottom: 40px;
    border-radius: 0px;
	float: left;
	opacity: 0.9;
}

#block_type_3_line{
	width: calc(100% - 80px);
    margin: 0px 0px 40px 0;
    height: calc(100% - 60px);
    display: inline-block;
    float: right;
    padding: 0 40px;
}

#block_type_3_title{
	text-align: left;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.2;
    color: white;
    overflow: hidden;
    width: 100%;
    padding: 40px 0px;
    float: left;
}

#block_type_3_memory{
    text-align: left;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.4;
    color: white;
    float: left;
    width: calc(100% - 30px);
}


#article_top_figure{
	width: 100%;
    height: 550px;
    min-height: 550px;
    overflow: hidden;
    margin: 0;
    position: relative;
    background-color: #F7F4EE;
    border-radius: 0px;
	display: inline-block;
}

#article_line_text{
	width: calc(100% - 280px);
    margin: 30px 0px;
    height: calc(100% - 60px);
	display: inline-block;
	float:right;
}

#article_line_title{
	text-align: left;
    font-size: 1.71rem;
    font-weight: 300;
    line-height: 1.2;
    color: #000;
    overflow: hidden;
	width: calc(100% - 90px);
    padding-right: 90px;;
    float: left;
    margin: 5px 0;
}

#article_line_date{
	text-align: left;
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.2;
    color: #666;
    max-width: 260px;
    float: left;
}

#article_line_memory{
    text-align: left;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.4;
    color: #222;
    float: left;
    width: calc(100% - 30px);
}

#article_box_figures{
	width: 250px;
    height: auto;
    margin: 0px;
    position: relative;
    border-radius: 0px;
	display: inline-block;
	float:left;
}

#article_figures{
	width: 250px;
    height: 170px;
    min-height: 170px;
    border-radius: 0px;
	float:left;
	margin-top: 2px;
}

#article_figures >  span > img{
    display: inline-block;
    vertical-align: middle;
	width: 100%;
	max-width: 100%;
    height: auto;
}

#article_docs{
	float:left;
	margin-top:20px;
	width: 100%;
}

#article_doc_line{
	margin: 0px 0px 10px 0px;
}

#article_doc_line > a{

}

#article_doc_memory{
    text-align: left;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.4;
    color: #222;
    width: calc(100% - 30px);
}


.icon_download{
    height: 25px;
	display:inline;
	vertical-align: bottom;
}

#article_doc_title{
    text-align: left;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #222;
    width: calc(100% - 50px);
	display:inline;
	margin-left:10px;
	vertical-align: bottom;
}

#article_doc_archive_name{
    text-align: left;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.4;
    color: #222;
    width: calc(100% - 30px);

}

/*- Slider -*/

.slider_center {
	position: absolute;
	bottom: 24px;
    left: calc((100vw - 1000px) / 2);
    width: 500px;
    height: 150px;
	border: 0px;
}

.slider_back{
	position:absolute;
	top: 0px;
	left:0px;
    margin: 0;
    width: 100%;
	height: 100%;
    background: #60AEDC;
    opacity: 0.7;
}

.slider_text{
	position:absolute;
	top: 0px;
	left:0px;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: white;
    margin: 0;
    padding: 24px;
    width: calc(100% - 48px);
    opacity: 1;
	text-transform: uppercase;
}

/*- Footer -*/

.footer_zone{
    margin: 12px 24px;
    width: calc(100% - 50px);
    border-radius: 0px;
    float: left;
	background-color: transparent;
}

.footer_link{
	text-align: center;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.4;
    color: #222;
    width: 100%;
}

.footer_link > a {
    color: white;
}

/* TABLAS EXCEL */

table.excel_style{
	width: 100%;
	border: 0;
	border-collapse: collapse;
	
}

table.excel_style thead tr th {
	background-color: bisque;
	text-align: left;
	color: #000;
	font-size: 14px;
    font-weight: 400;
	border: 1px solid #CCC;
}

table.excel_style tr.row {
	
}

table.excel_style tr.row:hover {
	background-color: #FFF;
}

table.excel_style th {
    padding: 2px 2px;
}

.excel_td{
	padding: 5px 0px 0px 0px;
    vertical-align: middle;
    border-bottom: 1px solid #CCC;
    line-height: 1.4;
    font-size: 0.9rem;
    font-weight: 400;
}





/**** Mobile layout ****/
@media (max-width: 1440px) {

}


/**** Mobile layout ****/
@media (max-width: 1024px) {
	
#wrapper{
	width: 90vw;
	max-width: 90vw;
}

#header_bar_black {
	left: 0px;
	width: 100%;
	max-width:100%;
}
	
#block_header_bar__color {
    width: 90vw;
    max-width: 90vw;
}

.slider_center {
	position: absolute;
	bottom: 24px;
	left: 5vw;
	width: 45vw;
	height: 120px;
	border: 0px;
}
	
}


/**** Mobile layout ****/
@media (max-width: 800px) {

#wrapper{
	width: 100vw;
	max-width: 100vw;
}

#block_header_bar__color {
    width: 100vw;
    max-width: 100vw;
}

.block_header_bar__block_logo {
    height: inherit;
    padding: 0 24px;
    width: 90%;
    position: relative;
    float: left;
}

#block_menu_inline{
    display: none;
	visibility: hidden;
}

#block_menu_idiom {
	float: right;
    width: auto;
    height: auto;
    padding: 0px;
    text-align: right;
    overflow: hidden;
    z-index: 1000;
    position: absolute;
    top: 40px;
    right: 72px;
    display: none;
    visibility: hidden;
}
.header_menu_idiom_link{
	color: #888;
}

.slider_center {
	position: absolute;
	bottom: 24px;
	left: 24px;
	width: 70vw;
	height: 200px;
	border: 0px;
}

.column_left{
	width: 100%;
    display: inline-block;
	float: left;
}

.column_right{
	width: 100%;
    display: inline-block;
	float: left;
	margin-top: -1px;
}

.block_subtext{
    margin: 0 0 24px 24px;
    width: calc(100% - 50px);
    border: 0px solid #DDD;
	border-top: 0px solid #60AEDC;
    border-radius: 0px;
	position:relative;
    float: left;
	background-color: white;
}

.subtext_block_picture {
    padding: 0px;
    width: 100%;
    height: 300px;
    margin: 0px;
    width: 100%;
    border: 0px solid #DDD;
    border-bottom: 0px solid #DDD;
    border-radius: 0px;
    float: left;
    overflow: hidden;
}

.block_picture > a > figure {
    height: 400px;
    width: auto;
	position: relative;
}

.block_picture > a > figure > span > img{
	height: 100%;
    width: auto;
}


/*- Bloques de Textos -*/
.block_card{
    margin: 0px;
    width: 100%;
    border: 0px;
    border-radius: 0px;
    float: left;
}

.subtext_block_picture {
    padding: 0px;
    width: 100%;
    height: 160px;
    margin: 0px;
    width: 100%;
    border: 0px solid #DDD;
    border-bottom: 0px solid #DDD;
    border-radius: 0px;
    float: left;
    overflow: hidden;
}

.title_card {
    width: auto;
    font-size: 1.2rem;
    color: #444;
    line-height: 1.4;
    position: relative;
    overflow: initial;
    padding: 15px 15px 15px 15px;
    left: 0px;
	font-weight: 600;
}

.subtext_block_picture{
    padding: 0px;
    width: 100%;
    height: 300px;
    margin: 0px;
    width: 100%;
    border: 0px solid #DDD;
    border-bottom: 0px solid #DDD;
    border-radius: 0px;
    float: left;
	overflow: hidden;
}

.section--title{
	padding: 24px 24px 12px 24px;
    width: 90%;
    background-color: #009ada;
    font-size: 2.4rem;
	font-weight: 400;
    color: white;
    border-radius: 0 0 0px 0px;
	z-index: 100;
	line-height: 1.5;
}

.section--title-2 {
    padding: 48px 24px 24px 24px;
    float: left;
    width: calc(100% - 48px);
    background-color: white;
    font-size: 2rem;
    font-weight: 400;
    color: #444;
    border-radius: 0 0 0px 0px;
    z-index: 100;
    line-height: 1.0;
}

}

/**** Mobile layout ****/
@media (max-width: 600px) {

.block_picture > a > figure {
    height: 300px;
    width: auto;
	position: relative;
}

}


/**** Mobile layout ****/
@media (max-width: 500px) {

.block_picture > a > figure {
    height: 250px;
    width: auto;
	position: relative;
}

.subtext_block_picture {
    height: 180px;
}

	
}

/**** Mobile layout ****/
@media (max-width: 360px) {

.block_picture > a > figure {
    height: 250px;
    width: auto;
	position: relative;
}

}


/**** Datapicker Update ****/
.ui-datepicker table {
    display: table;
}

/*- Google Maps -*/
#map {
	width: 100%;
	height: 100%;
	background-color:#DDD;
}

/*- Simples -*/
.transparente{
	background-color:transparent;
}

.sin_bordes{
	border: 0px;
}

.fixed{
    position: fixed;
}

.txt_centered{
    text-align: center;
}

.float_left{
	float:left;
}

.float_right{
	float:right;
}

.text-center{
	text-align: center!important;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.texto_tachado {
	text-decoration: line-through
}

.uppercase{
	text-transform:uppercase;
}

.lowercase{
	text-transform:lowercase;
}

.normalcase{
	text-transform:none;
}
.boldcase{
	font-weight:500;
}