﻿@charset "utf-8";
/* CSS Document */

/*+++++++++++++++++++ Estilos zonas de webparts en modo edicion de pagina+++++++++++++++++++++++++++*/
.bnc_contenedor_principal .ms-SPZoneLabel span
{
	color:red;
	font-size: 14px;
}
.ms-cui-ribbon a, .ms-cui-menu a, .ms-cui-toolbar-toolbar a {
    text-decoration: none;
    box-sizing: content-box !important;
}
.ms-cui-groupBody input[type=text] 
{
    border-color: #d3d6d9;
    background-color: #fff;
    color: #000;
    box-sizing: content-box !important;
}

/***********************************************************
********************** ESTILOS HEADER ********************** 
************************************************************/
header
{
	position:relative;
	z-index:50;
	background-color: rgba(255,255,255,0.3);
}
.bnc_imagen_fondo
{
	height:3039px;
	width:100%;
	background-image: url(/es-co/PublishingImages/Home/home.fondo.jpg);
	/*background-color:#c2c3c3;*/
	background-size: 100% 100%;
	background-repeat:no-repeat;
	/*border: 2px solid red;*/
	position:absolute; left:0px; top:0px;
	z-index:1;
}
.clear
{
	clear:both;
}
.bnc_header
{
	display:block;
	height:400px;
}
/*+++++ Menu superior +++++*/
.bnc_home_menu_top, .bnc_top_menu 
{
    width: 100%;
    height: 35px;
    background-color: rgba(237,238,237,0.8);
    font-size: 12px;
	margin-right: 5%;
}
.bnc_home_menu_top_2, .bnc_top_menu
{
	margin-right: 10px;
	position: fixed;
	width:98.8%;
	background:white;
}

