/*
INFO: Este CSS se carga cuando la resolución es superior a 800px de ancho, y contiene los estilos de la estructura
principal: cabecera, contenido central, pie de página, columnas, etc... y cualquier otro elemento que deba verse
de un modo específico en pantallas anchas como la del PC u otros dispositivos de resolución similar.
Para resoluciones Smartphone (menos de 800px) disponemos del archivo Structure_Min.css
*/

/* ================================================================================================================ */
/* ========================================================================= BASIC STRUCTURE ====================== */
/* ================================================================================================================ */

/* ------------------------------------------------- TOTAL CONTENT ------------------ */
#total_content{height:100%;}
/* ------------------------------------------------- HEADER ------------------------- */
#header{text-align:left; width:100%; height:42px; max-height:42px; position:fixed; z-index:10; /*pointer-events:none;*/ border-bottom:1px solid #aaaab5;} 
#header_content{background-color:#344D5D; pointer-events:initial;}
/* ------------------------------------------------- MAIN --------------------------- */
#main{/*line-height:0;*/ padding-top:40px; padding-left:50px; /*padding-bottom:23px;*/ min-height:100%;}
#section_container{height:100%;}
/* ------------------------------------------------- FOOTER ------------------------- */
#footer{display:none; padding:7px 20px; min-height:24px; line-height:0; background-color:#41414e; color:#c5c5ce; background-image: url('shadow.png'); background-repeat: no-repeat; background-position:center top;}

/* ------------------------------------------------- SECTION CONTENT ---------------- */
.section_content{font-size:14px; line-height:20px; padding:40px;}
.section_content_for_columns{font-size:14px; line-height:20px; padding:25px;}

/* ------------------------------------------------- GLOBAL SEARCH ------------------ */
#globalSearchBar{position:fixed; top:7px; z-index:50; left:265px; width:100%; max-width:300px;}
#globalSearchBarResults{
	display: block;
	background-color: white;
	margin-top: 1px;
	border: 1px solid rgb(207, 207, 218);
	padding: 4px 10px;
	overflow-y: auto;
	max-height: 300px;
}
/* ------------------------------------------------- BANNER ------------------------- */
#display_navigation{text-align:center; position:absolute; width:100%; bottom:4%; z-index:5;}

#banner_container{/*margin-bottom:-1px; border-bottom:2px solid #333b44;*/}
.banner_content{
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 3;
	top: 0px;
}

@media all and (min-width: 800px) and (max-width:1279px) {
	#main_content{max-width:none;}
	/*#banner_container{margin-bottom:0px; border-bottom:none;}*/
	/*
	#banner_container{margin-bottom:0;}
	#display_navigation{bottom:10px;}
	#hand{background-image:url('../img/displays/ticketnova-mobile-hand.png');}
	*/
	
	}
.banner_box{
	display:inline-block;
	margin-top:25px;
	padding:30px; 
}
.enunciado_banner_1{
	line-height:initial;
	font-size:40px;
	font-weight: 300;
}
/*.banner_container{line-height:0; font-size:15px; text-align:center; background-position:center center; background-size:cover; width:100%;}*/
/*.banner_container > div {padding:0 28px;}*/

/*#display_navigation{text-align:center; position:absolute; width:100%; bottom:156px;}*/

.circle_on{padding:2px; line-height:0; pointer-events:none; fill:#93bf63;}
.circle_off{padding:2px; line-height:0; fill:rgba(255,255,255,0.8);}
.circle_off:hover{fill:#93bf63;}

/* ================================================================================================================ */
/* ========================================================================= PRINCIPAL MENUS ====================== */
/* ================================================================================================================ */
/* -------------------------------------------------- M. Principal ---------------------- */
#slogan{display:inline-block; font-size:15px; color:#b3bcc6; margin-left:5px;}
.menu_bar{} /*#494e53*/
.float_button{display:none;}

.separator_menu{height:1px; background-color:#081C2A;}
#mp_info_label{
	display:none;
	position:fixed;
	background-color:#92c5e1;
	left:50px;
	overflow-x:hidden;
	white-space:nowrap;
	width:0;
	text-align:left;
}
#mp_info_label div{
	display:inline-block;
	padding:16px 15px 16px 4px;
}
/* ----------------- */
.principal_menu{
	color:#fff; fill:#fff;
	background-color:#344D5D;	
	text-align:center;
	width:50px;
	position: fixed;
    z-index: 1;
	top: 0;
	left: 0;
	height: 100% !important;
	padding-top: 43px;
	pointer-events:initial;
    }
.principal_submenu{
	height:0px; width: 100%; 
	overflow-y:hidden;
	position: fixed; left: 0; top: 40px;	
	line-height:initial;
}
.principal_submenu h5{display:block; font-size:20px;}

/* ----------------------- B MENU -------------------- */
.b_menu{
	width:50px;
	height:50px;
    display: block;
	white-space: nowrap;
	text-align:center;
	padding:5px 5px 5px 5px;	
	font-size:15px;	
	line-height:17px;
	color:white;
	background-color:#344D5D;
}
.b_menu:hover{
	color:#FFF; fill:#FFF;
	/*background-color:#e0945f;*/
	background-color:#c98045;
    /*-webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;*/
}
.b_menu:active{
	background-color:#092232;
}

/* ---------- Mark ----------*/
.b_menu.mark{
	/*pointer-events:none;*/
	background-color:#092232;
	color:#fff; fill:#fff;
}
.b_menu.mark:hover{background-color:#516A7A;}
.b_menu.mark:active{background-color:#908D90;}

/* ------------*/
.b_menu .ic{line-height:35px;}

/* --------------- */
.b_menu_user{
	background-color:#344D5D;
	text-align:left;
	/*border-bottom:1px solid #97cae3;*/
	min-height:43px;
	font-size:14px;
	line-height: 17px;

	display: block;
  	white-space: nowrap;
  	padding: 5px 5px 5px 5px;  	
  	color: white;
}
.b_menu_user:hover{background-color:#c98045;}
.b_menu_user:active{background-color:#092232;}

.b_menu_user:last-child{border-bottom:none;}
.b_menu_user .ic{display:inline-block; width:36px; text-align:center;}
.b_menu_user i{
    -ms-transform: scale(0.9); /* IE 9 */
    -webkit-transform: scale(0.9); /* Safari */
    transform: scale(0.9);
}

/* ---------- */
.b_menu_txt{display:none;}

/* ------------------------------ B departamento ----------------- */
.b_menu_user.departamento{
	background-color: #344D5D;
	background-image:url('icn/departamento_cerrado.svg');
	background-size: auto 27px;
	background-repeat: no-repeat;
	background-position: 10px 11px;
	padding-left:45px;
	padding-right:10px;
}
.b_menu_user.departamento:hover{background-image:url('icn/departamento_entreabierto.svg'); background-color:#c98045;}
.b_menu_user.departamento:active{background-image:url('icn/departamento_abierto.svg'); background-color:#092232;}

.b_menu_user.departamento_mark{
	background-color:#092232 !important;
	background-image:url('icn/departamento_abierto.svg');
	background-size: auto 27px;
	background-repeat: no-repeat;
	background-position: 10px 11px;
	padding-left:45px;
	padding-right:10px;
}
.b_menu_user.departamento_mark:hover{/*background-color:#52728b !important;*/ background-image:url('icn/departamento_entreabierto.svg');}
.b_menu_user.departamento_mark:active{/*background-color:#516A7A !important;*/ background-image:url('icn/departamento_cerrado.svg');}




.menu_minidesc{font-size:11px; line-height:13px; opacity:0.7;}
/* ---------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- MENU USUARIO ----------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
#user_label{display:inline-block; font-size:13px; padding-left:7px;}
#company_label{display:inline-block; font-size:13px; /*padding-right:7px;*/}
#departamento_label{font-size:12px; line-height:13px; text-align:left; opacity:0.9;}
#foto_user{
    border: 1px solid #4e4e4e;
    pointer-events: none;
    position: absolute;
    left: 6px;
    top: 6px;
    }
#foto_company{
    border: 1px solid #4e4e4e;
    pointer-events: none;
    position: absolute;
    left: 6px;
    top: 6px;
    }
#menu_user_container, #menu_company_container{
	pointer-events:initial;
	display: inline-block;
    position: fixed;
    right: -500px;
    top: 43px;
    z-index: 2024;
    overflow: hidden;
   
    -webkit-border-radius:0 0 0 13px;
	-moz-border-radius:0 0 0 13px;
	border-radius:0 0 0 13px;
}

/* ------------------- */
.b_user{	
    /*border-left: 1px solid #c5c5ce;*/
    display: inline-block;
    font-weight:bold;
	vertical-align:middle;
    fill:white;
	padding:7px 19px 7px 16px;
	color:white;
    }
.b_user:hover{background-color:#547EB8; color:#fff; fill:#fff;}
.b_user:active{background-color:#092232;}
/*
.b_user.mark{color:#fff; fill:#fff; background-color:#6aabcb;}
.b_user.mark:hover{background-color:#97cae3;}
.b_user.mark:active{background-color:#468cae;}*/

/* ------------------- */
.b_company{	
    /*border-right: 1px solid #c5c5ce;*/
    /*margin-right: 1px;*/
    display: inline-block;
	vertical-align:middle;
    fill:#70707d;
	padding: 7px 16px;
	color:#70707d;
    }
.b_company:hover{background-color:#6aabcb; color:#fff; fill:#fff;}
.b_company:active{background-color:#468cae;}

.b_company.mark{color:#fff !important; fill:#fff !important;}
.b_company.mark:hover{opacity:0.7;}
.b_company.mark:active{opacity:1; background-color:#41414e !important;}

/* ----------------------- B FILE ACTIONS -------------------- */
.b_file_action{
	width:40px;
	height:40px;
    display: inline-block;
	white-space: nowrap;
	text-align:center;
	padding:5px;	
	font-family: 'Roboto Condensed', Tahoma, sans-serif;
	font-size:15px;	
	line-height: 17px;
}
.b_file_action:hover{
	color:#FFF; fill:#FFF;
	background-color:#e0945f;
	-webkit-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
}
.b_file_action:active{
	background-color:#52413d;
}

/* ---------- Mark ----------*/
.b_file_action.mark{
	/*pointer-events:none;
	background-color:#95ccae;*/
	background-color:#52413d;
	color:#fff; fill:#fff;
}
.b_file_action.mark:hover{background-color:#908D90;}
.b_file_action.mark:active{background-color:#908D90;}

/* ---------- */
.b_action_txt{display:none;}

/* -------- Contenedor del menú de sección ------------- */
.section_menu_container{position:absolute; top:0; right:0; z-index:1001; display:none !important;}

/* ---------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- ELEMENTOS RESPONSIVE DESPLEGABLES --- */
/* ---------------------------------------------------------------------------------------------------------------- */
.responsive_despleg{height:auto !important;}

/* ---------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- ELEMENTOS CONCRETOS ----------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
#area_filtros{height:auto;}
/*.lateral_menu{height:auto !important;}*/

/* ---------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- PESTAÑAS ---------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
.pestanyas_container{display:inline-block; text-align:left; width:100%; max-width:952px; padding:0px 16px 0px 16px;}
.b_pestanya{
	padding:5px 10px;
	border-radius:5px 5px 0 0;
	margin:0 1px;
	display:inline-block;
	/*font-size:13px;
	line-height:15px;*/
	font-size:14px;
	line-height:16px;
}
.b_pestanya.on{background-color:white; font-weight:bold; border-bottom:1px solid white; pointer-events:none;}

.b_pestanya.off{background-color:#dbe3e9; color:black; border-bottom:1px solid #79808f;}
.b_pestanya.off:hover{background-color:white;}
.b_pestanya.off:active{background-color:#464e5c; color:#838b99;}
/* ================================================================================================================ */
/* ========================================================================= BOTONES ============================== */
/* ================================================================================================================ */
.b_important_column.hv{padding:0 10px; height:100%;}

/* ---------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- TABLAS Y/O LISTADOS ------------------ */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------- LISTADO ------------------ */
.list_line{
	padding:5px 5px;
	/*border-bottom: 1px solid #516A7A;*/
	border-bottom:1px solid #c7d1d7;
	background-repeat:no-repeat;
	background-position:0px 8px;
}
.list_line:last-child{border-bottom:none;}


.list_concepto{
	padding:5px;
	background-repeat:no-repeat;
	background-position:12px 8px;
}
.list_concepto.unico{padding:5px 5px 5px 28px; background-image:url('icn/forma_pago_unico.png');}
.list_concepto.saas{padding:5px 5px 5px 28px; background-image:url('icn/forma_pago_saas.png');}
.list_concepto.onpremise{padding:5px 5px 5px 28px; background-image:url('icn/forma_pago_onpremise.png');}

/* -------------- DIV TABLE PRESUPUESTOS ----------- */
#propuestaList input{border:1px solid #cbd5dd; padding:1px 1px 3px 1px; font-size:12px; line-height:14px; text-align:center; width:100%;}
.propuesta_row{border-left:1px solid #516A7A; background-color:white;}
.propuesta_row_incluido{border-left:1px solid #516A7A; background-color:#e5edf1;}
.propuesta_row_footer{border-bottom:1px solid #b9cfdc;}
.propuesta_row_footer:last-child{border-bottom:none;}

.dtp_header{padding:5px 6px; font-size:15px; background-color:#516A7A; color:white; border-right:1px solid #b9cfdc;}
@media all and (max-width:992px){
	.dtp_header_line{border-bottom:1px solid #b9cfdc; border-right:none !important;}
	.dtp_cell_line{border-bottom:1px solid #b9cfdc;}
}
.dtp_footer{padding:5px 9px; font-size:15px; background-color:#516A7A; color:white; border-right:1px solid #b9cfdc;}

.dtp_cell{border-right:1px solid #516A7A; border-bottom:1px solid #516A7A;}

.dtp_cell.text{padding:5px 10px; font-size:13px; line-height:17px;}
.dtp_cell.number{padding:5px 10px; text-align:center; font-size:13px;}
.dtp_cell.price{padding:5px 10px; text-align:right; font-size:13px;}
.dtp_cell.center{padding:5px 10px; text-align:center;}
.dtp_cell.icon{padding:5px 0px; text-align:center; min-width:30px; background-size:cover; background-repeat:no-repeat;}

.dtp_cell.edit{padding:5px 10px; font-size:13px; cursor:pointer;}
.dtp_cell.edit:hover{background-color:#b7d2e1; color:#fff;}
.dtp_cell.edit:active{background-color:#41414e; color:#fff;}

/* -------------- DIV TABLE LISTADOS ----------- */
.cell_center{text-align:center;}

.dt_header_container{background-color:#516A7A;}
.dt_header_container_sub{padding-top:5px; margin-top:5px; border-top:1px solid #65899d;}
.dt_header{padding:5px 10px; font-weight:bold; background-color:#516A7A; color:white; border-right:1px solid #b9cfdc;}
.dt_header:last-child{border-right:none;}

.dt_label_pres_enviados{display:none;}
.dt_label_pres_aceptados{display:none;}
.dt_cell{padding:7px 10px 6px 10px; background-color:white; border-right:1px solid #516A7A; border-bottom:1px solid #516A7A;}
.dt_cell>div:last-child{border-right:none;}
.dt_cell.hidden{display:none;}
.dt_cell.show{display:initial;}

.dt_cell.details{fill:#66a6c9; padding:10px 10px; font-size:13px; line-height:15px;}
.dt_cell.icon{fill:#66a6c9; text-align:center; padding:7px 10px;}
.dt_cell.path{font-size:11px; line-height:14px; padding:10px 10px;}
.dt_cell.files{text-align:left;}

.dt_cell.more{
	cursor:pointer;
	min-width:25px;
	background-color:#83c074;
	background-image:url('icn/mas_white_circle.svg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:70%;
	border-bottom:none;
}
.dt_cell.more:hover{background-color:#abda9f;}
.dt_cell.more:active{background-color:#70707d;}

.dt_cell.navigateas{
	cursor:pointer;
	min-width:25px;
	background-color:#66a6c9;
	background-image:url('icn/arrow-in_white.svg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:70%;
	border-left:1px solid #516A7A;
	border-bottom:none;
	border-right:none;
}
.dt_cell.navigateas:hover{background-color:#abda9f;}
.dt_cell.navigateas:active{background-color:#70707d;}

/*
.dt_principal_image{display:inline-block; vertical-align:top;}
.dt_principal_info{display:inline-block;}*/

.dt_icon{float:left; width:32px; text-align:center; margin-right:7px;}
.dt_details1{padding-top:0px; font-size:13px; color:#41414e;}
.dt_details2{padding-top:0px; font-size:12px; color:#70707d;}
.despleg{overflow-y:hidden; height:0px;}
.dt_txt_alert{color:#e0945f !important;}

.dt_image{
	height:36px;
	float:left;
	border: 1px solid #b3babe;
	margin-right: 7px;
	-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
}


.dt_click{cursor:pointer;}
.dt_click:hover{/*background-color:#e4ecf2;*/}
/* ---------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- DROP MENUS ------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ----------------- Green Drop Menu --------------- */
.drop_menu_green{
    background-repeat:no-repeat;
    background-position:10px center;
    display:block;
    cursor:pointer;
    color:#FFF; fill:#FFF;
	width:100%;
    /*height:30px;*/
    text-align: left;	
    padding: 7px;	
    border-top:solid 1px #262626;
    }
.drop_menu_green:hover{
    background-color:#8CCC38;
    }
.drop_menu_green:active{
    background-color:#70b01c;
    }
.drop_menu_green_mark{
    display:block;
    padding:9px;
    background-color:#3c454f;
    border-top: 1px solid #3c7fa0;
    border-bottom: 1px solid #95c8e1;  
    color:#8ccc38;
    }
/* ----------------- Red Drop Menu --------------- */
.drop_menu_red{
    background-repeat:no-repeat;
    background-position:10px center;
    display:block;
    cursor:pointer;
    color:#FFF; fill:#FFF;
	width:100%;
    /*height:30px;*/
    text-align: left;	
    padding: 7px;	
    border-top:solid 1px #262626;
    }
.drop_menu_red:hover{
	/*background-color:#e41212;*/
    background-color:#d02929;
    }
.drop_menu_red:active{
    background-color:#ac2626;
    }
	
/* ================================================================================================================ */
/* ========================================================================= AREAS ================================ */
/* ================================================================================================================ */
/*
.area_title1{padding:8px 13px;}
.area_title2{padding:10px 25px;}
.area_title6{padding:16px 24px;}

.area1{padding:1px;}
.area2{padding:2px;}
.area4{padding:4px;}
.area6{padding:6px;}
.area8{padding:8px;}
.area10{padding:10px;}
.area12{padding:12px;}
.area15{padding:15px;}
.area16{padding:16px;}
.area20{padding:20px;}
.area24{padding:24px;}
.area32{padding:32px;}
.area40{padding:40px;}
.area48{padding:48px;}

.area_form{padding:17px;}
.area_field{padding:8px;}
*/

.scanpaths{border-right:1px solid #e1b168; height:100% !important;}
.archivar_options_container{
    padding: 5px 10px 5px 5px;
    text-align: right;
    border-top: 1px solid #9999a4;
}
.archivar_options_container_block_1{display:inline-block; padding-right:10px;}
.archivar_options_container_block_2{display:inline-block;}

/* ================================================================================================================ */
/* ========================================================================= TEXTOS =============================== */
/* ================================================================================================================ */
.titulo1{font-size:60px; line-height:60px; margin-bottom:6px;}
.titulo2{font-size:50px; line-height:50px; margin-bottom:6px;}
.titulo3{font-size:40px; line-height:40px; margin-bottom:6px;}
.titulo4{font-size:30px; line-height:30px; margin-bottom:6px;}
.titulo5{font-size:24px; line-height:26px; margin-bottom:10px;}
.titulo6{font-size:21px; line-height:25px; margin-bottom:6px;}
.titulo7{font-size:18px; line-height:20px; margin-bottom:6px;}
.titulo8{font-size:16px; line-height:20px; margin-bottom:6px;}
/* --- */
.titulo_area{/*padding:8px 15px;*/ padding:10px 15px; margin-bottom: 0px;}

/* -------------------------------------------------- T. Listados ------------------- */
ul.green_items_list{font-size:22px;}
/* ================================================================================================================ */
/* ========================================================================= MODALES ============================== */
/* ================================================================================================================ */
.modal{
    margin: 0 auto;
    vertical-align:middle;
    display: none;
    width:100%;
    height:100%;	
    position:fixed;
    top:0px;
    background-image: url("overlay_oscuro.png");
	padding:50px;
}
.modal_center{text-align:center;}
.modal_center>div:first-child{display:inline-block; margin:0 auto;}
.modal_center>table:first-child{display:inline-table; margin:0 auto;}
/* ---------------- Título modal ------- */
.title_modal{font-size: 18px; color:#FFF; display:inline-block; margin-left:11px; line-height:24px; font-family:'Roboto Condensed', Tahoma, Geneva, sans-serif;}
/* ----------------- Barra top --------- */
.bar_top_modal{
    padding:6px;
	background-color:#50505D;
	text-align:left;
    -webkit-border-radius:6px 13px 0 0;	
	-moz-border-radius:6px 13px 0 0;
	border-radius:6px 13px 0 0;	
}
/* ----------------- Contenido --------- */
.modal_contenido{text-align:left; background-color:#fff; overflow-y:auto;}
/* ----------------- Barra pie --------- */
.bar_bottom_modal{
	font-family: "Roboto Condensed",Tahoma,Geneva,sans-serif;
    padding:9px 10px;
	background-color:#50505D;
	text-align:left;
    -webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
    }
/* ---------------- X Close ------------ */
.x_close{
    width:21px;  
    height:21px;  
    background: url("icn/x_close_circle.svg");
	background-size:contain; 
    background-repeat:no-repeat;
    background-position:0px 0px;
	float:right;
	margin-left:15px;
}			
.x_close:hover{opacity:0.8;}
.x_close:active{opacity:0.6;}
/* --------- */
.x_close_aspa{
    width: 21px;  
    height: 21px;  
    background: url("icn/x_close_aspa.svg");
	background-size:contain; 
    background-repeat:no-repeat;
    background-position:0px 0px;
}			
.x_close_aspa:hover{opacity:0.8;}
.x_close_aspa:active{opacity:0.6;}

/* ================================================================================================================ */
/* ========================================================================= FLEX ================================= */
/* ================================================================================================================ */
.flex_container{
    text-align:left;

	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */	

    -webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;

	-webkit-flex-wrap:wrap;    
	-ms-flex-wrap:wrap;
    flex-wrap:wrap;
    }
.flex_container_reverse{
    text-align:left;

    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

    -webkit-flex-direction:row-reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;    

	-webkit-flex-wrap:wrap-reverse;
	-ms-flex-wrap:wrap-reverse;
    flex-wrap:wrap-reverse;    
    }

/* -------------------------------------- Columnas flex ------------ */
.flex_auto{-webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; position:relative;}
.flex_auto2{-webkit-flex: 1 1 0; -ms-flex: 1 1 0; flex: 1 1 0; position:relative;} 

.flex_1{-webkit-flex: 1 0 0; -ms-flex: 1; flex: 1 0 0; position:relative;}
.flex_2{-webkit-flex: 2 0 0; -ms-flex: 2; flex: 2 0 0; position:relative;}
.flex_3{-webkit-flex: 3 0 0; -ms-flex: 3; flex: 3 0 0; position:relative;}
.flex_4{-webkit-flex: 4 0 0; -ms-flex: 4; flex: 4 0 0; position:relative;}
.flex_5{-webkit-flex: 5 0 0; -ms-flex: 5; flex: 5 0 0; position:relative;}
.flex_6{-webkit-flex: 6 0 0; -ms-flex: 6; flex: 6 0 0; position:relative;}

.order_1{-ms-flex-order:1; -webkit-order:1; order:1;}
.order_2{-ms-flex-order:2; -webkit-order:2; order:2;}
.order_3{-ms-flex-order:3; -webkit-order:3; order:3;}

.column_text{border-right:1px solid #c5c5ce; padding:15px !important;}
.column_text:last-child{border-right:none;}
.column_text .column_text_block{padding-bottom:15px; margin-bottom:15px; border-bottom:1px solid #c5c5ce;}
.column_text .column_text_block:last-child{padding-bottom:0px; margin-bottom:0px; border-bottom:none !important;}

.column_text_block_bg{padding:20px; margin-bottom:15px;}
.column_text_block_bg:last-child{margin-bottom:0px;}
/* ---- */
.column_article{padding-bottom:15px;}
.column_article:last-child{padding-bottom:0px;}

.column_article H4{margin-bottom:2px !important;}
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- GENÉRICO -------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
.max_display_none{display:none !important;}
.max_padding_bottom_0{padding-bottom:0 !important;}