.bnc_home_menu_top ul, .bnc_top_menu ul
{
	list-style-type:none;
	list-style-position:inside;
	margin-top:0px;
	padding-top: 10px;
	padding-right:10px;
}
.bnc_home_menu_top li, .bnc_top_menu ul li
{
	display:inline-table;
	margin-right:0px;
	padding-left: 15px;
	font-size: 14px;
}
.bnc_menu_level2
{
	display:none;
	padding: 10px;
	/*background: rgba(237,238,237,0.8);*/
	background: white;
	position: fixed;
	text-align: left;
}
.bnc_menu_level2 li
{
	display:list-item !important;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bnc_menu_level2 li:hover
{
	background:#c2c3c3;
}
.bnc_menu_level2 li img
{
	margin-left: -15px;
    margin-top: -5px;
    margin-bottom: -5px;
}
#UlTopMenu10
{
	display:none;
}
.bnc_menu_level1 li:hover > *
{
	display:block;
}
.bnc_home_menu_top a, .bnc_top_menu a
{
	text-decoration:none;
	color:#303f9f;
}

/*+++++ Logos ++++++*/
.bnc_header_logo 
{
	width:90%;
	vertical-align:middle;
	overflow:hidden;
	margin-bottom: 2%;
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;
}
.bnc_logo_bnc
{
	/*border:1px solid blue;*/
	overflow:hidden;
	float: right;
	width: 30%;
	height: 105px;
	text-align: right;
}

.bnc_logo, .bnc_logo_movil
{
	height:100%;	
}
.bnc_logo_movil
{
	display:none;
}
.bnc_colombia_logo 
{
    height: auto;
    float: left;
    margin-top: 0%;
    width: 8%;
}
.bnc_mincultura_logo 
{
    height: auto;
    float: right;
    margin-top: 0%;
    width: 18.3%;
}
.bnc_menu_principal
{
	/*background-color:#303f9f;*/
	height:29px;
	width:100%;
	border:0px;
	border-bottom-style: solid;
	border-bottom-color: #303f9f;
	border-bottom-width: 3px;
	box-sizing: content-box;
}
.bnc_backend
{
	margin-left:5%;
	font-size:36px;
	width:50%;
	float:left;
}
.bnc_menu_movil
{
	display:none;
}
/*FIN ESTILOS HEADER*/

/***********************************************************
**************** ESTILOS AREA DE CONTENIDO *****************
************************************************************/
body
{
	display:block;
	background-color:#f2f2f2 !important;
}
.bnc_contenedor_principal
{
	width:100%;
/*	margin-top:2%;*/
	position:relative;
	z-index:20;/*cambio omar*/
}
.bnc_zone_redes_sociales 
{
    width: 100%;
}
.bnc_contenedor_principal img /* Estilo para que la imagen se ajuste al 100% maximo*/
{
	/*max-width:100%;*/
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++ ESTILOS PARA TEXTOS ++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.bnc_font_title
{
	font-family: 'Playfair Display', serif;	
}
.bnc_font_text
{
	font-family: 'Lato', sans-serif;
}
.bnc_text_bold
{
	font-weight: 700;
}
.bnc_text_mayusculas
{
	text-transform:uppercase;
}
.bnc_texto_blanco, bnc_text_white
{
	color:#ffffff !important;
}
.bnc_text_blue
{
	color:#303f9f !important;
}
.bnc_text_black
{
	color:#424242 !important;
}
.bnc_text_yellow
{
	color:#f7e729 !important;
}
.bnc_text_gray
{
	color:#c2c3c3 !important;
}
/* Estilos para Iconos*/
.bnc_phone
{
	background-image: url(../iconos/ic_phone_gray_18px.svg);
	background-repeat:no-repeat;
	padding-left:25px;
	margin-left:-25px;
}
.bnc_fax
{
	background-image: url(../iconos/ic_print_gray_18px.svg);
	background-repeat:no-repeat;
	padding-left:25px;
	margin-left:-25px;	
}
.bnc_email
{
	background-image: url(../iconos/ic_email_gray_18px.svg);
	background-repeat:no-repeat;
	padding-left:25px;
	margin-left:-25px;
}
.divLblError 
{
    background-repeat: no-repeat;
    font-family: "Lato", sans-serif;
    color: #de1e25;
    height: 13px;
    padding: 1px 0px;
    position: relative;
    margin-bottom: 10px;
    font-weight: bold;
    width: 325px;
}
.BncLblError
{
	background-image: url(/Assets/iconos/ic_warning_red_18px.svg);
	background-repeat: no-repeat;
	padding: 0px 25px;
}

/* FIN ESTILOS AREA DE CONTENIDO*/

/***********************************************************
*********************** ESTILOS FOOTER *********************
************************************************************/
footer
{
    background-color:#ffffff;
	display:block;
	font-size:1em;
	background-color: #3366CC;
}
.bnc_footer
{
	/*border-top: 5px solid #303f9f;*/
	display:block;
    width:100%;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	color: #fff;
}
.col25
{
	width:25%;
	float:left;
	padding:1.5%;
}
.col10
{
	width:10%;
	float:left;
}
.col33
{
	width:30%;
	float:left;
	padding:1.5%;
}
.col50 
{
	width:50%;
	float:left;
}
.col90
{
	width:90%;
	float:left;
}
.col100
{
	width:100%;
	overflow: hidden;
	border-left:1px #fff solid;
	padding-left:6%
}
.bnc_logos_govco
{
	text-align:center;
	margin-top: 10%;
}
.bnc_logos_govco img
{
	max-width:100%;
	clear:both;
}
.bnc_footer .bnc_logo_govco
{
	width:10em;
}
.bnc_footer .bnc_logo_colombia
{
	width:5em;
	margin-top:2em;
}
.bnc_footer_titulo 
{
    display: block;
    width: 85%;
    margin-top: 15px;
	padding-bottom: 10px;
	overflow:hidden;
}
.bnc_footer_izq 
{
    display: block;
    float: left;
    width: 75%;
}
.bnc_footer_info, .bnc_footer_contacto 
{
    display: block;
    float: left;
    /*width: 48%;*/
	/*line-height: 25px;*/
}
.bnc_footer .bnc_redes_sociales
{
	display:block;
	padding:0;
	border-bottom: #fff 1px solid;
	overflow: hidden;
}
.bnc_footer .bnc_redes_sociales li 
{
    display: block;
    width: auto;
    float: left;
}
.bnc_footer .bnc_redes_sociales li a
{
    text-decoration: none;
    color: #424242;
    display: inline-table;
    width: auto;
    min-width: 8rem;
    margin-bottom: 0.3rem;
	color: #fff;
	font-size: 0.7em;
}
.bnc_footer .bnc_redes_sociales li img
{
	float:left;
	margin-right: 1em;
	width:13px;
	height:13px;
	background-color: #fff;
	border-radius: 50%;
	padding: 0.5em;
}
.bnc_footer ul
{
	display:inline;
	list-style:none;
}
.bnc_footer ul li
{
	color:#424242;
}
.bnc_footer ul li a, .bnc_footer_mapa a
{
	text-decoration:none;
	/*color:#424242;*/
	color: #fff;
}
.bnc_footer_der 
{
    float: left;
    display: block;
    width: 24%;
}
.bnc_footer_planes_info 
{
    display: block;
    /*line-height: 25px;*/
}
.bnc_footer_redes 
{
    display: block;
    margin-top: 0px;
}
.bnc_footer_redes_titulo 
{
    padding: 10px;
}

.bnc_footer_redes a
{
	text-decoration:none;
}
.bnc_footer_mapa 
{
    line-height: 25px;
    font-size: 14px;
    position: relative;
    margin-top: 50%;
}
.bnc_footer_rnbp 
{
    margin-top: 30px;
}
.bnc_footer_contenido .bnc_webpart 
{
    display: block;
    background: #ffffff;
    overflow: hidden;
}

.bnc_tabla 
{
    display: table;
    /*border: 2px solid #000;*/
    width: 100%;
    text-align: left;
	line-height:25px;
    margin: auto;
	margin-top:1%;
	
}
.bnc_tabla_fila
{
    display: table-row;
}
.bnc_tabla_columna
{
    display: table-cell;
    vertical-align: top;
    padding: 10px;
	width:33%;
}
.bnc_tabla_medio
{
	vertical-align:middle;
}
.bnc_separadores
{
	width: 85%;
    margin: auto;
}
.bnc_line_60
{
    width: 60%;
    border: 0.5px solid #c2c3c3;
}
.bnc_line_30
{
    width: 30%;
    border: 0.5px solid #c2c3c3;
	float:right;
	margin-right:3%;	
}

.bnc_aviso_legal
{
	display:block;	
	margin:auto;
	margin-top:1%;
	margin-bottom:1%;
	border-top:2px solid #303f9f;
	border-bottom:2px solid #303f9f;
	padding:10px;	
}
.bnc_logos_footer
{
	width:85%;
	margin:auto;
}
.bnc_logos_footer .bnc_mincultura_logo
{
	margin-left: 10%;
}
.bnc_logos_footer .bnc_leermicuento_logo
{
	margin-left: 20%;
}
.bnc_logos_footer .bnc_colombia_logo
{
	margin-left: 20%;
}
.bnc_social_black
{
	width:18px;
	height:18px;
	margin-left:1%;
	margin-top:0%;
}
/*FIN ESTILOS FOOTER*/

/***********************************************************
****************** ESTILOS PAGINAS INTERNAS ****************
************************************************************/
.bnc_imagen_sección
{
    max-height: 290px;
    overflow: hidden;
    vertical-align: middle;
}
.bnc_imagen_sección img
{
	width:100% !important;
}
.bnc_resumen_seccion
{
    position: absolute;
    left: 5%;
    top: 80px;
	font-size: 18px;
	width: 50%;
}
.bnc_titulo_seccion
{
    position: absolute;
    left: 5%;
    top: 30px;
	font-size: 36px;
	font-weight: 700;
}
.bnc_zone_wide
{
	width: 1170px; /*Ancho fijo zona interna*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
	overflow:hidden;
	max-width: 1220px;
}
.bnc_fondo_amarillo
{
	background-color: #FBEA00 !important;
}
.bnc_fondo_amarillo_claro
{
	background-color: #FADE48 !important;
}
.bnc_fondo_verde
{
	background-color: #4EA406;
}
.bnc_fondo_verde_pistacho
{
	background-color: #C3E19F;
}
.bnc_fondo_verde_limon
{
	background-color: #CCDB38;
}
.bnc_fondo_fuxia
{
	background-color: #E40044;
}
.bnc_fondo_azul_claro
{
	background-color: #97DED5;
}
.bnc_fondo_amarillo_oscuro
{
	background-color: #FFA700;
}
.bnc_fondo_verde_verones
{
	background-color: #749894;
}
.bnc_fondo_rosa
{
	background-color: #FF2E66;
}
.bnc_fondo_blanco
{
	background-color: #FFFFFF;
}


/*+++++++++++ Estilo para paginas internas con dos secciones de webpart++++++++++++*/
/*+++++++++++ Zona de Webpart General+++++++++++++*/
.bnc_webpart 
{
    display: block;
    background: #ffffff;
    overflow: hidden;
	padding: 15px;
}


/*+++++++++++ Zona de Webpart con area izquierda al 85%+++++++++++++*/
.bnc_zona_izquierda_80 
{
    float: left;
    width: 75%;
}
/*+++++++++++ Zona de Webpart con area derecha al 15%+++++++++++++*/

.bnc_zona_derecha_20 
{
	float: left;
    width: 24%;
	margin-left: 1%;
}

/*+++++++++++ Zona de Webpart con area izquierda al 20%+++++++++++++*/
.bnc_zona_izquierda_20
{
    width: 24%;
    float: left;
    overflow: hidden;
	
}

/*+++++++++++ Zona de Webpart con area derecha al 80%+++++++++++++*/
.bnc_zona_derecha_80
{
    width: 75%;
    float: right;
	overflow: hidden;
}

/*+++++++++++ Zona de Webpart con area derecha al 50%+++++++++++++*/
.bnc_zone_left
{
    /*border: 2px solid red;*/
    float: left;
    width: 48%;
}
.bnc_zone_right 
{
    float: left;
    width: 48%;
    margin-left: 2%;
}

.bnc_zone_wide_interna
{
    width: 100%;
	margin-top: 20px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++ Estiulos para el Menu de la Sección Tipo vinculos con resumen, imagen y vinculos ++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.bnc_columna_separador
{
	width:2px;
	border-top:3px solid #303f9f;
	vertical-align:middle;
}
.bnc_separador_celda
{
	border-right:1px solid #303f9f;
	height:100px;
	display:block;
	float:right;
	position:relative;
}
.bnc_menu_seccion
{
	width:99.5%;
	margin-bottom: 30px;
	background-color: #ffffff;
	-webkit-box-shadow: 1px 1px 4px 1px #c2c3c3;
	-moz-box-shadow: 1px 1px 4px 1px #c2c3c3;
	box-shadow: 1px 1px 4px 1px #c2c3c3;
}
.bnc_fila_menu_seccion
{
	width:100%;
	height:auto;
	overflow: hidden;
}
.bnc_columna_imagen_seccion
{
	width:265px;
	padding:0px;
	min-width:265px;
	border-top: 3px solid #303f9f;
}
.bnc_columna_imagen_seccion_100
{
	width:100px;
	padding:0px;
	border-top: 3px solid #303f9f;
	padding-top: 20px;
	min-width:100px;
}
.bnc_imagen_menu_seccion
{
	width:265px;
	height:220px;
}
.bnc_columna_resumen_seccion
{
	border-top:3px solid #303f9f;
	width:50%;
	padding:20px;
}
.bnc_columna_resumen_seccion_100
{
	border-top:3px solid #303f9f;
	width:40%;
	padding:20px;
}
.bnc_columna_resumen_seccion_solo_vinculos
{
	border-top:3px solid #303f9f;
	width:85%;
	padding:20px;
}
.bnc_titulo_menu_seccion
{
	font-size:24px;
	color: #424242;
}
.bnc_resumen_menu_seccion
{
	font-size:15px;
	line-height:25px;
	text-align:start;
	margin-top: 10px;	
}
.bnc_columna_vinculos_seccion
{
	border-top:3px solid #303f9f;
	width:35%;
	font-size:16px;
	font-weight:600;
	padding: 0px !important;
	vertical-align: middle;
}
.bnc_columna_vinculos_seccion_100
{
	border-top:3px solid #303f9f;
	width:52%;
	font-size:16px;
	font-weight:600;
	padding: 15px !important;
	vertical-align: top;
}
.bnc_vinculos_menu_seccion
{
	line-height:25px;
}
.bnc_columna_vinculos_seccion_100 .bnc_vinculos_menu_seccion 
{
    margin-top: 15px;
}
.bnc_vinculos_menu_seccion ul
{
	list-style-type:none;
	list-style-position:inside;
	display: block;
	padding: 0;
}
.bnc_tabla_columna .bnc_tabla_columna
{
	display:block;
	width:100%;
}
.bnc_columna_vinculos_seccion_100 .bnc_vinculos_menu_seccion li
{
	width:100%;
}
.bnc_vinculos_menu_seccion li
{
	width:47%;
	margin-right:1%;
	display:inline-block;
}
.bnc_vinculos_menu_seccion a, .bnc_vinculos_menu_seccion a:visited
{
	text-decoration:none;
	color:#303f9f;
	font-size: 18px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++ Estiulos para el Menu de la Sección Catálogos++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.bnc_catalogos
{
	width:100%;
	overflow:hidden;	
}
.bnc_enlaces_catalogos
{
	/*border:1px solid #303f9f;*/
	float:left;
	width:70%;
	margin-right:0%;
	overflow:hidden;
	padding: 10px;
}
.bnc_enlaces_catalogos .bnc_enlace
{
	width:40%;
	margin-top:15px;
	margin-left:5%;
	overflow:hidden;
	float:left;
	min-height: 200px;
}
.bnc_video_catalogos 
{
    padding-top: 30px;
    float: left;
    width: 25%;
    display: block;
}
.bnc_video_catalogos iframe
{
	width:100%;
	height:180px;
}

.bnc_content_imagen_70
{
	float:left;
	height:190px;
	margin-right:5%;
}
.bnc_imagen_70
{
	width:70px;
	height:70px;
	margin-right:10px
}
.bnc_imagen_100
{
	width:100px;
	height:100px;
	margin-left: 10px;
	float:left;
}
.bnc_imagen_libro
{
	width:100px;
	height:140px;
	margin-right:10px;
	float:left;
}
.bnc_titulo_enlace_catalogo
{
	font-size:17pt;
	margin-bottom:5px;
}
.bnc_titulo_enlace_catalogo a, .bnc_titulo_enlace_catalogo a:visited
{
	text-decoration:none;
}

.bnc_enlaces_catalogos .bnc_resumen_enlace a, .bnc_enlaces_catalogos .bnc_resumen_enlace a:visited
{
	line-height:25px;
	font-size:11pt;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++ Estiulos para el vinculos internos ++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.bnc_vinculos_secundarios
{
	border-top:3px solid #303f9f;
	margin-right: 5px;
	background-color: #ffffff;
	-webkit-box-shadow: 1px 1px 4px 1px #c2c3c3;
	-moz-box-shadow: 1px 1px 4px 1px #c2c3c3;
	box-shadow: 1px 1px 4px 1px #c2c3c3;
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}
.bnc_vinculos_secundarios .bnc_enlace 
{
    width: 90%;
	min-height: 50px;
    margin-top: 15px;
    margin-left: auto;
	margin-right: auto;
    overflow: hidden;
    float: none;
	border-bottom:1px solid #c2c3c3;
	padding-bottom: 10px;
}
.bnc_vinculos_secundarios .bnc_enlace:last-child
{
	border-bottom:none;
}
.bnc_resumen_enlace 
{
    padding-right: 15px;
}

.bnc_enlace_categoria 
{
    color: #303f9f;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    float: none;
    margin-bottom: 3px;
}
.bnc_vinculos_secundarios ul
{
	line-height: 30px;
	margin-left: 10px !important;
}
.groupheader
{
	font-family: 'Playfair Display', serif;
	color:#424242;
	font-weight:700;
	font-size:24px;
	margin-top: 15px;
	margin-left: 20px;
}
.link-item
{
	border-bottom:2px solid #e5e5e5;
	width: 95%;
}
.link-item a
{
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color:#424242;
}
.link-item a:hover
{
	color:#7c13a4;
}
.slwpmarker
{
	padding-bottom:10px;
}
.slwpmarker li
{
	list-style:none;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++ Estiulos para el Mapa del Sitio ++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.bnc_mapa_sitio
{
	font-size: 16px;
	width:45%;
	float: left;
	margin-left: 3%;
	margin-top: 20px;
	overflow:hidden;
	border-top:5px solid #303f9f;
	background-color:#ffffff;
	padding:5px 5px 5px 5px;
	-webkit-box-shadow: 0px 9px 11px -4px rgba(194,195,195,1);
	-moz-box-shadow: 0px 9px 11px -4px rgba(194,195,195,1);
	box-shadow: 0px 9px 11px -4px rgba(194,195,195,1);
}
.bnc_mapa_sitio_titulo
{
	width:95%;
	border-bottom:1px solid #c2c3c3;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:2%;
}
.bnc_mapa_sitio_titulo a
{
	color:#424242;
	font-weight:600;
	text-transform:uppercase;
	text-decoration:none;
}
.bnc_mapa_sitio_enlaces
{
	width:95%;
	margin-left:2%;
}
.bnc_mapa_sitio_enlaces ul
{
	list-style:none;
	padding-left:0px;
}
.bnc_mapa_sitio_enlaces ul li
{	
	line-height:35px;
	border-bottom:1px solid #c2c3c3;
}
.bnc_mapa_sitio_enlaces ul li:last-child 
{
	border-bottom:none;

}
.bnc_mapa_sitio_enlaces ul li a, .bnc_mapa_sitio_enlace_padre input[type="checkbox"] +label
{
	text-decoration:none;
	color:#303f9f;
	font-weight:600;
}
.bnc_mapa_sitio_enlace_padre
{
	width:100%;
	border-bottom:1px solid #c2c3c3;
}
.bnc_mapa_sitio_enlace_padre input[type="checkbox"]
{
	display:none;
}
.bnc_mapa_sitio_enlace_padre input[type="checkbox"] + label
{
	color:#424242;
	background-image:url(../iconos/ic_add_black_18px.svg);
	background-repeat:no-repeat;
	background-position-x: 100%;
	background-position-y: 10px;
	line-height:35px;
	display:block;
}
.bnc_mapa_sitio_enlace_padre input[type="checkbox"]:checked + label
{
	background-image:url(../iconos/ic_remove_black_18px.svg);
}
.bnc_mapa_sitio_enlace_padre input[type="checkbox"]:checked ~ .bnc_mapa_sitio_collapsed
{
	display:block;
}
.bnc_mapa_sitio_collapsed
{
	background-color:#edeeed;
	margin-left:0%;
	display:none;
	padding-left:25px;
	padding-right:25px;
}
.bnc_mapa_sitio_collapsed ul
{
	padding:0px;
}
.bnc_mapa_sitio_collapsed ul li
{
	width:100%;
}
.bnc_mapa_sitio_collapsed ul li a
{
	font-size:14px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++ Estiulos para el Buscardor de la Sección Catálogos++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.bnc_busqueda_catalogo
{
	width:80%;
	margin-left: auto;
	margin-right: auto;
}
.bnc_busqueda_catalogo input[type="text"] 
{
    display: block;
    float: left;
    width: 450px;
    height: 18px;
    padding: 15px 15px;
    line-height: 24px;
	font-weight: bold;
    font-size: 13px;
	-webkit-appearance:none;
	border:1px solid #c2c3c3;
}
.bnc_busqueda_catalogo input[type="text"]:focus
{
	color:#424242 !important;
}

.bnc_busqueda_catalogo input[type="button"] 
{
    display: block;
    float: left;
    width: 40px;
	min-width:0px !important;
    height: 50px;
    padding: 0 25px;
    cursor: pointer;
	background: #372f2b url(../iconos/ic_search_white_24px.svg) no-repeat center center;
	background-size:36px;
	border:none;
	
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.bnc_busqueda_catalogo_home input[type="button"] 
{
    display: block;
    float: left;
    width: 7%;
	min-width: 0px !important;
    height: 60px;
    padding: 0 25px;
    cursor: pointer;
	background: #372f2b url(../iconos/ic_search_white_24px.svg) no-repeat center center;
	background-size:36px;
	border:none;
	margin-left:0px;
	
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.bnc_busqueda_catalogo input[type="button"]:hover, .bnc_busqueda_catalogo_home input[type="button"]:hover
{ 
	background-color: #c2c3c3; 
}
.bnc_seleccion_catalogos
{
	display: block;
    width: 250px;
    height: 50px;
    padding: 15px 0;
    line-height: 24px;
	opacity:0;
	position:relative;
	z-index:2;
	background-color:#fdc102;
	border:none;
}
.bnc_dropdown
{
    position: relative;
    display: inline-block;
    width: 240px;
    height: 46px;
	background-color:#fdc102;
	float:left;

}
.bnc_dropdown_mask
{
    position: absolute;
    z-index: 1;
    width: 250px;
    height: 50px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    border: none;
    background: #fdc102;
    box-sizing: border-box !important;
	padding: 15px;
}
.bnc_dropdown_mask_texto
{
	color:#ffffff;
}
.bnc_dropdown_texto
{
    display: block;
    font-size: 16px;
    line-height: 46px;
    text-align: left;
    padding-left: 16px;
    padding-right: 54px;
    overflow: hidden;
    max-height: 100%;
}
.bnc_dropdown_icono {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px;
	z-index:2;
	background:url(../iconos/ic_keyboard_arrow_down_white_36px.svg);
	width: 30px;
	height: 25px;
}

/*+++++++++Estilos Busqueda de catalogos del Home ++++++++++++++*/
.bnc_busqueda_catalogo_home 
{
    width: 100%;
    margin-left: 0%;
    height: auto;
    overflow: hidden;
	background-color: rgba(237,238,237,0.8);
	margin-top: 20px;
}
.bnc_catalogos_home_titulo 
{
    font-size: 20px;
    font-weight: 600;
    padding: 5px;
	padding-left: 15px;
}

.bnc_seleccion_catalogos_rb
{
	width:68%;
	float:left;
	height:auto;
	background-color:#ffffff;
	overflow:hidden;
	padding-top:0px;
}
.bnc_catalogos_opciones 
{
    display: block;
    height: 38px;
    border: 1px solid #c2c3c3;
    overflow: hidden;
}

.bnc_catalogos_home_descripcion 
{
    float: left;
    width: 30%;
	margin-left:10px;
	line-height:20px;
	color:#424242;
	font-weight:600;
	font-size: 13px;
}

.bnc_seleccion_catalogos_rb label
{
	background-color:#ffffff;
	color:#424242;
	padding:12px 10px 10px 10px;
	font-weight:700;
	margin-top:0px;
	border-right:1px solid #c2c3c3;
	float:left;
	display: block;
	width: 20%;
	text-align: center;
}
.bnc_catalogos_rb:checked + .bnc_catalogos_rb_label, .bnc_catalogos_rb:checked + .bnc_tabla_columna
{
	background-color:#303f9f;
	color:#ffffff;
	padding:12px 10px 10px 10px;
	font-weight:700;
	margin-top:0px;
	border-right:1px solid #303f9f;
}

.bnc_catalogos_rb
{
	display:none;
}
.bnc_catalogo_busqueda_home 
{
    background: #372f2b;
    overflow: hidden;
}

.bnc_catalogo_busqueda_home input[type='text']
{
	display:block;
	float:left;
	width:88%;
	border: 1px solid #c2c3c3;
	-webkit-appearance: none;
	padding:9px 0px;
	padding-left: 15px;
	height: 40px;
	background: #ffffff;
}
.bnc_catalogo_busqueda_home input[type='text']:focus 
{
    color: #424242 !important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++ Estiulos para Miga de Pan ++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++*/
.bnc_miga_pan 
{
    width: 100%;
    color: #424242;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 10px;
	padding-top: 20px;
    padding-right: 15px;
	padding-left: 0px;
}

.bnc_miga_pan a
{
	color:#424242;
}
.bnc_rnbp .bnc_miga_pan a, .bnc_rnbp .bnc_miga_pan span
{
	color:#ffffff;
}

/***************************************************************************
****************** ESTILOS PAGINAS COMPONENTE PUBLICACIONES ****************
****************************************************************************/
.bnc_publicacion
{
	width:100%;
	margin-left:0%;
	overflow:hidden;
}
.bnc_publicacion_titulo
{
	font-size:36px;
	background-color: #fdc102;
	color: #424242;
	padding: 40px 10px 15px 20px;
}
.bnc_publicacion_propiedad 
{
    float: left;
    margin-right: 5%;
	margin-bottom:15px;
}
.bnc_publicacion_propiedad label
{
	color:#303f9f;
}
.bnc_publicacion_label
{
	font-weight:600;
	display:block;
	width:96%;
	margin-left:auto;
	margin-right:auto;
	font-size: 16px;
}
.bnc_publicacion_info 
{
    overflow: hidden;
    color: #424242 !important;
    font-size: 16px;
    display: block;
    width: 100%;
    margin-left: 1%;
	margin-top: 15px;
}
.bnc_publicacion_info .bnc_tabla
{
	width:100%;
}
.bnc_publicacion_descripcion 
{
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: auto;
    width: 96%;
    padding: 10px 0px 5px 0px;
    font-size: 16px;
    line-height: 25px;
    color: #424242 !important;
    margin-right: auto;
    display: block;
}
.bnc_publicacion_botones 
{
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.bnc_publicación_servicios 
{
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.bnc_publicacion_carrusel
{
	/*order: 1px solid #000000;*/
	float:left;
	width:100%;
	margin-left:0%;
	overflow:hidden;
	
}
.bnc_publicacion_contenido 
{
    float: left;
    background-color: #ffffff;
    margin-left: 1%;
	padding-bottom: 10px;
	overflow: hidden;
}
.bnc_publicación_servicios .bnc_titulo_subseccion 
{
	font-size:16px;
}
.bnc_relacionados_publicacion
{
	width:100%;
	margin-left:0%;
	margin-right:0%;
	margin-top: 20px;
	overflow:hidden;
	background-color: #ffffff;
	border-top:5px solid #303f9f;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}

/*+++++++++++++++++++ Estilos paginas publicaciones interna +++++++++++++++++++++++++++*/
.bnc_publicacion_contenido_interna
{
	width:40%;
	float:left;
}
.bnc_publicacion_imagen img
{
	width:570px;
}
.bnc_publicaciones_relacionadas
{
	float:left;
	width:25%;
	margin-left:5%;
}
.bnc_publicaciones_relacionadas .bnc_enlace
{
    margin-top: 15px;
    margin-left: 5%;
    overflow: hidden;
	float:none;
	width:90%;
	border-bottom: 1px solid #424242;
	padding-bottom:10px;
	padding-top:10px;
}
.bnc_titulo_publicaciones_relacioandas
{
	font-size:16px;
	font-weight:800;
	padding:15px 0px 0px 15px
}

/***************************************************************************************
********************* ESTILOS PAGINAS COMPONENTE PUBLICACIONES BOTONES ******************
****************************************************************************************/

.bnc_boton
{
	width:40%;
	padding:5px;
	float:left;
	margin-top:15px;
	margin-left:5%;
}
.bnc_boton a, .bnc_publicacion_botones a
{
    border: 1px solid #fdc102;
    background-color: #fdc102;
    display: block;
    width: 100%;
    padding: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: none;
    color: #ffffff !important;
    font-size: 16px;
    text-transform: uppercase;
	font-weight:700;
}

.bnc_boton a:hover
{
	background-color:#c2c3c3;
}
.bnc_boton a:visited
{
	text-decoration:none;
}
/*****************************************************************************************
********************* ESTILOS PAGINAS COMPONENTE PUBLICACIONES ACORDEON ******************
******************************************************************************************/
.bnc_publicacion_acordion 
{
    border-top: 1px solid #231f20;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.bnc_seccion_acordion
{
	border-bottom: 1px solid #231f20;
	
}
#accordion input {
  display: none;
}
#accordion label {
  background: #ffffff;
  background-image: url(../iconos/ic_add_black_18px.svg);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 10px;
  /*border-radius: .25em;*/
  cursor: pointer;
  display: block;
  /*margin-bottom: .125em;*/
  padding: .25em 0.5em;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 20;
  color: #231f20 !important;
  font-size: 16px;
}
#accordion label:hover {
  background: #edeeed;
  background-image: url(../iconos/ic_add_black_18px.svg);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 10px;
}
#accordion input:checked + label {
  background: #edeeed;
  background-image: url(../iconos/ic_remove_black_18px.svg);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}
#accordion article {
  background: #edeeed;
  color:#231f20;
  height:0px;
  overflow:hidden;
  z-index:10; 
  font-size:16px;
  line-height: 25px;
  padding: 3%;
  padding-top: 0px;
  padding-bottom: 0px;
}
#accordion article p {
  padding: 1em;
}
#accordion input:checked ~ article 
{
  height: auto;
}
#accordion article a, .bnc_Link a
{
    width: 100%;
    clear: both;
    /*float: left;*/
	color: #303f9f !important;
	font-weight: 800;
	margin-top: 5px;
	margin-bottom: 5px;
}

.bnc_Link a
{
	margin-left: 2%;
}

/*****************************************************************************************
*********** ESTILOS PAGINAS COMPONENTE PUBLICACIONES ENLACES CON FOTO Y RESUMEN***********
******************************************************************************************/
.bnc_titulo_subseccion
{
	margin-top:15px;
	margin-left: 0%;
	width:100%;
	padding-bottom:5px;
	font-weight: 600;
	font-size: 20px;
	color: #424242 !important;
	float:left;
}
.bnc_enlace
{
	width:40%;
	margin-top:15px;
	margin-left:5%;
	overflow:hidden;
	float:left;
	min-height: 230px;
}
.bnc_enlace_relacionado
{
	width:30%;
	min-height: 200px;
	margin-top:15px;
	margin-right:3%;
	overflow:hidden;
	float:left;
}
.bnc_imagen_enlace
{
	width:60px;
	height:60px;
	float:left;
	margin-right:10px
}

.bnc_titulo_enlace a, .bnc_resumen_enlace a, .bnc_titulo_enlace a, .bnc_resumen_enlace a:visited, .bnc_titulo_enlace a:visited
{
	margin-left:0px;
	display:block;
	position:relative;
	text-decoration:none;
	line-height:25px;
	font-size:15px;
	overflow: hidden;
	color:#424242 !important;
}
.bnc_resumen_enlace a
{
	font-size:14px !important;
	line-height:20px;
}

/*********** ESTILOS PAGINAS COMPONENTE ENLACES CON FOTO 100px Y RESUMEN ***********/

.bnc_enlaces_4_100
{
	width: 97%;
	border-top:5px solid #7c13a4;
	-webkit-box-shadow: 5px 5px 4px 1px #c2c3c3;
	-moz-box-shadow: 5px 5px 4px 1px #c2c3c3;
	box-shadow: 5px 5px 4px 1px #c2c3c3;
}
.bnc_enlaces_4_100 .bnc_titulo_enlace_catalogo a
{
	color:#7c13a4 !important;
}

/*********** ESTILOS PAGINAS COMPONENTE ENLACES CON FOTO 265px Y RESUMEN ***********/
.bnc_imagen_enlace_265 
{
    width: 30%;
    height: auto;
    float: left;
    margin-right: 30px;
    /* max-width: 265px; */
    /*max-height: 220px;*/
}

.bnc_coleccion_relacionado
{
	width: 45%;
	margin-top:15px;
	margin-right:3%;
	overflow:hidden;
	float:left;
	min-height: 280px;
}
.bnc_coleccion_relacionado .bnc_resumen_enlace 
{
    padding-right: 15px;
    display: block;
    float: left;
    width: 60%;
}

.bnc_coleccion_relacionado .bnc_boton 
{
    width: 100%;
    padding: 5px;
    float: left;
    margin-top: 15px;
	margin-left: 0px;
}

.bnc_coleccion_relacionado .bnc_boton a, .bnc_publicacion_botones a 
{
    border: 1px solid #fdc102;
    background-color: #fdc102;
    display: block;
    width: 100%;
    padding: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: none;
    color: #ffffff !important;
    font-size: 16px;
    text-transform: none;
    font-weight: 700;
}

/**************************************************************************************
/******************************* ESTILOS SECCION GABOTECA *****************************
/**************************************************************************************/

/*********** Estilos Pagina inicio seccipon Gaboteca ***********/
.bnc_gaboteca_contenedor
{
	width:1170px;
	margin-left:15%;
	margin-top: 15px;
}
.bnc_gaboteca_principal
{
	background-color:#ffffff;
	/*padding: 15px 30px;*/
	text-align: left;
	margin-top: 20px;
}
.bnc_imagen_seccion_media img
{
    margin-left: 0%;
    width: 1170px;
}

.bnc_intro_gaboteca
{
	/*background-color:#FBEA00;
	padding: 30px 15px;
	font-family: 'Lato', sans-serif;
	font-family: arial;
	line-height: 1.2em;
	font-size: 14px;
	color: #333333;
	width: 98%;
	margin-left: 1%;*/
}
.bnc_intro_gaboteca p
{
	margin: 0 0 10px;
	line-height: 1.2em;
}
.bnc_gaboteca_menu_obras
{
	width:100% !important;
}
.bnc_gaboteca_links
{
    margin-top: 15px;
    margin-bottom: 15px;
}
.bnc_gaboteca_links img 
{
    height: 75.5px;
    margin-left: 8%;
}
.navbar-brand
{
    box-sizing: border-box !important;
}

/****************************************************
****************** ESTILOS MEGA MENU ****************
*****************************************************/

/*Estilos basicos de los elem,entos del Menu*/
.bnc_mega_menu,
.bnc_mega_menu a,
.bnc_mega_menu ul,
.bnc_mega_menu li,
.bnc_mega_menu div,
.bnc_mega_menu form,
.bnc_mega_menu input 
{
	margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
.bnc_menu_ppal 
{
    margin-left: auto !important;
    margin-right: auto !important;
    width: 1190px;
}

.bnc_menu_ppal a
{
    position: relative;
    display: block;
    z-index: 510;
    height: 15px;
    padding: 7px 20px !important;
    line-height: 12px;
    font-weight: bold;
    font-size: 13pt;
    color: #424242;
    background: transparent;
    border-right: 1px solid #c2c3c3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;

}
.bnc_menu_ppal a:hover, .bnc_active
{
	background-color:#303f9f !important;
	color:#ffffff !important;
	text-decoration:none;
}
.bnc_mega_menu a 
{ 
	text-decoration: none; 
}
.bnc_mega_menu 
{
    display: inline-block;
    position: relative;
    cursor: default;
    z-index: 500;
	width:100%;
	height: auto !important;
	background-color: transparent !important;
}
 
.bnc_mega_menu li 
{
    display: block;
    float: left;
	list-style: none; 
}
.bnc_mega_menu li a 
{
    position: relative;
    display: block;
    z-index: 510;
    height: 11px;
    padding: 0 20px;
    line-height: 12px;
	box-sizing: content-box;
 
    font-weight: bold;
    font-size: 13pt;
    color: #424242;
 
    background: transparent;
 
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.bnc_mega_menu li:hover a
{
	background: #303f9f;
	color:#ffffff;
}
 
.bnc_mega_menu li:first-child a 
{
    border-left: none;
}
.bnc_menu_drop_content  /*Oculta por defecto el segundo nivel*/
{
   	/*border: 1px solid red !important;*/
	position: absolute;
    display: block;
    width: 100%;
	height:auto;
	overflow:hidden;
    top: 33px;
    left: 0;
 
    opacity: 0;
    visibility: hidden;
 
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}
.bnc_mega_menu li:hover .bnc_menu_drop_content  /*Despliega el contenido del nivel 2 cuando el mouse pasa sobre la opción*/
{
    opacity: 1;
    visibility: visible;
    overflow: hidden;
}

.bnc_menu_drop_left
{
    float: left;
    width: 20%;
	height:285px;
    padding: 10px 10px 0px 20px !important;
	background-color:#303f9f;
	overflow:hidden;
	padding-left:5%;
}
.bnc_menu_drop_right
{
	/*border: 1px solid green !important;*/
	width: 70%;
	height:275px;
    padding: 25px 5px 0px 30px !important;
	background-color:#ffffff;
	overflow:hidden;
}
.bnc_mega_menu .bnc_menu_drop_left h3 
{
	text-align:left;
    line-height: 25px;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
	width:100%;
	margin-left:20px;
	margin-bottom: 15px;
}
.bnc_mega_menu .bnc_menu_drop_left li
{
	width:100%;
	margin-left:0%;
}
.bnc_mega_menu .bnc_menu_drop_left li a 
{
    display: block;
    line-height: 15px !important;
    font-weight: normal !important;
    font-size: 15px;
    color: #ffffff;
	text-align:left;
    height: auto;
	background-color:#303f9f;
	border-left:none;
	border-right:none;

}
 
.bnc_mega_menu .bnc_menu_drop_left li a:hover, .bnc_menu_drop_left .bnc_menu_drop_ver_todo_seccion a:hover
{ 
	color: #fdc102 !important;
}

.bnc_drop_enlace
{
	width:30%;
	height:auto;
	margin-top:0px !important;
	margin-left:5% !important;
	overflow:hidden;
	float:left;
	background-color:transparent;
}
.bnc_drop_enlace:first-child
{
	margin-left:0% !important;
}
.bnc_drop_enlace a, .bnc_drop_enlace a:hover
{
	background-color:transparent !important;
	height: 34px;
	border-left:none !important;
	border-right:none !important;
}
.bnc_drop_imagen_enlace
{
	width:200px;
	height:100px;
	margin-right:0px
}
.bnc_vinculo_imagen_enlace
{
	height: 100px !important;
}
.bnc_drop_titulo_enlace
{
	margin-top:8px !important;
	margin-bottom: 5px !important;
	font-size:24pt;
	line-height:normal;
}
.bnc_drop_titulo_enlace a
{
	margin-left:0px;
	display:block !important;
	position:relative !important;
	text-decoration:none;
	text-align:left;
	line-height:0px !important;
	height:auto !important;
	font-size: 15px !important;
	color:#424242 !important;
}
.bnc_drop_resumen_enlace a
{
	margin-left:0px;
	display:block !important;
	position:relative !important;
	text-decoration:none;
	text-align:left;
	line-height:21px !important;
	height:auto !important;
	font-size: 13px !important;
	font-weight:normal !important;
	color:#424242 !important;

}
.bnc_drop_resumen_enlace a:hover, .bnc_drop_titulo_enlace a:hover
{
	color:#303f9f !important;
}
.bnc_menu_drop_ver_todo_seccion
{
	display:none;
}
.bnc_menu_drop_ver_todo_seccion, .bnc_menu_drop_ver_todo_seccion a
{
	background-color:#edeeed !important;
	color: #303f9f !important;
	border-left:none !important;
	border-right:none !important;
	font-weight:normal !important;
}
/****************************************************
****************** ESTILOS MEGA MENU ****************
*****************************************************/
.dl-menu.dl-animate-out-1 
{
	animation: MenuAnimOut1 0.4s linear forwards;
}

@keyframes MenuAnimOut1 {
	50% {
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	animation: MenuAnimIn1 0.3s linear forwards;
}

@keyframes MenuAnimIn1 {
	0% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}
.bnc_menu_pricipal_movil .dl-menuwrapper button, .dl-menuwrapper button.dl-active
{
    background: #303f9f !important;
}
.bnc_menu_pricipal_movil .dl-menuwrapper button:hover
{
    background: #c2c3c3 !important;
}
.bnc_menu_pricipal_movil  .dl-menuwrapper ul 
{
    background: #ffffff !important;
}
.bnc_menu_pricipal_movil .dl-menuwrapper li a 
{
    color: #424242 !important;
    text-decoration: none;
}
.bnc_menu_pricipal_movil  .dl-menuwrapper li.dl-back::after 
{
    color: #424242 !important;
}
.bnc_menu_pricipal_movil  .dl-menuwrapper li > a::after 
{
    color: #424242 !important;
}
.bnc_menu_pricipal_movil .dl-menuwrapper li a:hover 
{
    background: #fdc102 !important;
}
.bnc_menu_pricipal_movil  .dl-menuwrapper img 
{
    width: 200px;
    margin-left: 15px;
}
/***********************************************
****************** ESTILOS HOME ****************
************************************************/
.bnc_zone_wide_home
{
    width: 1170px;
    margin-top: 0%;
    overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.bnc_home_catalogos_movil
{
	display:none;
}

.bnc_home_catalogos
{
    width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	display:block;
}
.bnc_home_texto_catalogos 
{
    color: #ffffff;
    font-size: 16px;
    width: 30%;
    margin-left: 0%;
    float: left;
    margin-right: 10%;
	text-align: justify;
	/*text-shadow: 5px 5px 2px #424242;*/
    /*border: 1px solid white;*/
}
.bnc_home_agenda
{
	width:100%;
	background: url(/Bnc_Imagenes/home/home.agenda.bg.jpg) no-repeat;
	background-size: 100%;
	min-height: 530px;
}
.bnc_home_videos 
{
    margin-top: -50px;
}

.bnc_home_noticias_rnbp 
{
    border-top: 3px solid #7c13a4;
	padding-top: 15px;
}

.bnc_agenda_home 
{
    display: block;
    height: 400px;
}
.bnc_agenda_home .bnc_agenda_home_info 
{
    display: block;
    float: left;
    width: 20%;
    height: 100%;
    padding: 15px;
	position:relative;
	margin-right: 2%;
	background: #ffffff;
}
.bnc_agenda_home .bnc_agenda_home_info .bnc_agenda_home_titulo 
{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.bnc_agenda_home .bnc_agenda_home_info article
{
	line-height: 25px;
}
.bnc_agenda_home .bnc_agenda_home_info .bnc_agenda_home_vinculo 
{
    position: absolute;
    bottom: 0px;
}
.bnc_agenda_home .bnc_agenda_home_info .bnc_agenda_home_vinculo a
{
	display:block;
	width:100%;
	text-decoration:none;
	line-height:25px;
	color:#303f9f;
	font-weight:600;
}
.bnc_agenda_home .bnc_agenda_home_info .bnc_agenda_home_vinculo a img
{
    margin-bottom: -10px;
}

.bnc_agenda_home .bnc_agenda_home_eventos 
{
    display: block;
    float: left;
    width: 75%;
}
.bnc_agenda_home .bnc_agenda_evento 
{
    display: block;
    float: none;
    height: 130px;
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}

.bnc_agenda_home .bnc_agenda_evento:last-child
{
	margin-bottom: 0%;
}
.bnc_agenda_home .bnc_agenda_evento a
{
	color:inherit;
}
.bnc_agenda_home .bnc_agenda_evento .bnc_agenda_imagen 
{
    display: block;
    width: 15%;
    height: auto;
    float: left;
    margin-right: 2%;
	min-height:130px;
	min-width:130px;
}

.bnc_agenda_home .bnc_agenda_evento .bnc_agenda_imagen img
{
	width:100%;
}

.bnc_agenda_home .bnc_agenda_evento .bnc_agenda_date, 
.bnc_agenda_home .bnc_agenda_evento .bnc_agenda_info,
.bnc_agenda_home .bnc_agenda_evento .bnc_agenda_icono
{
    display: block;
    float: left;
    width: 20%;
}
.bnc_agenda_home .bnc_agenda_evento .bnc_agenda_info
{
	width: 55%;
	padding-left: 25px;
}
.bnc_agenda_home .bnc_agenda_evento .bnc_agenda_icono
{
	width: 2%;
	margin-top: 50px;
}
.bnc_agenda_icono img
{
	width:25px;
	height:25px;
}
.bnc_agenda_home .bnc_agenda_evento .bnc_agenda_date .bnc_agenda_fecha 
{
    font-weight: 700;
    font-size: 20px;
   	margin-top: 40px;
	margin-bottom: 5px;
}
.bnc_agenda_home .bnc_agenda_evento .bnc_agenda_info .bnc_agenda_titulo 
{
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 5px;
}
.bnc_separador_celda_agenda 
{
    height: 80px;
    width: 2px;
    float: left;
	border-left:2px solid #303f9f;
    margin-top: 25px;
}

.bnc_home_noticias, .bnc_home_noticias_principal
{
	display:block;
	overflow:hidden;
	line-height: 30px;
}
.bnc_home_noticias 
{
    padding-bottom: 10px;
}

.bnc_home_noticias_principal
{
	background:#ffffff;
	margin-bottom: 25px;
	-webkit-box-shadow: 1px 1px 4px 1px #c2c3c3;
	-moz-box-shadow: 1px 1px 4px 1px #c2c3c3;
	box-shadow: 1px 1px 4px 1px #c2c3c3;
}
.bnc_home_noticias a
{
	text-decoration:none;
	color:#424242;
}
.bnc_home_noticias_principal .bnc_noticia_imagen
{
	display:block;
	width:54%;
	float:left;
	margin-right:1%;
	margin-bottom:0px;
	max-height: none;
}
.bnc_home_noticias_principal .bnc_noticia_info
{
    float: left;
    width: 42%;
	position: relative;
	min-height: 400px;
}
.bnc_home_noticias_secundarias .bnc_noticia_info
{
	position:relative;
	min-height: 225px;
}
.bnc_home_noticias_principal .bnc_noticia_info .bnc_enlace_proyectos_categoria, .bnc_home_noticias_secundarias .bnc_noticia_home .bnc_noticia_info .bnc_enlace_proyectos_categoria
{
    color: #c2c3c3;
    font-size: 11px;
    width: 90%;
    position: absolute;
	bottom: 0px;
}
.bnc_home_noticias .bnc_home_noticias_principal .bnc_noticia_info
{
	padding-top: 25px;
	margin-bottom:0px;
}
.bnc_home_noticias_principal .bnc_noticia_info .bnc_noticia_titulo
{
	font-size:25px;
}
.bnc_home_noticias_principal .bnc_noticia_info article
{
    margin-top: 25px;
    margin-bottom: 30px;
	line-height: 25px;
	font-size: 16px;
}

.bnc_home_noticias_secundarias .bnc_noticia_home .bnc_noticia_titulo
{
	font-size:20px;
}
.bnc_home_noticias .bnc_home_noticias_secundarias .bnc_noticia_home 
{
    display: block;
    width: 23.5%;
    float: left;
    margin-right: 2%;
	background:#ffffff;
	-webkit-box-shadow: 1px 1px 4px 1px #c2c3c3;
	-moz-box-shadow: 1px 1px 4px 1px #c2c3c3;
	box-shadow: 1px 1px 4px 1px #c2c3c3;
}
.bnc_home_noticias .bnc_home_noticias_secundarias .bnc_noticia_home:last-child 
{
	margin-right:0px;
}
.bnc_noticias_home_rnbp .bnc_home_noticias_secundarias
{
	margin-top:20px;
}
.bnc_noticias_home_rnbp .bnc_home_noticias_secundarias .bnc_noticia_imagen 
{
    position: relative;
	max-height: 165px;
	overflow: hidden;
}

.bnc_noticias_home_rnbp .bnc_home_noticias_secundarias .bnc_noticia_imagen_mask 
{
    content: "";
    display: block;
    /*background: rgba(124,19,164, 0.3);*/
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

/*++++++++++++++++ Enlaces a proyectos digitales ++++++++++++++++*/

.bnc_proyectos_home
{
	width:100%;
	border-top:3px solid #303f9f;
	padding-top:10px;	
}
.bnc_enlaces_proyectos_home
{
	width:100%;
	margin-top: 15px;
}
.bnc_enlace_proyectos_home
{
	position: relative;
	width:48%;
	margin-top:0px;
	margin-right:3%;
	margin-bottom:30px;
	overflow:hidden;
	float:left;
	background-color:#ffffff;
	-webkit-box-shadow: 1px 1px 4px 1px #c2c3c3;
	-moz-box-shadow: 1px 1px 4px 1px #c2c3c3;
	box-shadow: 1px 1px 4px 1px #c2c3c3;
}
.bnc_enlace_proyectos_home:nth-child(2n+0)
{
	margin-right:0%;
}
.bnc_content_imagen_proyectos
{
    float: left;
	width:44%;
    height: auto;
    margin-right: 5%;
	max-width: 220px;
	min-width:70px;
	max-height: 200px;
	min-height:70px;
}
.bnc_imagen_proyectos 
{
    width: 100%;
    height: auto;
	max-height: 200px;
    margin-right: 10px;
}
.bnc_titulo_enlace_proyectos 
{
    font-size: 16px;
	width:100%;
	margin-top: 30px;
}
.bnc_titulo_enlace_proyectos a
{
	text-decoration:none;
	line-height: 20px;
}
.bnc_resumen_enlace_proyectos
{
	display:block;
}
.bnc_titulo_proyectos
{
    width: 65%;
    padding-bottom: 0px;
    font-weight: 600;
    font-size: 20px;
	float:left;
	margin-left:0%;
	color: #424242;
}
.bnc_enlaces_globales_home 
{
	float:right;
	margin-right:1%;
}
.bnc_enlaces_globales_home a
{
	color:#303f9f;
	text-decoration:none;
	font-size:12px;
}
.bnc_enlace_proyectos_categoria 
{
    /*color: #c2c3c3;
    font-size: 11px;
    width: 46%;
    position: relative;
	float: left;*/
	display:none;
}
.bnc_enlace_proyectos_categoria  img
{
	height:20px;
	float:right;
}

/*++++++++++++++++ Enlaces con imagenes ++++++++++++++++*/

/* Nota: Borrar estos estilos cuando se implemente el nuevo corte */
.bnc_imagenes_links_home
{
	width:99%;
}

.bnc_imagen_link
{
	width:30%;
	height:auto;
	float:left;
	margin-right:5%;
	text-align: center;
}

.bnc_imagen_link img
{
	width:100%;
	height:auto;
}
.bnc_footer_enlaces .bnc_imagen_link 
{
    width: 100%;
    height: auto;
    float: left;
    margin-right: 5%;
    text-align: center;
}
.bnc_footer_enlaces .bnc_imagen_link img 
{
    width: 100%;
    height: auto;
    margin: auto;
}

.bnc_imagen_link:last-child
{
	margin-right:0%;
}
.bnc_imagen_link img
{
	margin-right: 0%;
}

/* Nuevos vinculos con imagenes */

.bnc_vinculos_imagen 
{
    width: 100%;
    overflow: hidden;
    height: auto;
}
.bnc_vinculos_imagen  ul 
{
    list-style: none;
    width: 100%;
	padding: 0px;
	box-sizing: content-box !important;
	display: block;
}
.bnc_vinculos_imagen li 
{
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.bnc_vinculos_imagen li:last-child
{
	margin-right:0px;
}
.bnc_vinculos_imagen li:first-child
{
	margin-left:0px;
}
.bnc_vinculos_imagen img 
{
    margin-right: 5%;
}


/*++++++++++++++++ Galeria de videos ++++++++++++++++*/
.bnc_galeria_videos
{
	/*border:1px solid red;*/
	width:99%;
	overflow:hidden;
	background-color:#ffffff;
	-webkit-box-shadow: 1px 1px 4px 1px #c2c3c3;
	-moz-box-shadow: 1px 1px 4px 1px #c2c3c3;
	box-shadow: 1px 1px 4px 1px #c2c3c3;
}
.bnc_galeria_videos_titulo
{
	font-size:20px;
	font-weight:800;
	float:left;
	background:url(../iconos/ic_videocam_blue_36px.svg) no-repeat;
	background-position-x: 60px;
	margin-top: 10px;
	color: #424242;
	background-size: 25px;
}
.bnc_galeria_videos_titulo span
{
	margin-left:100px;
}
.bnc_galeria_videos .bnc_enlaces_globales_home 
{
	width: 100%;
	line-height:22px;
	text-align: right;
	margin-top: 15px;
}
.bnc_galeria_video_play 
{
    width: 60%;
    height: auto;
    float: left;
    overflow: hidden;
    margin-right: 5%;
    margin-left: 2%;
    margin-top: 10px;
}

.bnc_galeria_video_frame iframe
{
	width:100%;
	height:470px;
}
.bnc_galeria_video_playlist 
{
    width: 30%;
    float: left;
    overflow: hidden;
    margin-top: 10px;
}
.bnc_galeria_video_list 
{
    margin-bottom: 20px;
    width: 95%;
    float: none;
	margin-left: auto;
	margin-right: auto;
}
.bnc_galeria_video_lista 
{
    overflow-y: scroll;
    max-height: 450px;
}


.bnc_galeria_video_tag, .bnc_galeria_video_tag_list
{
	color:#c2c3c3;
	padding:5px 0px 5px 0px
}
.bnc_galeria_video_titulo, .bnc_galeria_video_titulo_list
{
	font-family: 'Playfair Display', serif;
	font-weight:800;
	color:#424242;
	font-size:20px;
}

.bnc_galeria_video_imagen_list
{
	
}
.bnc_galeria_video_imagen_list img
{
	width:100%;
	height:auto;
}
.bnc_galeria_video_tag_list
{
	width:100%;
	position:relative;
	text-transform: uppercase;
	display:none;
}
.bnc_galeria_video_titulo_list
{
	font-size:14px;
	line-height: 18px;
	margin-top: 10px;
}

/*++++++ Galeria de doble canal +++++++*/
.bnc_galeria2_video_play 
{
    width: 70%;
    height: auto;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.bnc_galeria2_video_playlist {
    width: 95%;
    margin-left: 5%;
}

.bnc_galeria2_video_play .bnc_galeria_video_frame iframe 
{
    width: 100%;
}
.bnc_canal_1_videos, .bnc_canal_2_videos 
{
    width: 45%;
    float: left;
	padding-bottom: 15px;
}
.bnc_canal_1_videos
{
	border-top: 3px solid #303f9f;
	margin-right: 3%;
}
.bnc_canal_2_videos
{
	border-top: 3px solid #7c13a4;
} 
.bnc_titulo_canal 
{
    color: #424242;
    font-weight: 600;
    font-size: 20px;
    padding: 5px;
    padding-left: 0px;
    padding-right: 0px;
}

.bnc_galeria2_video_playlist .bnc_galeria_video_list 
{
    margin-bottom: 10px;
    width: 45%;
    float: left;
    margin-right: 10%;
	height: 180px;
}
.bnc_galeria2_video_playlist .bnc_galeria_video_list:nth-child(2n+0)
{
	margin-right: 0%;
}
/********************************************************
****************** ESTILOS PIEZA DEL MES ****************
*********************************************************/
.bnc_pieza_mes_contenedor
{
	overflow:hidden;
	padding:10px;
	display:block;
	background:#ffffff;
}
.bnc_todas_pieza_mes_head
{
	width:100%;
	border-bottom:2px solid #c2c3c3;
	overflow:hidden;
	padding-bottom:1%;
}
.bnc_pieza_mes_titulo_seccion
{
	float:left;
	color:#424242;
	font-size:36px;
	font-weight:600;
	max-width:50%;
}
.bnc_pieza_mes_filtro_fecha, .bnc_noticias_filtro_fecha
{
	float:right;
	position: relative;
	max-width: 30%;
}
.bnc_pieza_mes_filtro_fecha label
{
	float:left;
	font-size:20px;
	margin-right: 10px;
}
.bnc_noticias_filtro_fecha label 
{
    float: left;
    margin-right: 15px;
}

.bnc_pieza_mes_contenedor .bnc_dropdown, .bnc_noticias_filtro_fecha .bnc_dropdown 
{
    position: relative;
    display: inline-block;
    width: 100px;
    height: 20px;
    background-color: #fdc102;
    float: left;
}

.bnc_pieza_mes_contenedor .bnc_dropdown_mask, .bnc_noticias_filtro_fecha .bnc_dropdown_mask
{
	position: absolute;
    z-index: 1;
    width: 100px;
    height: 25px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    border: none;
    background: #fdc102;
    box-sizing: border-box;
	padding: 5px;
	padding-left: 7px;
}
.bnc_noticias_filtro_fecha .bnc_dropdown_mask 
{
    line-height: 20px;
}

.bnc_pieza_mes_contenedor .bnc_dropdown_mask .bnc_dropdown_mask_texto, .bnc_noticias_filtro_fecha .bnc_dropdown_mask_texto
{
	color:#424242;
}
.bnc_pieza_mes_contenedor .bnc_dropdown_mask .bnc_dropdown_icono, .bnc_noticias_filtro_fecha .bnc_dropdown_mask .bnc_dropdown_icono
{
    margin: 0;
    position: absolute;
    right: 5px;
    top: -5px;
    z-index: 2;
    background: url(../iconos/ic_keyboard_arrow_down_white_36px.svg);
    width: 27px;
    height: 25px;
}
.bnc_pieza_mes_filtro, .bnc_noticias_filtro
{
	display: block;
    width: 100px;
    height: 20px;
    padding: 0px 0;
    line-height: 24px;
	opacity:0;
	position:relative;
	z-index:2;
	background-color:#fdc102;
	border:none;
}

.bnc_todas_pieza_mes_lista
{
	margin-top:1%;
}
.bnc_pieza_mes
{
	width:45%;
	float:left;
	margin-left:2%;
	margin-bottom:2%;
	overflow:hidden;
	position: relative;
	line-height:25px;
	height: 350px;

}
.bnc_pieza_mes_imagen
{
	float:left;
	width:25%;
	max-width:330px;
	height:auto;
	max-height:250px;
	margin-right:3%;
	min-height: 250px;
}
.bnc_pieza_mes_imagen img
{
	width:100%;
	height:auto;
	max-height:250px;
	max-width:330px;
}
.bnc_pieza_mes_descripcion
{
	width:auto;
}
.bnc_pieza_mes_titulo
{
	font-weight:600;
	font-size:22px;
}
.bnc_pieza_mes_resumen
{
	color:#424242;
	margin-top:5px;
	font-size:14px;
	float: left;
	width: 70%;
}
.bnc_pieza_mes_fecha
{
	width:80px;
	float:left;
	margin-top:15px;
}
 .easyPaginateNav, .paginador
{
	width:100% !important;
	clear:both;
	text-align: center;
}
.easyPaginateNav a, .paginador a 
{
    padding: 5px;
    margin-top: 20px !important;
	color:#424242 !important;
	text-decoration: none !important;
}
.page, .first, .prev, .next, .last, .paginador a 
{
	display:inline-block;
	background-color:#fdc102 !important;
	margin-right:5px !important;
	width:15px;
	height:15px;
	padding:5px;
	text-align:center;
}
.paginador .jp-first, .paginador .jp-previous, .paginador .jp-next, .paginador .jp-last
{
	width:auto !important;
}
.easyPaginateNav .current, .paginador .jp-current
{
	background:#c2c3c3 !important;
}
.bnc_pieza_mes_contenido 
{
    margin-left: 0px;
    margin-right: 0%;
}
.bnc_pieza_mes_contenido .bnc_publicacion_contenido 
{
    display: block;
}

.bnc_pieza_mes_carrusell
{
	display:block;
	width:100%;
	margin-left: 0%;
	margin-right: auto;
}

.bnc_pieza_mes_contenedor .bnc_publicacion_descripcion
{
	font-size:16px;
}
.bnc_pieza_mes_contenedor  .bnc_publicacion_info
{
	font-size:16px;
}
.bnc_vinculo 
{
    margin-left: 5%;
}
.bnc_vinculo a
{
	text-decoration:none;
	font-size:20px;
	color:#303f9f;
	font-weight:600;
}
.bnc_pieza_mes_carrusell  .carousel, .bnc_pieza_mes_carrusell  .carousel img, .bnc_publicacion_carrusel .carousel, .bnc_publicacion_carrusel .carousel img, .carousel-inner .item img
{
	width:100%;
	height:auto;
}
.carousel-caption 
{
	right: 0% !important;
	left: 0% !important;
    padding-bottom: 30px !important;
    background-color:rgba(255,255,255,0.5) !important;
	height:100px !important;
	padding:15px;
	text-align: justify !important;
	text-shadow: none !important;
}
.carousel-caption  span
{
	color:#424242 !important;
	text-shadow:none !important;
	text-align: justify !important;
	font-size: 16px !important;
}
.carousel-indicators {
    position: absolute;
    bottom: 5px !important;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0px;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li 
{
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    margin: 5px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255,0.50) !important;
    border: 1px solid #c2c3c3 !important;
    border-radius: 50% !important;
}
.carousel-indicators .active 
{
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: rgba(255,188,71,0.50) !important;
}

.bnc_pieza_mes_contenido .bnc_boton 
{
    width: 40%;
    padding: 5px;
    float: left;
    margin-top: 15px;
    margin-left: 0%;
}
.bnc_titulo_pagina 
{
    font-size: 30px;
    font-weight: 700;
}


/**************************************************************
****************** ESTILOS ESPACIOS EN LA BNC  ****************
***************************************************************/

/*++++++++++ FAQ +++++++++++*/

.bnc_espacios_bnc_faq .bnc_publicacion_contenido 
{
    width: 100%;
    margin-right: 3%;
    background-color: #ffffff;
	float:none;
}
.bnc_espacios_bnc_faq_acordion
{
	margin-top:25px;
	border-top: none;
    width: 90%;
    margin-left: 5%;
	padding-bottom: 1%;
}
.bnc_espacios_bnc_faq_acordion .bnc_seccion_acordion 
{
    border-bottom: none;
}
.bnc_espacios_bnc_faq_acordion #accordion label 
{
    background: #ffffff;
    background-image: url(../iconos/ic_add_blue_18px.svg);
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: 10px;
    cursor: pointer;
    display: block;
    padding: .25em 1.5em;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 20;
    color: #303f9f !important;
    font-size: 16px;
}
.bnc_espacios_bnc_faq_acordion #accordion input:checked + label 
{
	background: #ffffff;
    background-image: url(../iconos/ic_remove_blue_18px.svg);
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-bottom: 0px;
}
.bnc_espacios_bnc_faq_acordion #accordion article 
{
    background: #edeeed;
    color: #231f20;
    height: 0px;
    overflow: hidden;
    z-index: 10;
    font-size: 16px;
    line-height: 25px;
    width: 90%;
    margin-left: 25px;
}

/**********************************************************
****************** ESTILOS EN LA BNC  *********************
***********************************************************/

/*+++++++++++ Carnetización ++++++++++++*/

.bnc_cabecera_pagina
{
	font-size:36px;
	background-color: #fdc102;
	color: #424242;
	padding: 10px 10px 15px 20px;
}
.bnc_zone_miga_pagina {
    display: block;
    width: 100%;
    height: 50px;
}
.bnc_contenido_pagina
{
    display: block;
    /*width: 100%;*/
    background: #ffffff;
	position: relative;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	font-size: 16px;
	color: #424242;
}
/*+++++++++++ Espacios y Recorridos Temáticos ++++++++++++*/
.bnc_espacios_contenedor 
{
    width: 100%;
    overflow: hidden;
}
.bnc_espacios_menu
{
	float:left;
	width: 26%;
	background:#ffffff;
	margin-right:2%;
}
.bnc_espacios_menu ul
{
	list-style:none;
	padding: 0px;
}
.bnc_espacios_menu ul li 
{
    min-height: 36px;
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
	height: auto;
}
.bnc_espacios_menu ul li:hover
{
	background:#c2c3c3;
}
.activo
{
	background:#fdc102;	
}
.affix {
      top: 20px;
  }
.bnc_espacios_menu ul li a
{
	color:#424242;
	text-decoration:none;
	display:block;
	height:100%;
	border-bottom:1px solid #c2c3c3;
	padding-bottom: 25px;
}
.bnc_espacio
{
	float:left;
	width: 70%;
	background:#ffffff;
}
.bnc_espacios_seccion
{
	width:100%;
	margin-top:25px;
}
.bnc_espacios_imagen
{
	width:100%;
}
.bnc_espacios_imagen img
{
	width:100%;
}
.bnc_espacios_titulo
{
	color:#424242;
	font-weight:700;
	font-size:20px;
	padding:2%;
}
.bnc_espacios_contenido
{
	font-size:16px;
	line-height:25px;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 0%;
	padding-top: 1%;
}
.bnc_espacios_enlace
{
	width:100%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 0%;
	padding-top: 1%;;
}
.bnc_espacios_enlace a
{
	color:#303f9f;
	font-weight:600;
	text-decoration:none;
}
.bnc_espacios_horario
{
	width:100%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 0%;
	padding-top: 1%;;
}
.bnc_espacios_horario span
{
	font-weight:700;
	padding-right:5px;
	
}
/********************************************************************************************
/************************************ ESTILOS EXPOSICIONES  *********************************
/********************************************************************************************/
.bnc_exposiciones_menu_titulo 
{
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
}

.bnc_exposiciones_menu 
{
    border-top:5px solid #303f9f;
}
.bnc_exposiciones_nivel_1 li a
{
	font-weight:600;
}
.bnc_exposiciones_nivel_2 li
{
	background-color:#edeede;
	padding-left:45px !important;
}
.bnc_exposiciones_nivel_2 li a
{
	font-weight:normal;
}

/********************************************************************************************
/******************************* ESTILOS CONGRESOS Y SIMPOSIOS  *****************************
/********************************************************************************************/

/*+++++++++++ Congresos Carrusell ++++++++*/
.bnc_congresos_carrusell
{
	display:block;
	background:#ffffff;
	height:auto;
}
.bnc_congresos_carrusell img
{
	width:100%;
	height:auto;
}
/*+++++++++++ Congresos Descripcion  ++++++++*/

.bnc_congresos_descripcion, .bnc_congresos_agenda, .bnc_congresos_texto
{
	display:block;
	height:auto;
	background:#ffffff;
	padding:15px;
	border-top:5px solid #fdc102;
	overflow:hidden;
}
.bnc_congreso_label
{
	font-weight:600;
	display:block;
	line-height:25px;
}
.bnc_congreso_text
{
	display:block;
	line-height:25px;
	margin-bottom:10px;
}
.bnc_congreso_descripcion
{
	line-height:25px;
	margin-top:20px;
}
.bnc_congresos_texto
{
	border:none;
}
.bnc_congreso_contenido_auto
{
	display:block;
	height:auto;
	background:#ffffff;
	overflow:hidden;
	padding: 15px;
}

/*+++++++++++ Congresos Agenda  ++++++++*/

.bnc_congresos_agenda_titulo
{
	float:left;
	font-weight:600;
}
.bnc_congreso_lista_eventos
{
	display:block;
	height:auto;
	margin-top:20px;
}
.bnc_congresos_evento
{
	display:block;
	height:200px;
	width:200px;
	float:left;
	padding:5px;
	line-height:25px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.bnc_evento_dia
{
	font-weight:600;
	font-size:25px;
}
.bnc_evento_mes, .bnc_evento_texto
{
	font-size:14px;
	text-transform: capitalize;
}
.bnc_evento_hora
{
	color:#303f9f;
	font-weight:600;
}
.bnc_evento_actual, .bnc_evento_actual .bnc_evento_hora
{
	background:#fdc102;
	color:#ffffff;
}
.bnc_congresos_ver_evento .bnc_congresos_descripcion
{
	float:left;
	width:100%;
	border:none;
}
.bnc_congresos_ver_evento_carrusell
{
	margin-left:3%;
	width:100%;
}
.bnc_congresos_ver_evento_carrusell img
{
	width:100%;
}
/*+++++++++++ Congresos Perfiles ++++++++*/
.bnc_congresos_perfiles, .bnc_congresos_memorias
{
    display: block;
    background: #ffffff;
    padding: 15px;
}
.bnc_congresos_perfiles_titulo 
{
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bnc_congreso_perfiles_descripcion 
{
    display: block;
}
.bnc_congreso_perfil 
{
    width: 95%;
    overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	border-top:2px solid #C2C3C3;
	padding-top:15px;
}
.bnc_perfil_imagen 
{
    float: left;
    width: auto;
    height: auto;
    margin-right: 1%;
}
.bnc_perfil_imagen img 
{
    width: 150px;
    height: auto;
}
.bnc_perfil_info 
{
    float: left;
    width: 70%;
}

.bnc_perfil_descripcion 
{
	line-height: 20px;
	margin-bottom: 10px;
}
.bnc_perfil_nombre 
{
    line-height: 30px;
}
.bnc_perfile_tema 
{   
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*+++++++++++ Congresos Pestañas ++++++++*/
.bnc_congreso_pefiles_categorias .active a
{
	background:#303f9f !important;
	color:#ffffff !important;
}
.bnc_congreso_pefiles_categorias li a
{
	background:#c2c3c3;
	color:#424242;
}

/*+++++++++++ Congresos Memorias ++++++++*/
.bnc_congresos_memorias_lista 
{
    display: block;
    overflow: hidden;
    margin-top: 20px;
	background: #ffffff;
}
.bnc_congresos_memorias_lista ul
{
	list-style:none;
	display: block;
}
.bnc_congresos_memorias_lista ul li 
{
    display: inline-block;
    width: 45%;
    height: auto;
    margin-right: 5%;
	margin-top:15px;
}
.bnc_congresos_memorias_lista ul li:nth-child(2n+0)
{
	margin-right: 0%;
}
.bnc_memoria img
{
    width: 100%;
	height:auto;
}

.bnc_congreso_memoria_titulo 
{
    font-weight: 600;
}
.bnc_memoria_datos 
{
    margin-top: 10px;
    min-height: 100px;
    display: block;
    overflow: hidden;
	line-height: 25px;
}

.bnc_ic_video 
{
    background-image: url(../iconos/ic_videocam_gray_36px.svg);
    width: 25px;
    position: relative;
    display: block;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 25px;
    float: right;
}
.bnc_ic_galeria
{
    background-image: url(../iconos/ic_panorama_gray_18px.svg);
    width: 25px;
    position: relative;
    display: block;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 25px;
    float: right;
}
.bnc_ic_documento
{
    background-image: url(../iconos/ic_file_gray_36px.svg);
    width: 25px;
    position: relative;
    display: block;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 25px;
    float: right;
}
/*+++++ Carrusel Memorias ++++++*/
.bnc_congreso_memoria_galeria img
{
	width:100%;
}
.bnc_memoria_galeria_count
{
	float:left;
	font-weight:600;
	font-size:36px;
	margin-right:20px;
}
/*+++++ Video Memorias ++++++*/
.bnc_memoria_video 
{
    height: auto;
    overflow: hidden;
    display: block;
    background: #000000;
}

.bnc_memoria_video iframe 
{
    width: 75%;
    height: 718px;
    min-height: 315px;
}
/*+++++ Historico Memorias ++++++*/

.bnc_congreso_historico_titulo
{
	font-weight:600;
}

/*+++++ Layout Congresos ++++++*/
.bnc_congresos_contenido 
{
    display: block;
    overflow: hidden;
}
.bnc_zona_centro_60 
{
    float: left;
    width: 50%;
    margin-left: 1%;
}
.bnc_webpart_zona_carrusel 
{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.bnc_congreso_zona_info 
{
    display: block;
    width: 100%;
    overflow: hidden;
	margin-top: 20px;
}
.bnc_congreso_zona_descripcion 
{
    display: block;
    float: left;
    width: 60%;
    margin-right: 2%;
}
.bnc_congresos_zona_noticias 
{
    display: block;
    float: right;
    width: 35%;
}
.bnc_congresos_zona_vinculos, .bnc_congresos_zona_agenda
{
    display: block;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    height: auto;
	margin-top: 20px;
}
.bnc_menu_lateral 
{
    width: 100%;
    float: none;
}
/*************************************************************
****************** ESTILOS VISOR DE FICHEROS  ****************
**************************************************************/
.bnc_visor_ficheros
{
	display:block;
	overflow:hidden;
	background-color:#ffffff;
	
}
.bnc_visor_ficheros_data
{
	display:block;
	float:left;
	width:50%;
	margin-right:2%;
}
.bnc_visor_ficheros_pdf
{
	display:block;
	float:left;
	width:40%;
}
.bnc_visor_ficheros_pdf iframe
{
	width:100%;
	height:900px;
}
.bnc_visor_ficheros .bnc_publicacion_info, .bnc_visor_ficheros_recursos
{
	padding: 10px 0px 5px 0px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.bnc_visor_ficheros_recursos label
{
	font-weight:600;
}
.bnc_visor_ficheros_recursos .bnc_dropdown 
{
    position: relative;
    display: inline-block;
    width: 240px;
    height: 46px;
    background-color: #fdc102;
    float: none;
}
/**********************************************************
****************** ESTILOS FORMULARIOS  ****************
***********************************************************/

/*++++++++++++++++++ FORMULARIO DE REGISTRO +++++++++++++++*/
.bnc_formulario_registro 
{
    display: block;
    background: #ffffff;
    padding: 15px;
	overflow: hidden;
}
.bnc_formulario_registro .bnc_dropdown 
{
    position: relative;
    display: block;
    width: 240px;
    height: 46px;
    background-color: #fdc102;
    float: none;
}
.bnc_formulario_registro .bnc_formulario_item 
{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
	/*overflow: hidden;*/
}

.bnc_formulario_registro label 
{
    display: block;
	font-size: 15px;
	padding-bottom: 5px;
}

.bnc_formulario_registro input, .sp-peoplepicker-topLevel, .modal-body .bnc_formulario_item span
{
    width: 94%;
	border: 1px solid #fdc102;
	padding:10px 5px;
	display:block;
}
.bnc_formulario_registro input[type="checkbox"], .bnc_formulario_registro input[type="submit"] 
{
    width: auto;
	border:none;
}
.bnc_formulario_check
{
	display:block;
	margin-top:15px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.bnc_formulario_check label
{
	font-weight:600;
}
.bnc_formulario_requerido label:after 
{ 
	content:"*";
	color:#e94900;
}
.bnc_formulario_registro input[type="submit"], .bnc_formulario_registro input[type="button"] 
{
	float: none;
	padding: 10px;
	border: 1px solid #fdc102;
	background-color: #fdc102;
	font-size: 16px;
	font-weight: 700;
	width:170px;
	height:40px;
}
.bnc_formulario_titulo
{
	display:block;
	height:10px;
	width:100%;
	float:none;
	margin-bottom:15px;
	font-weight:600;
}
.bnc_formulario_seccion 
{
    border-top: 3px solid #303f9f;
    padding-top: 15px;
    padding-bottom: 15px;
}

.bnc_formulario_info
{
	line-height:25px;	
}
.bnc_formulario_izq {
    display: block;
    float: left;
    width: 25%;
}

.bnc_formulario_der {
    display: block;
    float: left;
    width: 72.5%;
    margin-left: 1%;
}
.bnc_formulario_registro .bnc_dropdown 
{
    position: relative;
    display: block;
    width: 250px;
    height: 38px;
    background-color: #fdc102;
    float: none;
}
.bnc_formulario_izq .bnc_dropdown, .bnc_formulario_izq .bnc_dropdown_mask
{
    width: 100% !important;
}

.bnc_formulario_registro .bnc_dropdown_mask 
{
    position: absolute;
    z-index: 1;
    width: 250px;
    height: 37px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    border: none;
    background: #fdc102;
    box-sizing: border-box !important;
    padding: 12px;
}
.bnc_formulario_registro .bnc_dropdown_icono 
{
    top: 5px;
}
.bnc_formulario_registro  .bnc_seleccion_catalogos 
{
    height: 40px;
	width: 100%;
}

/*++++++++++++++++++ FORMULARIO INICIO SESION +++++++++++++++*/

.bnc_formulario_login_registro a
{
	display:block;
	padding: 10px;
	border: 1px solid #fdc102;
	background-color: #fdc102;
	font-size: 16px;
	text-decoration:none;
	font-weight: 700;
	width: 190px;
	color:#424242;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	text-align:center;
}
.formulario_login 
{
    display: block;
    width: 80%;
    overflow: hidden;
    background-color: #fff;
	padding: 2%;

}
.formulario_login  h1
{
    background-color: #7c13a4;
    color: #fff;
    font-size: 15pt;
    padding: 0.8rem;
    font-weight: 600;
}
.formulario_login input[type=password]:not(.browser-default).valid, 
.formulario_login input[type=password]:not(.browser-default).valid:focus, 
.formulario_login input[type=email]:not(.browser-default).valid, 
.formulario_login input[type=email]:not(.browser-default).valid:focus,
.formulario_login  input[type=password], 
.formulario_login input[type=email],
.formulario_login input[type=password]:focus,
.formulario_login input[type=email]:focus
{
    border-bottom: 1px solid #fdc102;
    -webkit-box-shadow: 0 1px 0 0 #fdc102;
    box-shadow: 0px 1px 0px 0px #fdc102;
}
.formulario_login input[type=password]:not(.browser-default).valid:focus ~ label, 
.formulario_login input[type=email]:not(.browser-default).valid:focus ~ label 
{
    color: #9e9e9e;
}
.formulario_login .bnc_btn_enviar
{
	background-color: #fdc102;
	text-transform: none;
	font-family: "Lato", sans-serif;
	font-weight: 600;
	font-size: 13pt;
	padding: 0 35px;
}
.bnc_formulario_recordar_pwd label, .bnc_formulario_recordar_pwd a
{
	display:block;
	width:100%;
	color:#303f9f;
	font-style:italic;
	text-decoration:none;
	line-height: 30px;
}
.bnc_metodo_login input[type='submit'] 
{
    float: none;
    padding: 10px;
    border: 1px solid #fdc102;
    background-color: #fdc102;
    font-size: 16px;
    font-weight: 700;
    width: 40%;
    height: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 15px;
}
.bnc_formulario_selector button,
.bnc_formulario_selector a
{
	margin-top: 1rem;
	border-radius: 0;
	padding: 0.8rem;
	margin-bottom: 0.5rem;
	text-align: left;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
}
.bnc_formulario_selector .bnc_btn_rnbp
{
	background-color: #7c13a4;
	text-transform: none;
	
}
.bnc_formulario_selector .bnc_btn_colabora
{
	background-color: #fdc102;
	text-transform: none;
	color: #372f2b;
}
.bnc_formulario_selector .bnc_btn_registro
{
	background-color: #303f9f;
	text-transform: none;
	color: #fff;
	
}
.bnc_formulario_rnbp input[type='submit']
{
	border: 1px solid #7c13a4;
    background-color: #7c13a4;
	color:#fff;
	font-weight: 600;
}
.bnc_formulario_registro .bnc_login_alternativo 
{
    margin-top: 15px;
}
.bnc_formulario_registro .bnc_login_alternativo .bnc_formulario_titulo
{
	width:100%
}

.bnc_formulario_registro .bnc_metodo_login img 
{
    max-width: 40px;
    height: auto;
}
/*------------- Formularios servicios ---------------------*/
.bnc_formulario_registro .bnc_formulario_item_rangos .bnc_formulario_item 
{
    display: block;
    width: 45%;
    height: auto;
    margin-bottom: 15px;
    float: left;
    margin-right: 5%;
}
.bnc_formulario_registro .bnc_formulario_item_rangos .bnc_formulario_item:last-child
{
	margin-right:0px;
}

.bnc_formulario_item textarea 
{
    width: 95%;
    min-height: 300px;
}
.bnc_formulario_registro input[type="radio"] 
{
	width:auto;
	border: none;
}
.bnc_formulario_registro input[type="checkbox"], .bnc_formulario_registro input[type="radio"] 
{
    float: left;
    padding: 0px;
    margin-right: 10px;
}

.bnc_label_nota 
{
    font-size: 11px;
    font-style: italic;
}
.bnc_label_nota::after
{
	content: "" !important;
}
/*++++++++++++++ Bandeja de tareas ++++++++++++++*/
.bnc_servicios_tareas 
{
    display: block;
    background: #ffffff;
    overflow: hidden;
	padding: 20px;
}
.bnc_titulo_bandeja_tareas .bnc_tabla_columna
{
	border-bottom:3px solid #303f9f;
}
.bnc_titulo_bandeja_tareas .bnc_tabla_columna
{
	color:#303f9f;
	font-weight:600;
	background-color:#ffffff;
}
.bnc_servicios_tareas .bnc_tabla_columna
{
	width:auto;
}
.bnc_servicios_listado .bnc_tabla_fila:nth-child(odd)
{
	background-color:#edeeed;
}
.bnc_servicios_listado .bnc_tabla
{
	border:1px solid #c2c3c3;
}
.bnc_tarea_cerrado a, .bnc_tarea_nuevo a, .bnc_tarea_atrasado a, .bnc_tarea_tramite a
{
	padding-left:30px;
}
.bnc_tarea_nuevo a::before, .bnc_tarea_cerrado a::before, .bnc_tarea_atrasado a::before, .bnc_tarea_tramite a::before
{
	background:url(../iconos/ic_new_releases_blue_24px.svg) no-repeat;
	position:absolute;
	display:block;
	width:24px;
	height:24px;
	content:"";
}
.bnc_tarea_nuevo a::before
{
	background:url(../iconos/ic_new_releases_blue_24px.svg) no-repeat;
}
.bnc_tarea_cerrado a::before 
{
	background:url(../iconos/ic_check_circle_green_24px.svg) no-repeat;
}
.bnc_tarea_atrasado a::before 
{
	background:url(../iconos/ic_warning_red_24px.svg) no-repeat;
}
.bnc_tarea_tramite a::before 
{
	background:url(../iconos/ic_info_yellow_24px.svg) no-repeat;
}
.bnc_boton_asignar
{
	width:36px;
	height:36px;
	min-width: 1px !important;
	background-image:url(../iconos/ic_touch_app_blue_36px.svg);
	background-color: transparent;
	border:1px solid #fdc102;
	background-repeat: no-repeat;
}
/*------- Ventana Modal cambiar bootstrap--------*/
.in.modal-backdrop 
{
    z-index: 1;
}
.modal-open .modal 
{
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    position: -ms-page;
}
.fade.in
{
	opacity:1;
	background:rgba(0,0,0,0.02);
}

/*++++++++++++++ Formulario de respuesta ++++++++++++*/
.bnc_formulario_respuesta ul 
{
    list-style: none;
    display: block;
	width:100%;
}
.bnc_formulario_respuesta fieldset 
{
    width: 95%;
}
.bnc_formulario_respuesta li 
{
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.bnc_adjuntos
{
	list-style: circle !important;
}
.bnc_adjuntos li
{
	display:block;
}
.bnc_formulario_respuesta .bnc_boton_asignar 
{
    width: 100% !important;
    border: 1px solid #fdc102;
    padding: 10px 40px !important;
	background-color: transparent !important;
	font-weight: normal !important;
}
/*++++++++++++++++++ SERVICIOS ++++++++++++++++++++++*/
.bnc_enlaces_interna
{
	height:220px;
}
.bnc_enlaces_interna .bnc_titulo_enlace_proyectos 
{
    font-size: 16px;
    width: 75%;
    margin-top: 30px;
    height: auto;
    float: left;
}
.bnc_enlaces_interna .bnc_resumen_enlace_proyectos 
{
    display: block;
    float: left;
    width: 75%;
    line-height: 25px;
}
.bnc_enlaces_interna .bnc_content_imagen_proyectos
{
	width: 15%;
}

/****************************************************
****************** ESTILOS NOTICIAS  ****************
*****************************************************/
.bnc_noticia_contenedor 
{
    display: block;
    background: #FFFFFF;
}
.bnc_noticia_info, .bnc_noticia_cuerpo
{
    display: block;
	padding:15px;
	margin-bottom:15px;
}
.bnc_noticia_info label, .bnc_noticia_autor, .bnc_noticia_fecha
{
    float: left;
    width: auto;
    margin-right: 10px;
	color: #c2c3c3;
}
.bnc_noticia_autor 
{
    margin-right: 20px;
	color: #303f9f;
}
.bnc_noticias .bnc_noticias_lista .bnc_noticia_item .bnc_noticia_imagen 
{
    display: block;
    width: 100%;
    overflow: hidden;
	margin-bottom: 15px;
	max-height:180px;
}
.bnc_noticia_imagen img
{
	width:100%;
	height:auto;
	min-height: 165px;
}
/*++++++++Noticias Listado ++++++++++*/
.bnc_noticias 
{
    background: #ffffff;
    display: block;
    padding: 15px;
	line-height: 25px;
}

.bnc_noticias_lista .bnc_noticia_item 
{
    display: inline-block;
    width: 30%;
    margin-right: 3%;
	vertical-align: text-top;
}
.bnc_noticias_lista .bnc_noticia_item:nth-child(3n+0) 
{
	margin-right:0px;
}
.bnc_noticias_lista_intro 
{
    vertical-align: top;
}
.bnc_noticias_lista_intro  article 
{
    padding-bottom: 15px;
    display: block;
}
.bnc_noticias_intro_enlaces 
{
    background: #edeeed;
    overflow: hidden;
    padding: 15px;
}
.bnc_noticias_titulo 
{
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
}
.bnc_noticias_lista .bnc_noticia_item a
{
	text-decoration:none;
	color:#424242;
}
.bnc_noticia_categoria 
{
    text-transform: uppercase;
    padding-bottom: 5px;
    font-weight: 600;
}

.bnc_noticias_lista .bnc_noticia_item .bnc_noticia_cuerpo
{
	max-height:8.8em;
	padding: 0px;
	overflow:hidden;
	position:relative;
}
.bnc_noticias_lista .bnc_noticia_item .bnc_noticia_cuerpo::after, .bnc_home_noticias_principal .bnc_noticia_info article::after
{
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 3em;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 80%);
}

.bnc_noticias_lista .bnc_noticia_item .bnc_noticia_info
{
	padding:0px;
	overflow: hidden;
}
.bnc_noticias_lista .bnc_noticia_item .bnc_noticia_titulo 
{
    font-weight: 700;
    font-size: 20px;
    display: block;
    padding-bottom: 15px;
}
/************************************************
****************** ESTILOS RNBP  ****************
*************************************************/
.bnc_rnbp_seleccion_biblioteca 
{
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 15px;
}
.bnc_rnbp_seleccion_biblioteca article
{
	margin-bottom:15px;
}
.bnc_rnbp_seleccion, 
.bnc_rnbp_seleccion .bnc_dropdown_mask,
.bnc_rnbp_seleccion .bnc_seleccion_catalogos
{
	width:100%;
}
.bnc_rnbp_seleccion_biblioteca .bnc_seleccion_catalogos 
{
    background: #c2c3c3;
    line-height: 25px;
    max-height: 200px;
    overflow-y: scroll;
    overflow: scroll;
}
.bnc_rnbp_seleccion_biblioteca .bnc_seleccion_catalogos  option 
{
    line-height: 25px;
    padding: 15pc;
	color: #424242;
}


.bnc_rnbp_biblio_dep .bnc_boton 
{
    padding: 5px;
    margin-bottom: 15px;
    float: none;
    margin-left: 0px;
    width: auto;
    display: block;
    text-align: center;
}
.bnc_rnbp_biblio_dep .bnc_boton a
{
    display: block;
    color: #424242 !important;
	padding-left: 0px;
	padding-right: 0px;
}
.bnc_rnbp_info_biblioteca 
{
    display: block;
    background: #ffffff;
    padding: 15px;
	line-height: 25px;
}
#imgFachada
{
	width:100%;
}
.bnc_rnbp_info_biblioteca ul 
{
    list-style: none;
    display: block;
}
.bnc_rnbp_info_biblioteca ul li 
{
    display: inline-table;
    width: 30%;
    margin-right: 1%;
	height: 50px;
}
.bnc_rnbp_info_biblioteca ul li:nth-child(3n+0)
{
    margin-right: 0%;
}
.bnc_rnbp_info_biblioteca .bnc_redsocial_icon img
{
	width:20px;
	height:20px;
	margin-right:15px;
}
.bnc_rnbp_info_biblioteca label 
{
    font-weight: 700;
}
.bnc_rnbp_info_biblioteca article
{
    padding: 15px;
    padding-left: 0px;
    padding-right: 0px;
	word-break: break-all;
}

.bnc_rnbp_premio_img 
{
    display: inline-block;
    position: relative;
    margin-right: 15px;
}
.bnc_rnbp_premio_img img
{
	z-index:50;
}
.bnc_rnbp_premio_tooltip
{
	visibility:hidden;
	opacity:0;
    transition: opacity 1s;
    background: #fdc102;
    padding: 5px;
    width: 100px;
    position: absolute;
    float: left;
	z-index:90;
}
.bnc_rnbp_premio_img:hover .bnc_rnbp_premio_tooltip
{
	visibility:visible;
	opacity:1;
}
.bnc_rnbp_vinculos 
{
    display: block;
    background: #c2c3c3;
    overflow: hidden;
    padding: 10px;
    margin-top: 15px;
}
.bnc_rnbp_vinculos .bnc_publicacion_botones .bnc_boton a
{
    color: #424242 !important;
    text-transform: uppercase;
}
.bnc_rnbp_vinculos .bnc_publicacion_botones .bnc_boton
{
    width: 44%;
    margin-top: 5px;
    margin-right: 2%;
	margin-left: 0%;
}
.bnc_rnbp_enlaces a, .bnc_rnbp_enlaces a:visited
{
	text-decoration:none;
	color:#424242;
}
.bnc_rnbp_noticias_relacionadas 
{
    margin-top: 0px;
}

.bnc_rnbp_noticias_relacionadas .bnc_rnbp_enlaces .bnc_enlace 
{
    min-height: 100px;
}
.bnc_rnbp_noticias_relacionadas .bnc_rnbp_enlaces .bnc_enlace .bnc_resumen_enlace
{
	display:none;
}
.bnc_rnbp .bnc_zona_izquierda_80
{
	width: 70%;
	margin-right: 2%;
}
.bnc_rnbp .bnc_zona_izquierda_20 
{
    width: 28%;
}
.bnc_rnbp .bnc_cabecera_pagina 
{
    background-color: #7c13a4;
    color: #ffffff;
	padding:20px;
}
.bnc_rnbp .bnc_titulo_seccion, .bnc_rnbp .bnc_resumen_seccion
{
    position: relative;
    left: auto;
    top: auto;
    font-size: 25px;
    font-weight: 700;
}
.bnc_rnbp .bnc_resumen_seccion
{
	font-size:18px;
	font-weight:normal;
	width: 100%;
	margin-top: 15px;
}
.bnc_rnbp .bnc_vinculos_secundarios 
{
    border-top: 3px solid #7c13a4;
}
.bnc_rnbp .slwpmarker li
{
	list-style:circle;
}
.bnc_rnbp .bnc_publicacion_contenido
{
	background:none;
}
.bnc_rnbp .bnc_webpart 
{
    margin-top: 15px;
}
.bnc_rnbp .bnc_rnbp_vinculos_noticias
{
	background-color:transparent;
}
.bnc_rnbp .bnc_congreso_memoria_galeria img 
{
    width: 100%;
}

/********************************************************
****************** Redes sociales  ****************
***********************************************************/

.bnc_red_social ul li
{
    list-style: none;
    display: inline-block;
	margin-right:10px;
}
.bnc_red_social
{
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width: 80%;
}
.bnc_red_social .bnc_popup_red_social 
{
    visibility: hidden;
    width: 150px;
    background-color: #ffffff;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: -250%;
    left: 82%;
	border: 1px solid #303f9f;
}
.bnc_red_social .bnc_popup_red_social::after 
{
    content: "";
    position: absolute;
    top: -25%;
    left: 90%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #303f9f transparent;
}
/* Toggle this class - hide and show the popup */
.bnc_red_social .show 
{
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.bnc_popup_red_social #ulRedes 
{
    display: flex;
}

/*************************************************************
/*******************ESTILOS TABLAS ***************************
/*************************************************************/
.bnc_formulario_item table 
{
    width: 100%;
    display: table;
}
.bnc_formulario_item thead 
{
    display: table-header-group;
    height: 3rem;
    border-bottom: 3px solid #303f9f;
}
.bnc_formulario_item tr 
{
    height: 1.8rem;
}
.bnc_formulario_item table tbody tr:nth-child(odd)
{
	background-color: #c2c3c3;
}
.bnc_formulario_item td.center
{
	align-content: center;
}
/*************************************************************
/*******************Formulario simposios *********************
/*************************************************************/
.bnc_simposio_descarga 
{
    text-decoration: none;
    color: #303f9f;
    font-family: "Lato", sans-serif;
    font-size: 15pt;
}
.bnc_simposio_descarga img 
{
    max-width: 2rem;
    margin-right: 5px;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}
/********************************************************
****************** ESTILOS PORTAL ON LINE  ****************
***********************************************************/

.bnc_zona_derecha_80 iframe
{
	margin-top:20px;
}
/******************************************************************************
/******************************* ESTILOS MOVILES ******************************
/******************************************************************************/
@media screen and (min-width:1025px) and (max-width: 1366px)

{
	.bnc_gaboteca_contenedor 
	{
		width: 1170px;
		margin-left: 5%;
	}
	.bnc_home_noticias_principal .bnc_noticia_info article 
	{	
		min-height: 280px;
		overflow: hidden;
	}
	.bnc_home_noticias_principal .bnc_noticia_info 
	{
		min-height: 0px;
	}
	.bnc_home_noticias_principal .bnc_noticia_info article 
	{
		margin-top: 5px;
	}
	.bnc_home_noticias_principal .bnc_noticia_imagen 
	{
		width: 58%;
	}
	.bnc_home_noticias_principal .bnc_noticia_info 
	{
		width: 38%;
	}


}
@media screen and (min-width:769px) and (max-width: 1024px)

{
	.bnc_zone_wide_home,
	.bnc_zone_wide 
	{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		max-width: 100%;
	}
	.bnc_home_menu_top li, .bnc_top_menu ul li 
	{
		font-size: 12px;
	}
	.bnc_resumen_seccion 
	{
		width: 90%;
	}

	.bnc_menu_ppal 
	{
		width: 100%;
	}
	.bnc_mega_menu li a 
	{
	    font-size: 13px;
	}
	.bnc_menu_drop_right 
	{
    	padding: 20px 5px 0px 0px !important;
	}
	.bnc_home_noticias_principal .bnc_noticia_imagen 
	{
		width: 58%;
	}
	.bnc_home_noticias_principal .bnc_noticia_info 
	{
		width: 38%;
	}
	.bnc_galeria2_video_play .bnc_galeria_video_frame iframe 
	{
		width: 100%;
		height: 400px;
	}
	.bnc_home_noticias_secundarias .bnc_noticia_home .bnc_noticia_titulo,
	.bnc_galeria_video_titulo, .bnc_galeria_video_titulo_list,
	.bnc_titulo_canal,
	.bnc_titulo_menu_seccion
	{
		font-size: 16px;
	}
	.bnc_enlaces_catalogos .bnc_enlace 
	{
		min-height: 215px;
	}
	.bnc_enlace_relacionado 
	{
		min-height: 235px;
	}
	.bnc_imagen_menu_seccion 
	{
		width: 210px;
		height: auto;
	}
	.bnc_columna_imagen_seccion 
	{
		width: 210px;
		min-width: 215px;
	}
}	
@media all and (max-width: 768px)
{
	/*++++++++++++++++ Gaboteca+++++++++++++++*/
	.bnc_gaboteca_contenedor 
	{
		width: 745px;
		margin-left: 0%;
	}
	.bnc_imagen_seccion_media img 
	{
		margin-left: 0%;
		width: 745px;
	}
	.bnc_gaboteca_links img 
	{
		height: 50.5px;
		margin-left: 8%;
	}
	/*++++++++++++++++ General +++++++++++++++*/

	img 
	{
		margin-left:0px;
		max-width:100%;
		height:auto !important;
	}	
	/*++++++++++++++++ Esquema home +++++++++++++++*/
	.bnc_menu_movil
	{
		display:block;
		float: left;
		width: 10%;
		margin-right: 2%;
		margin-top: 5%;
	}
	.clear_movil
	{
		display:none;
	}
	.dl-menuwrapper
	{
		perspective:none !important;
	}
	.dl-menuwrapper .dl-menu 
	{
		margin: 50px 0 0 0 !important;
		position: fixed !important;
		width: 95%  !important;
		left: 0px !important;
	}
	.dl-menuwrapper li a 
	{
		text-align: left;
	}
	.bnc_header_logo 
	{
		width: 85%;
		float: left;
	}
	.bnc_colombia_logo, .bnc_mincultura_logo
	{
		display:none;
	}
	.bnc_zone_wide_home, 
	.bnc_zone_wide
	{
		width: 100%;
	}
	
	.bnc_zona_izquierda_80,
	.bnc_rnbp .bnc_zona_izquierda_80,
	.bnc_rnbp .bnc_zona_izquierda_20
	{
	    float: none;
    	width: 100%;
	}
	.bnc_zona_derecha_20 
	{
		float: none;
		width: 100%;
		margin-top: 15px;
	}

	.bnc_logos_colombia, .bnc_home_menu_top
	{
		display: none;
	}
	header 
	{
    	background-color: #403f9f;
		overflow: hidden;
	}
	.bnc_logo_movil
	{
		display:block;
	}
	.bnc_logo
	{
		display:none;
	}
	.bnc_menu_principal
	{
		display:none;
	}
	.bnc_home_catalogos_movil
	{
		display: block;
		margin-top: 20px;

	}
	.bnc_home_catalogos, .bnc_home_texto_catalogos
	{
		display:none;
	}
	.bnc_busqueda_catalogo 
	{
		width: 95%;
		margin-left: 5%;
	}
	.bnc_busqueda_catalogo input[type='text'] 
	{
		display: block;
		float: none;
		width: 90%;
	}
	.bnc_dropdown 
	{
		position: relative;
		width: 80%;
	}

	.bnc_dropdown_mask, .bnc_seleccion_catalogos
	{
		width: 100%;
	}
	.bnc_busqueda_catalogo input[type='button'] 
	{
		display: block;
		float: none;
		width: 50px;
		min-width: 0px;
	}
	.bnc_footer_info, .bnc_footer_contacto 
	{
    	float: none;
    	width: 100%;
	}

	/*++++++++++++++++ Layout internas zonas de webpart izquierda y derecha +++++++++++++++*/
	.bnc_zona_izquierda_20 
	{
		width: 100%;
		float: none;
		overflow: hidden;
		margin-top: 20px;
	}
	.bnc_zona_derecha_80 
	{
		width: 100%;
		float: none;
		overflow: hidden;
		margin-top: 20px;
	}

	/*++++++++++++++++ Menu secciones +++++++++++++++*/
	.bnc_titulo_seccion 
	{
		position: absolute;
		left: 4%;
		top: 15px;
		font-size: 18px;
		font-weight: 700;
	}
	.bnc_resumen_seccion 
	{
		position: absolute;
		left: 4%;
		top: 47px;
		font-size: 14px;
		width: 95%;
		display:none;
	}
	.bnc_imagen_menu_seccion 
	{
    	display: none;
	}
	.bnc_vinculos_menu_seccion li 
	{
		float: left;
		width: 100%;
		margin-right: 5%;
	}
	.bnc_resumen_menu_seccion 
	{
		display: block;
		width: 90%;
	}

	
	/*++++++++++++++++ Catalogos +++++++++++++++*/
	.bnc_enlaces_catalogos 
	{
		width: 100%;
		margin-right: 0%;
		overflow: hidden;
		padding: 5px;
	}

	.bnc_enlaces_catalogos .bnc_enlace 
	{
		width: 100%;
		margin-top: 5px;
		margin-left: 0%;
		overflow: hidden;
		float: none;
	}
	.bnc_video_catalogos 
	{
		padding-top: 30px;
		width: 100%;
		height: auto;
	}
	.bnc_video_catalogos iframe 
	{
		border: none;
		width: 290px;
		height: 165px;
		margin-left: 25%;
	}
	.bnc_enlace_relacionado 
	{
		width: 100%;
		margin-top: 15px;
		margin-right: 3%;
		overflow: hidden;
		float: none;
	}
	/*++++++++++++++++ Servicios +++++++++++++++*/

	.bnc_menu_seccion 
	{
		width: 100%;
		margin-bottom: 30px;
	}
	.bnc_tabla_fila 
	{
    display: block;
 }
	.bnc_publicacion_info .bnc_tabla_fila 
	{
    	display: table-row;
	}
	.bnc_publicacion_info .bnc_tabla_columna 
	{
		display: table-cell;
		vertical-align: top;
		padding: 10px;
		width: 33%;
	}

	.bnc_fila_menu_seccion {
		width: 100%;
		height: auto;
		padding: 9;
		padding-right: 23px;
	}
	.bnc_tabla_columna 
	{
		display: block;
		width: 100%;
	 
	}
	.bnc_columna_imagen_seccion_100 
	{
		display:none;
	}
	.bnc_columna_resumen_seccion_100 
	{
		border-top: 3px solid #303f9f;
		width: 100%;
		padding: 5px;
	}
	.bnc_columna_separador 
	{
		display: none;
	}
	.bnc_columna_vinculos_seccion_100 
	{
		border-top: none;
		width: 100%;
		font-size: 16px;
		font-weight: 600;
		padding: 0px !important;
		padding-left: 15px !important;
		vertical-align: middle;
	}

	/*++++++++++++++++ Pieza del Mes +++++++++++++++*/
	.bnc_zone_left 
	{
		width: 100%;
		margin-top: 10px;
	}
	.bnc_zone_right 
	{
		width: 100%;
		margin-top: 10px;
	}

	.bnc_pieza_mes_contenido 
	{
    	float: none;
    	width: 100%;
    	margin-right: 5%;
	}
	.bnc_pieza_mes_carrusell 
	{
    	float: none;
    	width: 100%;
	}

	.bnc_pieza_mes 
	{
    	width: 100%;
    	float: none;
	}
	.bnc_pieza_mes_titulo_seccion, .bnc_pieza_mes_filtro_fecha
	{
		float:none;
		width:100%;
		max-width:none;
		margin-top: 25px;
	}
	.bnc_pieza_mes_contenedor .bnc_dropdown
	{
		float:right;
	}
	/*++++++++++++++++ Gaboteca +++++++++++++++*/

	.bnc_gaboteca_contenedor 
	{
		width: 745px;
		margin-left: 0%;
	}
	.bnc_imagen_seccion_media img 
	{
		margin-left: 0%;
		width: 745px;
	}
	.bnc_gaboteca_links img 
	{
		height: 50.5px;
		margin-left: 8%;
	}
	
	/*++++++++++++++++ Enlaces Proiyectos Digfitales +++++++++++++++*/
	
	.bnc_enlace_proyectos_home 
	{
		width: 100%;
		margin-right: 0%;
		float: none;
	}

	/*++++++++++++++++ Videos Home +++++++++++++++*/
	.bnc_home_videos 
	{
    	margin-top: 0px;
	}
	.bnc_galeria_videos_titulo 
	{
		font-size: 30px;
		font-weight: 800;
		float: left;
		background: url(../iconos/ic_videocam_blue_36px.svg) no-repeat;
		background-position-x: 0px;
		margin-top: 10px;
		color: #424242;
	}
	.bnc_galeria_videos_titulo span 
	{
		margin-left: 50px;
	}

	.bnc_galeria_videos 
	{
		width: 100%;
	}
	.bnc_galeria_video_play 
	{
		width: 100%;
		height: auto;
		float: none;
		margin-right: 0%;
		margin-left: 0%;
	}
	.bnc_galeria_video_playlist 
	{
		width: 100%;
		float: none;
	}
	.bnc_galeria_video_list 
	{
		margin-bottom: 10px;
		float: left;
		width: 100%;
	}

	.bnc_galeria_video_imagen_list
	{
		width: 50%;
		float: left;
		margin-right: 15px;
		margin-bottom: 20px;
	}
	.bnc_galeria_video_imagen_list img 
	{
		width: 100%;
		height: auto;
	}
	.bnc_galeria_video_tag_list 
	{
		width: 40%;
		text-transform: uppercase;
		float: left;
		font-size: 12px;
	}
	.bnc_galeria_video_titulo_list 
	{
		font-size: 20px;
		float: left;
		width: 40%;
	}
	.bnc_galeria2_video_play 
	{
		width: 100%;
		height: auto;
		margin-left: 0px;
	}
	.bnc_galeria2_video_play .bnc_galeria_video_frame iframe 
	{
		width: 100%;
		height: 470px;
	}
	.bnc_galeria2_video_playlist 
	{
		width: 100%;
		margin-left: 0px;
	}
	.bnc_canal_1_videos 
	{
		border-top: 5px solid #303f9f;
		margin-right: 0%;
	}
	.bnc_canal_1_videos, .bnc_canal_2_videos 
	{
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}
	.bnc_galeria2_video_playlist .bnc_galeria_video_list 
	{
		margin-bottom: 10px;
		width: 100%;
		float: none;
		margin-right: 0%;
	}

	/*++++++++++++++++ Vinculos Imagenes +++++++++++++++*/

	.bnc_imagen_link 
	{
		width: 100%;
		height: auto;
		float: none;
		margin-right: 0px;
		margin-bottom: 20px;
		max-height: none;
	}
	.bnc_imagen_link img 
	{
		width: 100%;
		height: auto;
		max-height: none;
	}

	/*++++++++++++++++ Vinculos Secundarios +++++++++++++++*/
	.bnc_imagen_enlace 
	{
		width: 70px;
		height: 70px;
		float: left;
		margin-right: 10px;
	}

	.bnc_titulo_enlace a 
	{
		font-size: 14px;
	}

	/*++++++++++++++++ En la BNC Espacios +++++++++++++++*/
	.bnc_espacio
	{
		float: none;
		width: 100%;
	}

	.bnc_espacios_menu 
	{
    display: none;
	}
	/*++++++++++++++++ Publicaciones +++++++++++++++*/
	.bnc_boton, .bnc_pieza_mes_contenido .bnc_boton
	{
		width: 90%;
		padding: 5px;
		float: none;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	.bnc_publicacion_carrusel 
	{
		float: none;
		width: 100%;
		margin-left: 0%;
		overflow: hidden;
	}
	.bnc_publicacion_contenido 
	{
		float: none;
		width: 100%;
		background-color: #ffffff;
		margin-left: 1%;
		padding-bottom: 10px;
		overflow: hidden;
	}
	.bnc_enlace 
	{
		width: 100%;
		margin-top: 15px;
		margin-left: auto;
		overflow: hidden;
		float: none;
		margin-right: auto;
	}

	/*********Congresos ************/
	.bnc_congresos_evento
	{
		width:100%;
		float:none;
	}
	.bnc_congresos_memorias_lista ul li 
	{
		display: block;
		width: 100%;
		height: auto;
		margin-top: 15px;
	}
	.bnc_memoria_datos 
	{
		margin-top: 10px;
		min-height: 0px;
		display: block;
		overflow: hidden;
	}
	.bnc_memoria_video iframe 
	{
		width: 560px;
		height: 315px;
	}
	.bnc_congreso_zona_descripcion 
	{
		display: block;
		float: none;
		width: 100%;
	}
	.bnc_congresos_zona_noticias 
	{
		display: block;
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	/*********Visor Ficheros ************/
	.bnc_visor_ficheros_data 
	{
		display: block;
		float: none;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 15px;
	}
	.bnc_visor_ficheros_pdf 
	{
		display: block;
		float: none;
		width: 100%;
	}
	/*********Formulario Incio de sesión ************/
	.bnc_formulario_login_registro 
	{
		display: block;
		width: 100%;
		float: none;
		margin-right: 0px;
	}
	.formulario_login 
	{
		display: block;
		width: 100%;
		float: none;
		border-left: none;
		padding-left: 0px;
	}
	/*********Formulario Incio de sesión ************/
	.bnc_footer_izq 
	{
		display: block;
		float: none;
		width: 100%;
	}
	.bnc_footer_titulo
	{
		width: 100%;
	}
	.bnc_footer_der 
	{
		float: none;
		display: block;
		width: 100%;
	}
	.bnc_footer_mapa 
	{
		margin-top: 2%;
	}
	/********** Noticias del Home *******/
	.bnc_noticia_home 
	{
		width: 100% !important;
		min-height: 200px;
		float: none;
		margin-right: 0px;
	}
	.bnc_home_noticias_principal .bnc_noticia_imagen 
	{
		width: 100%;
		float: none;
		margin-right: 0px;
		max-height:none;
	}
	.bnc_home_noticias_principal .bnc_noticia_info 
	{
		float: none;
		width: 100%;
		min-height: 200px;
	}
	/*++++++++ Agenda +++++++++*/
	.bnc_agenda_home 
	{
    	height: auto;
	}
	.bnc_agenda_home .bnc_agenda_home_info 
	{
		float: none;
		width: 100%;
		height: auto;
	}
	.bnc_agenda_home .bnc_agenda_home_eventos 
	{
		float: none;
		width: 100%;
	}
	.bnc_agenda_home .bnc_agenda_home_info .bnc_agenda_home_vinculo 
	{
    	position: relative;
	}
	.bnc_separador_celda_agenda 
	{
		display: none;
	}
	.bnc_agenda_home .bnc_agenda_evento .bnc_agenda_imagen 
	{
		width: 25%;
	}
	.bnc_agenda_home .bnc_agenda_evento 
	{
		height: auto;
	}
	.bnc_agenda_home .bnc_agenda_evento .bnc_agenda_date, 
	.bnc_agenda_home .bnc_agenda_evento .bnc_agenda_info
	{
		width: 55%;
		padding-left: 15px;
	}
	.bnc_noticias_home_rnbp .bnc_home_noticias_secundarias .bnc_noticia_imagen 
	{
		max-height: none;
	}
	/*******correcciones home*******/
	.bnc_content_imagen_proyectos
	{
		float: none;
		width:100%;
		max-width: 100%;
		
	}
	.bnc_titulo_enlace_proyectos{
		padding-top: 15px;
		margin-top:0px;
		margin-left:15px;
		margin-right:15px;
		width:initial;
	}
	.bnc_home_noticias_principal .bnc_noticia_info{
		width:95%!important;
	}
	.bnc_titulo_proyectos{
		color:#424242!important;
	}
	.bnc_enlaces_globales_home a{
		color:#303f9f!important;
	}
	.bnc_agenda_home .bnc_agenda_evento .bnc_agenda_icono{
		width:2%;
		margin-top:0px;
		margin-left:-25px;
		
	}
	.bnc_agenda_icono img{
		max-width:initial !important;
	}
	.bnc_coleccion_relacionado .bnc_titulo_enlace {
		float: left;
		width:  100%;
		text-align:  center;
	}
	.ms-rteTableEvenCol-2{
		width:100%!important;
		float:left;
	}
	.ms-rteTableOddCol-2{
		width:100%!important;
		float:left;
	}
	.bnc_miga_pan{
		padding-top:1px!important;
	}
	.bnc_coleccion_relacionado
	{
		width: 100%;
		margin-top:15px;
		margin-right:3%;
		overflow:hidden;
		float:left;
		min-height: 280px;
	}
	.bnc_imagen_enlace_265 
	{
		width: 100%;
		height: auto;
		float: left;
		margin-right: 30px;
		/* max-width: 265px; */
		/*max-height: 220px;*/
	}
	.bnc_coleccion_relacionado .bnc_resumen_enlace 
	{
		padding-right: 15px;
		display: block;
		float: left;
		width: 100%;
	}
	
	.bnc_relacionados_publicacion{
		width:95%!important;
}