@font-face {
    font-family: 'Monday';
    src: url('/National_Library/oe_/https://www.betshalom.cat/css/fonts/Monday_Regular.eot');
    src: url('/National_Library/oe_/https://www.betshalom.cat/css/fonts/Monday_Regular.eot#iefix') format('embedded-opentype'),
         url('/National_Library/oe_/https://www.betshalom.cat/css/fonts/Monday_Regular.woff') format('woff'),
         url('/National_Library/oe_/https://www.betshalom.cat/css/fonts/Monday_Regular.ttf') format('truetype'),
         url('/National_Library/oe_/https://www.betshalom.cat/css/fonts/Monday_Regular.svg#Monday_Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirMe';
    src: url('/National_Library/oe_/https://www.betshalom.cat/css/fonts/Avenir_Medium.eot');
    src: url('/National_Library/oe_/https://www.betshalom.cat/css/fonts/Avenir_Medium.eot#iefix') format('embedded-opentype'),
         url('/National_Library/oe_/https://www.betshalom.cat/css/fonts/Avenir_Medium.woff') format('woff'),
         url('/National_Library/oe_/https://www.betshalom.cat/css/fonts/Avenir_Medium.ttf') format('truetype'),
         url('/National_Library/oe_/https://www.betshalom.cat/css/fonts/Avenir_Medium.svg#Avenir_Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirBl';
    src: url('/National_Library/oe_/https://www.betshalom.cat/css/fonts/Avenir_Black.eot');
    src: url('/National_Library/oe_/https://www.betshalom.cat/css/fonts/Avenir_Black.eot#iefix') format('embedded-opentype'),
         url('/National_Library/oe_/https://www.betshalom.cat/css/fonts/Avenir_Black.woff') format('woff'),
         url('/National_Library/oe_/https://www.betshalom.cat/css/fonts/Avenir_Black.ttf') format('truetype'),
         url('/National_Library/oe_/https://www.betshalom.cat/css/fonts/Avenir_Black.svg#Avenir_Black') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirBo';
    src: url('/National_Library/oe_/https://www.betshalom.cat/css/fonts/Avenir_Book.eot');
    src: url('/National_Library/oe_/https://www.betshalom.cat/css/fonts/Avenir_Book.eot#iefix') format('embedded-opentype'),
         url('/National_Library/oe_/https://www.betshalom.cat/css/fonts/Avenir_Book.woff') format('woff'),
         url('/National_Library/oe_/https://www.betshalom.cat/css/fonts/Avenir_Book.ttf') format('truetype'),
         url('/National_Library/oe_/https://www.betshalom.cat/css/fonts/Avenir_Book.svg#Avenir_Book') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Reset the stylesheet */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, textarea, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
address, article, aside, audio, canvas, command, datalist,
details, dialog, figure, figcaption, footer, header, hgroup,
keygen, mark, meter, menu, nav, progress,
ruby, section, time, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


/* HTML5 elements that are blocks */
aside, header, footer, article, section, nav, figure, figcaption {
  display: block;
}


.animate {
  -webkit-transition: opacity 0.2s linear, color 0.2s linear, background-color 0.2s linear;
     -moz-transition: opacity 0.2s linear, color 0.2s linear, background-color 0.2s linear;
      -ms-transition: opacity 0.2s linear, color 0.2s linear, background-color 0.2s linear;
       -o-transition: opacity 0.2s linear, color 0.2s linear, background-color 0.2s linear;
          transition: opacity 0.2s linear, color 0.2s linear, background-color 0.2s linear;
}

.uppercase{
    text-transform: uppercase;
}
.red_text{
    color: red !important;
}
.blue_button{
    background: #0081C4;
    font-size: 12px;
    padding:2px;
    color: white !important;
}

/* Basic styles */
input, select, textarea {
  outline: 0;
  border: none;
}

input[type="submit"] {cursor: pointer; padding: 0; margin: 0;}
ul, li {list-style-type: none;}
strong {font-weight: bold;}
em {font-style: italic;}
form {display: block;}
figure {overflow: hidden;}
mark {background: #FFFF00;}
a {text-decoration: none; cursor: pointer; outline: none;}
body {font-family: AvenirBo, AvenirMe, AvenirBl, Monday, Times New Roman;}
input {font-family: AvenirBo, AvenirMe, AvenirBl, Monday, Times New Roman;}


/* P�ginas de error 404 */
body.error_404 {background-color: #FFFFFF;}
body.error_404 .main_container {position: absolute; top: 50%; left: 0; right: 0; width: 930px; margin: 0 auto; background-color: transparent; text-align: center; margin-top: -250px;}



/* Tools */
/* Clearfix allows to make that the coainter fills every
 * fill all the size of his childreens, no matter is they
 * are floating. Also, if its called into a DIV has the
 * height 1px to IExplorer
 */
.clearfix {clear: both; overflow: hidden;}


/* Force cursor */
.force_cursor {cursor: pointer !important;}


/* This class is useful to display the default text on the
 * inputboxes
 */
input[type="text"].first-time {color: #bbbbbb !important;}

/*
 * All items with the image class will be overflow hidden to make
 * that the imags inside them doesn't go out
 */
/*
.image {position: relative; overflow: hidden;}
.image img {position: absolute;}
*/


/* Floating elements */
.left {float: left;}
.right {float: right;}


/* Display */
.hide {display: none;}


/* Clearfix */
.clearfix {clear: both;}


/* Vertical center */
.vertical-center {white-space: nowrap;}
.vertical-center > span:first-child {display: inline-block; height: 100%; width: 0; vertical-align: middle;}
.vertical-center > span:first-child + span {display: inline-block; vertical-align: middle; white-space: normal;}


.valign{
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 0;
}
.valign-content{
    display: inline-block;
    vertical-align: middle;
}

/* Tiny */
.wysiwyg .grande,
.wysiwyg .pequeno,
.wysiwyg p {
    margin-bottom: 15px;
    line-height: 1.4m;
}

.wysiwyg .grande {
    font-size: 26px;
}

.wysiwyg .pequeno {
    font-size: 15px;
}

.wysiwyg h1 {font-weight: bold; font-size: 26px; margin-bottom: 15px;}
.wysiwyg h2 {font-weight: bold; font-size: 20px; margin-bottom: 15px;}
.wysiwyg h3 {font-weight: bold; font-size: 18px; margin-bottom: 15px;}
.wysiwyg h4 {font-weight: bold; font-size: 16px; margin-bottom: 15px;}
.wysiwyg h5 {font-weight: bold; font-size: 14px; margin-bottom: 15px;}
.wysiwyg h6 {font-weight: bold; font-size: 12px; margin-bottom: 15px;}


.wysiwyg ul, 
.wysiwyg ol, 
.wysiwyg li {
    list-style-type: disc;
    margin-left: 7px;
    padding-left: 10px;
}

.wysiwyg ol li {
    list-style-type: decimal;
}

.wysiwyg a {
    color: #333;
    text-decoration: underline;
}

.wysiwyg a:hover {
    color: #666;
}


/* Paginaci�n */
.paginacion {text-align: right; padding: 3px 0; margin-bottom: 12px;}
.paginacion li {display: inline; font-size: 10px; line-height: 1.2em; padding: 0 5px;}
.paginacion li a {color: #27B1EB; border-right: 1px solid #eee; border-radius: 100px; border: 1px solid #27B1EB; padding: 3px 5px; display: inline-block; min-width: 6px;}
.paginacion li a:hover {color: #16A0DA;}
.paginacion li a.active {color: black; cursor: default; border-color: black;}
 

/* Box model */
.box {margin-bottom: 9px; float:left; border-style:none; display: inline; overflow: hidden;}
.box25 {width: 25%;}
.box33 {width: 33%;}
.box50 {width: 50%;}
.box75 {width: 75%;}
.box100 {width: 100%;}
.inlinebox {float: left;}



a.fancy{
    color: black;
}

.inner-fancy-img{
    max-width: 960px;
}

/* Table */
.table {border-radius: 10px; padding: 7px; background-color: #fff; border: 1px solid #eaeaea; box-shadow: 5px 5px 10px #eee;}
.table .row {overflow: hidden; border-bottom: 1px dotted #ccc; padding: 7px 0;}
.table .row.even {background-color: #DDEEFF;}
.table .row_anchor {display: block; width: 100%; height: 100%;}
.table .row a {color: #28B1EC;}
.table .row a:hover {text-decoration: underline;}
.table .row .col {float: left; display: block; min-height: 1px; padding: 0 7px;}


/* Button */
a.button {min-width: 50px; display: inline-block; text-align: center; padding: 0 7px; height: 22px; border: 0; color: white !important; background-color: #000; font: normal normal 14px/22px Helvetica, Arial; }
a.button:hover {background-color: #333;}


/* Block */
#block {
  display: block; 
  width: 100%; 
  height: 100%;
  position: fixed; top: 0; left: 0;
  z-index: 100;
  opacity: 0.7; 
  filter: alpha(opacity=70);
  display: none;
  background: #333 url(images/block.png) repeat top left;
}


/* Layout */
.main_wrapper {}

body.fullscreen  .left1 {
    display: none;
}
body.fullscreen  .right {
    display: none;
}

body.fullscreen  .center {
    width: 100%;
    border: none;
}
body.fullscreen  .center .center_content{
    width: 100%;
}


/* Layout */
/* Image over text */
.layout0 .image {width: 100%; margin: 0 auto 15px auto; overflow: hidden;}
.layout0 .image a img {}

/* Image on right, text one column on the left */
.layout2 .image {float: right; margin-left: 15px; margin-bottom: 15px; width: 400px; height: 280px; overflow: hidden;}
.layout2 .tiny {margin-right: 415px;}


/* Image float on the right */
.layout3 .image {float: right; margin-left: 15px; margin-bottom: 15px; width: 400px; height: 280px; overflow: hidden;}


/* Image on left, text one column on the right */
.layout4 .image {float: left; margin-right: 15px; margin-bottom: 15px; width: 400px; height: 280px; overflow: hidden;}
.layout4 .tiny {margin-left: 415px;}


/* Image float on the left */
.layout5 .image {float: left; margin-right: 15px; margin-bottom: 15px; width: 400px; height: 280px; overflow: hidden; width: auto;}
.layout5 .image a {position: static;}



/* Blog module */
/* Basic */
.mod.blog {}

    /* Images */
    .mod.blog .image {}
    .mod.blog .image a {display: block; top: 5px; left: 5px; right: 5px; bottom: 5px; overflow: hidden;}
    .mod.blog .image a + a {display: none;}


    /* List */
    .mod.blog.list {}
   
   
    /* Detail */
    .mod.blog.detail {}
    
    
    /* Form */
    .mod.blog .comments_form {margin-top: 25px;}
    
    

/* TOOLS */
.blue-text{
    color: #0081C4 !important;
}
.bold{
    font-weight: bold;
}
.float-right-item{
    float: right;
}
.float-left-item{
    float: left;
}






/**  COMUN  **/
.barra_horizontal {
    border-bottom: 1px solid #CCCCCC;
    height: 1px;
    width: 100%;
    clear: both;
}
.barra_horizontal.no_barra{
    border-bottom: 0;
}
.barra_horizontal_with_separation{
    margin: 6px 0;
}


.barra_horizontal.last{
    display:none;
}
.home .left_content .barra_horizontal.last{
    display: block;
}
.barra_horizontal.no_separator{
    display: none;
}
.barra_horizontal.barra_with_margin {
    margin-bottom: 15px;
}
.barra_horizontal.barra_with_margintop {
    margin-top: 10px;
}
.father{
    text-transform: uppercase;
}
.underline {
    text-decoration: underline;
}

.main_wrapper {
    width: 940px;
    margin: 0 auto;
    font-family: Avenir, Monday;
}

.inline-block{
    display: inline-block;
    vertical-align: top;
    #display: inline;
    zoom: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/**  FOOTER  **/
.footer {
    margin-top: 10px;
}
.footer .pie_top_left {
    width: 335px;
    /*height: 140px;*/
    float: left;
    color: #333333;
}
.footer .pie_top_left a{
    color: #333333;
}
.footer .pie_top_left a:hover{
    color: #333333;
    text-decoration: underline;
}
.footer .pie_top_left h2 {
    font-family: AvenirBl;
    font-size: 20px;
    color: #666666;
    line-height: 110%;
    margin-right: 115px;
    margin-top: 12px;
}
.footer .pie_top_left p {
    font-family: AvenirBo;
    font-size: 12px;
    line-height: 200%;
    text-decoration: underline;
    margin-right: 115px;
    font-style: italic;
}
.footer .pie_top_center {
    width: 240px;
    height: 140px;
    float: left;
}
.footer .pie_top_center img {
	margin-top: 12px;
}
.footer .pie_top_right {
    height: 140px;
    float: left;
}
.footer .pie_top_right img {
	margin-top: 6px;
}
.footer .pie_middle_left {
    width: 335px;
    height: 110px;
    float: left;
}
.footer .pie_middle_left img {
	margin-top: 12px;
}
.footer .pie_middle_left p {
    font-family: AvenirBo;
    font-size: 12px;
    line-height: 120%;
    font-style: italic;
    margin-top: 12px;
    margin-right: 115px;
}
.footer .pie_middle_center {
    float: left;
}
.footer .pie_middle_center h2 {
    font-family: AvenirBo;
    font-size: 12px;
    line-height: 200%;
    margin-top: 25px;
}
.footer .pie_middle_center .nav_pie {
    font-family: AvenirBo;
    font-size: 13px;
    line-height: 120%;
}
.footer .pie_middle_center .nav_pie a,
.footer .pie_middle_center p a {
    color: #333333;
    
}
.footer .pie_middle_center .nav_pie a:hover,
.footer .pie_middle_center p a:hover {
    text-decoration: underline;
    
}
.footer .pie_middle_center p {
    font-family: AvenirBo;
    font-size: 12px;
    line-height: 200%;
}
.footer .pie_middle_right {
    float: left;
}
.footer .pie_middle_right p {
    font-family: AvenirBo;
    font-style: italic;
    font-size: 12px;
    line-height: 200%;
    margin-top: 35px;
}

.nav_pie_link{
    line-height: 46px;
}

.footer .pie_bottom_left {
    float: left;
}
.footer .pie_bottom_left p {
    font-family: AvenirBo;
    /*font-style: italic;*/
    font-size: 12px;
    color: #666666;
    line-height: 200%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer .pie_bottom_right {
    float: right;
}
.footer .pie_bottom_right p {
    font-family: AvenirBo;
    /*font-style: italic;*/
    font-size: 12px;
    color: #AAAAAA;
    line-height: 200%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.pie-top-wrapper{
    margin-top: 18px;
    font-family: AvenirBo;
}
.pie-top-item{
    margin-right: 180px;
}
.pie-top-item:last-child{
    margin-right: 90px;
    margin-top: 18px;
}

.contacta-con-betshalom-container{
    margin-top: 39px;
}
.contacta-con-betshalom-container a{
    background-image: url('images/right-arrow-black.png');
    background-repeat: no-repeat;
    background-position: left 48%;
    padding-left: 9px;
    font-size: 12px;
}


.betshalom-logo-wrapper{
    width: 460px;
}
.betshalom-logo-item{
    display: inline-block;
    #display: inline;
    zoom:1;
    vertical-align: top;
    float: left;
}
.betshalom-logo-item-text-container{
    font-size: 10px;
    /*width: 172px;*/
    /*width: 262px;*/
    width: 372px;
    margin-top: 10px;
    /*margin-left: 6px;*/
    color: #999999;
}

.betshalom-logo-item-text{
    position: relative;
    top: 9px;
    left: 9px;
    font-size: 11px;
}



/* new */ 
.footer .pie_bottom_right a {
    color: black;
}



/**  RIGHT  **/
.right {
    width: 254px;
    padding-left: 9px;
    padding-right: 6px;
    float: left;
    margin-bottom: 20px;
}
.right .right_cab {
    background: #CCCCCC;
    bacground: rgba(204, 204, 204, 0.50);
    border-radius: 5px;
    width: 244px;
    height: 38px;
    font-family: Monday;
    line-height: 38px;
    font-size: 20px;
    color: #000000;
    margin-top: 5px;
    margin-bottom: 16px;
    padding-left: 10px;
}
.right .right_cab a {
	color: #000000;
}
.right .right_cab span {
    font-size: 13px;
    margin-left: 15px;
}
.right .content_right1 {
    width: 255px;
    height: 88px;
    position: relative;
}
.right .content_right1 img {
    position: absolute;
    right: 0;
    top: 0;
}
.right .content_right1 .title,
.right .content_right1 .subtitle {
    width: 188px;
    color: #323365;
}
.right .content_right1 .subtitle{
    font-size: 13px;
}

.right .content_right1 .title, 
.right .content_right2 .title, 
.right .content_right3 .title {
    font-family: AvenirBl;
    line-height: 110%;
    margin-left: 5px;
}
.right .content_right1 .subtitle, 
.right .content_right2 .subtitle, 
.right .content_right3 .subtitle {
    font-family: Monday;
    line-height: 130%;
    margin-left: 5px;
}
.right .content_right1.active, 
.right .content_right2.active, 
.right .content_right3.active {
    background: #E5E5E5;
}
.right .content_right2 {
    width: 255px;
    height: 91px;
    position: relative;
}
.right .content_right2 img {
    position: absolute;
    right: 0;
    top: 0;
}
.right .content_right2 .title,
.right .content_right2 .subtitle {
    width: 200px;
    color: #323365;
}
.right .content_right3 {
    width: 255px;
    height: 71px;
    position: relative;
}
.right .content_right3 img {
    position: absolute;
    right: 0;
    top: 0;
}
.right .content_right3 .title,
.right .content_right3 .subtitle {
    width: 200px;
    color: #323365;
}
.right .right_cab2 {
    background: #0081C4;
    background: rgba(0, 129, 196, 0.30);
    border-radius: 5px;
    width: 244px;
    height: 38px;
    font-family: Monday;
    line-height: 38px;
    font-size: 20px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-left: 10px;
}
.right .content_right4 {
    font-family: Monday;
    font-size: 15px;
    margin-top: 15px;
	padding-bottom: 21px;
    line-height: 120%;
}
.right .content_right4 ul li {
    color: #0081C4;
    list-style-type: disc;
    margin-left: 20px;
}
.right .content_right4 li a {
    color: #0081C4;
    font-size: 12px;
    font-family: Monday;
}
.right .title11 {
    color: #E36E33;
    font-family: AvenirBl;
    font-size: 16px;
    line-height: 36px;
}
.right .img_escritores {
    margin-top: 3px;
    margin-bottom: 3px;
    display: block;
}
.content_right4 a{
    color: black;
}


.escritor-img{
    max-width: 152px;
}
.escritor-img-big{
    max-width: 252px;
}

.escritor-descripcion-pequena{
    margin-top: 63px;
}




/**  HEADER  **/
.top_wrapper .top { 
    height: 40px;
}
.top_wrapper .top .top_left {
    float: left;
}

.top_wrapper .top .top_left a.link {
    float: left;
    margin: 10px 10px;
    font-family: AvenirBo;
    /*font-style: italic;*/
    line-height: 120%;
    color: #000000;
    font-size: 13px;
}
.top_wrapper .top .top_left a.link.red_text {
	font-size: 12px;
	color: #FF0000;
	font-family: AvenirBo;
	line-height: 120%;
	float: left;
	margin: 10px 10px;
}
.top_wrapper .top .top_left a.link.show_profile_action {
	background: none;
	color: #000000 !important;
	font-family: AvenirBo;
	line-height: 120%;
	float: left;
	font-size: 12px;
	margin: 10px 10px;
}
.top_wrapper .top .top_left a.link.show_profile_action:hover {
	background :#0081C4;
	color: #FFFFFF !important;
}
.top_wrapper .top .top_left .barra_vertical {
    border-left: 1px solid #CCCCCC;
    width: 1px;
    height: 14px;
    float: left;
    margin: 10px 0px;
}



.top_wrapper .top .top_right {
    float: right;
    position: relative;
}
.top_wrapper .top .top_right a.link {
    float: left;
    margin: 0 10px;
    position: aboslute;
    padding-top: 10px;
}
.top_wrapper .top .top_right a.link.active{
    border-top: 3px solid #0081C4;
    padding-top: 7px;
}


.language-selector {
	cursor: pointer;
	line-height: 34px;
	text-align: right;
	width: 70px;
}
.language-selector .icon {
	width: 0;
	height: 0;
	border-color: #0082C4 transparent transparent transparent;
	border-width: 7px 4px;
	border-style: solid;
	float: left;
	margin-top:13px;
	margin-right: 7px;
}

.select_lang {
	display: none;
	position: absolute;
	border: 1px solid #CCCCCC;
	width: 70px;
	right: 0;
}

.language-selector-text {
	line-height: 34px;
	display: block;
	font-size: 12px;
	font-family: AvenirBo;
	
}
.language-selector:hover .icon {
	border-color: transparent transparent #0082C4 transparent;
	margin-top: 4px;
}
.language-selector:hover .select_lang {
	display: block;
}

.select_lang_item {
	line-height: 34px;
	padding-right: 7px;
	text-align: right;
	color: #000000;
	font-size: 12px;
	font-family: AvenirBo;
}
.select_lang_item a {
	color: #000000;
}

.select_lang_item:hover a {
	color: #0082C4;
}

/*
.top_wrapper .top .top_right .select_lang li:hover {
	display: block;
}
.top_wrapper .top .top_right .select_lang li {
	display: block;
}
*/

.header-image img{
    border-bottom: 1px solid #CCCCCC;
}

.top_wrapper a.home img {
    margin-top: 44px;
    margin-bottom: 71px;
    float: left;
}
.top_wrapper .fecha {
	/*margin-left: 33px;*/
    float: right;
    /*margin-top: 95px;*/
    text-align: right;
    margin: 6px 0;
}
.top_wrapper .fecha .normal {
    color: #999999;
    font-size: 14px;
    font-family: AvenirBo;
    font-style: italic;
    line-height: 140%;
    margin-right: 6px;
}
.top_wrapper .fecha .normal:after {
    content: " / ";
    font-size: 24px;
    
}
.top_wrapper .fecha .judia {
    color: #666666;
    /*font-size: 29px;*/
    font-size: 18px;
    font-family: Monday;
    line-height: 100%;
}
.top_wrapper a.home2 img {
    margin-top: 22px;
    margin-bottom: 45px;
    float: left;
}
.top_wrapper .fecha2 {
	margin-left: 33px;
    float: right;
    margin-top: 44px;
    text-align: right;
}
.top_wrapper .fecha2 .normal {
    color: #333333;
    font-size: 12px;
    font-family: AvenirBo;
    /*font-style: italic;*/
    line-height: 120%;
}
.top_wrapper .fecha2 .judia {
    color: #999999;
    font-size: 29px;
    font-family: Monday;
    line-height: 120%;
}
.top_wrapper .navegacion {
    height: 39px;
    margin-bottom: 15px;
    font-family: AvenirMe;
}

.navegacion .link, 
.navegacion .link .link_content {
    float: left;
    margin: 0 auto;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
}
.navegacion .link.inicio .link_content {
    height: 32px;
    width: 94px;
    border-bottom: 1px solid #0082C4;
    background: #0082C4;
    margin-right: 1px;
}
.navegacion .link.inicio.active .link_content {
    background: white;
    color: #0082C4;
}
.navegacion .link.inicio.active .arrow {
    border-color: #0082C4 transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px;
    height: 0;
    position: absolute;
    top: 100%;
    width: 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.navegacion .link.betshalom .link_content {
    height: 32px;
    width: 139px;
    border-bottom: 1px solid #2D95AD;
    background: #2D95AD;
    margin-right: 1px;
}
.navegacion .link.betshalom.active .link_content {
    background: white;
    color: #2D95AD;
}
.navegacion .link.betshalom.active .arrow {
    border-color: #2D95AD transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px;
    height: 0;
    position: absolute;
    top: 100%;
    width: 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.navegacion .link.vida .link_content {
    height: 32px;
    width: 198px;
    border-bottom: 1px solid #8DB1D3;
    background: #8DB1D3;
    margin-right: 1px;
}
.navegacion .link.vida.active .link_content {
    background: white;
    color: #8DB1D3;
}
.navegacion .link.vida.active .arrow {
    border-color: #8DB1D3 transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px;
    height: 0;
    position: absolute;
    top: 100%;
    width: 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.navegacion .link.ciclo .link_content {
    height: 32px;
    width: 159px;
    border-bottom: 1px solid #85B676;
    background: #85B676;
    margin-right: 1px;
}

.navegacion .link.ciclo.active .link_content {
    background: white;
    color: #85B676;
}
.navegacion .link.ciclo.active .arrow {
    border-color: #85B676 transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px;
    height: 0;
    position: absolute;
    top: 100%;
    width: 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.navegacion .link.educacion .link_content {
    height: 32px;
    width: 140px;
    border-bottom: 1px solid #D0B33E;
    background: #D0B33E;
    margin-right: 1px;
}
.navegacion .link.educacion.active .link_content {
    background: white;
    color: #D0B33E;
}
.navegacion .link.educacion.active .arrow {
    border-color: #D0B33E transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px;
    height: 0;
    position: absolute;
    top: 100%;
    width: 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.navegacion .link.cultura .link_content {
    height: 32px;
    width: 116px;
    border-bottom: 1px solid #E36F33;
    background: #E36F33;
    margin-right: 1px;
}
.navegacion .link.cultura.active .link_content {
    background: white;
    color: #E36F33;
}
.navegacion .link.cultura.active .arrow {
    border-color: #E36F33 transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px;
    height: 0;
    position: absolute;
    top: 100%;
    width: 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.navegacion .link.links .link_content {
    height: 32px;
    width: 87px;
    border-bottom: 1px solid #B33D37;
    background: #B33D37;
    margin-right: 0;
}
.navegacion .link.links.active .link_content {
    background: white;
    color: #B33D37;
}
.navegacion .link.links.active .arrow {
    border-color: #B33D37 transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px;
    height: 0;
    position: absolute;
    top: 100%;
    width: 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.link .sublink {
    position: absolute;
    top: 33px;
    width: 250px;
    /*z-index: 5;*/
    z-index: 200;
    display: none;
    box-shadow: 6px 8px 12px black;
}
.link .sublink.sublink_derecha {
    right: 0;
}
.link:hover .sublink {
    display: block;
}



.navegacion .link .sublink_content:hover .subenlace  .subenlace_text.hasChildren {
    background-image: url(images/bottom-arrow-white.png);
}
/* Colores submenus */
/* 1º elemento BETSHALOM */
.navegacion .link.betshalom .sublink_content {background-color: #96CAD6 !important;}
.navegacion .link.betshalom .sublink_content .subenlace:hover {background-color: #2D95AD !important;}
.navegacion .link.betshalom .sublink_content .subenlace_nieto_content{background-color: white !important;}
.navegacion .link.betshalom .sublink_content:hover .subenlace {background-color: #2D95AD !important;}
.navegacion .link.betshalom .sublink_content:hover .subenlace_nieto_content .subenlace {background-color: white !important;}
.navegacion .link.betshalom .sublink_content .subenlace_nieto_content .subenlace:hover{background-color: #96CAD6 !important;}



/* 2º elemento VIDA */
.navegacion .link.vida .sublink_content {background-color: #C6D8E9 !important;}
.navegacion .link.vida .sublink_content .subenlace:hover {background-color: #8DB1D3 !important;}
.navegacion .link.vida .sublink_content .subenlace_nieto_content{background-color: white !important;}
.navegacion .link.vida .sublink_content:hover .subenlace {background-color: #8DB1D3 !important;}
.navegacion .link.vida .sublink_content:hover .subenlace_nieto_content .subenlace {background-color: white !important;}
.navegacion .link.vida .sublink_content .subenlace_nieto_content .subenlace:hover{background-color: #C6D8E9 !important;}

/* 3º elemento CICLO */
.navegacion .link.ciclo .sublink_content {background-color: #C2DABA !important;}
.navegacion .link.ciclo .sublink_content .subenlace:hover {background-color: #85B676 !important;}
.navegacion .link.ciclo .sublink_content .subenlace_nieto_content{background-color: white !important;}
.navegacion .link.ciclo .sublink_content:hover .subenlace {background-color: #85B676 !important;}
.navegacion .link.ciclo .sublink_content:hover .subenlace_nieto_content .subenlace {background-color: white !important;}
.navegacion .link.ciclo .sublink_content .subenlace_nieto_content .subenlace:hover{background-color: #C2DABA !important;}

/* 4º elemento EDUCACION */
.navegacion .link.educacion .sublink_content {background-color: #E7D99E !important;}
.navegacion .link.educacion .sublink_content .subenlace:hover {background-color: #D0B33E !important;}
.navegacion .link.educacion .sublink_content .subenlace_nieto_content{background-color: white !important;}
.navegacion .link.educacion .sublink_content:hover .subenlace {background-color: #D0B33E !important;}
.navegacion .link.educacion .sublink_content:hover .subenlace_nieto_content .subenlace {background-color: white !important;}
.navegacion .link.educacion .sublink_content .subenlace_nieto_content .subenlace:hover{background-color: #E7D99E !important;}

/* 5º elemento CULTURA */
.navegacion .link.cultura .sublink_content {background-color: #F1B799 !important;}
.navegacion .link.cultura .sublink_content .subenlace:hover {background-color: #E36F33 !important;}
.navegacion .link.cultura .sublink_content .subenlace_nieto_content{background-color: white !important;}
.navegacion .link.cultura .sublink_content:hover .subenlace {background-color: #E36F33 !important;}
.navegacion .link.cultura .sublink_content:hover .subenlace_nieto_content .subenlace {background-color: white !important;}
.navegacion .link.cultura .sublink_content .subenlace_nieto_content .subenlace:hover{background-color: #F1B799 !important;}

/* 6º elemento LINKS */
.navegacion .link.links .sublink_content {background-color: #D99E9B !important;}
.navegacion .link.links .sublink_content .subenlace:hover {background-color: #B33D37 !important;}
.navegacion .link.links .sublink_content .subenlace_nieto_content{background-color: white !important;}
.navegacion .link.links .sublink_content:hover .subenlace {background-color: #B33D37 !important;}
.navegacion .link.links .sublink_content:hover .subenlace_nieto_content .subenlace {background-color: white !important;}
.navegacion .link.links .sublink_content .subenlace_nieto_content .subenlace:hover{background-color: #D99E9B !important;}



/*Modificacion del color para el menu*/
.link .sublink .sublink_content {
    position: relative;
    background: #c6d8e9;
    text-align: left;
    border-bottom: 1px solid rgb(255,255,255);
}
.sublink .sublink_content .subenlace {
    margin-left: 0;
    font-size: 12px;
}

.sublink .sublink_content .subenlace:hover{
    background-color: #8DB1D3;
}
.sublink .sublink_content .subenlace .subenlace_text {
    color: #000000;
    font-family: AvenirBl;
    
    background-position: 96% 11px;
    background-repeat: no-repeat;
    display: block;
    padding: 5px 7px 5px 10px;
    line-height: 2em;
}

.sublink .sublink_content .subenlace .subenlace_text.hasChildren {
    background-image: url(images/right-arrow-white.png);
}

.sublink .sublink_content .subenlace .subenlace_text:hover {
    color: #000000;
    
}
.sublink .sublink_content .subenlace .subenlace_text.hasChildren:hover {
    background-image: url(images/bottom-arrow-white.png);
}

.subenlace_nieto_content{
    display: block;
    position: absolute;
    z-index: 5000;
    background-color: white;
    top: 21px;
    left: 90%;
    width: 240px;
    display: none;
    box-shadow: 6px 8px 12px black;
}
.sublink_derecha .subenlace_nieto_content{
    /*left: -45%;*/
}
.subenlace_nieto_content .subenlace{
    border-bottom: 1px solid black;
}
.subenlace_nieto_content .subenlace:last-child{
    border-bottom: 0;
}
.subenlace_nieto_content .subenlace:hover{
    background-color : #C6D8E9 !important;
}

.sublink_content:hover > .subenlace {
    background-color : #8DB1D3 !important;
}

.sublink_content:hover > .subenlace .subenlace_text{
    /*background-image: url(images/bottom-arrow-white.png);*/
    background-position: 96% 11px;
    background-repeat: no-repeat;
}



.sublink_content:hover .subenlace_nieto_content{
    display: block;
}



/**  CARRUSEL  **/

.block_separator{
    margin-bottom: 21px;
}
.carrusel_wrapper {
    position: relative;
    overflow: hidden;
    width: 940px;
    height: 400px;
    margin-bottom: 20px;
}
.carrusel_wrapper .slider_box {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 270px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.70);
}
.slider_nav {
    position: absolute;
    bottom: 0;
    left: 12px;
    right: 0;
    height: 40px;
    z-index: 100;
}
.slider_nav_item {
    margin-left: 10px;
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 5px;
    display: inline-block;
}
.slider_nav_item.active {
    background-color: #0081C4;
}
.slider_content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.slider_content.active {
    z-index: 2;
}
.slider_content .slider_text {
    position: absolute;
    color: #FFFFFF;
    width: 220px;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 20px;
    font-family: Monday;
    line-height: 126%;
    display: none;
}
.slider_content.active .slider_text {
	display: block;
}
.slider_content .slider_link {
    position: absolute;
    bottom: 50px;
    margin-left: 20px;
}
.slider_content .slider_link a {
    color: #FFFFFF;
    font-family: AvenirMe;
    font-size: 14px;
    text-decoration: underline;
    line-height: 126%;
}
.carrusel_wrapper .slider_image {
    display: none;
}
.carrusel_wrapper .slider_content.active .slider_image {
	display: block;
}



/**  LEFT  **/
.left {
    border-right: 1px solid #CCCCCC;
    width: 670px;
    float: left;
}
.left .left_content {
    width:645px;
}
/*Modificacion del tamño de letra del titulo*/
.left .left_content .title {
    font-family: Monday;
    font-size: 22px;
    line-height: 110%;
    color: #000000;
}
.left .left_content .descripcion {
    font-family: Monday;
    font-size: 15px;
    color: #333333;
    line-height: 140%;
    margin-bottom: 30px;
}
.left .left_content .text11 {
    font-family: AvenirBl;
    font-size: 20px;
    color: #000000;
    line-height: 46px;
}
.left .left_content .prox {
    float: left;
    width: 310px;
    font-size: 12px;
	height: 290px;
}
.left .left_content .prox.distint {
    margin-right: 25px;
}
.left .left_content .prox img {
    margin-top: 3px;
    /*width: 310px;*/
}
.image_wrapper {
    position: relative;
	width: 310px;
	height: 170px;
	overflow: hidden;
}
.image-more-content{
    position: absolute;
    bottom: -5px;
    right: 0;
}
.left .left_content .prox .title_prox {
    font-family: AvenirBl;
    font-size: 14px;
    line-height: 120%;
    color: #333333;
    padding-top: 12px;
}
.left .left_content .prox .desc_prox,
.left .left_content .prox .link_prox {
    font-family: AvenirBo;
    font-size: 12px;
    line-height: 120%;
    font-style: regular;
    color: #333333;
}
.left .left_content .prox .link_prox {
    text-decoration: underline;
    color: #333333;
}

/**  PRE_FOOTER  **/
.pre_footer .text11 {
    font-family: AvenirBl;
    font-size: 20px;
    color: #000000;
    line-height: 160%;
    float: left;
    margin-top: 12px;
}
.pre_footer .text12 a {
    font-family: Monday;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    float: right;
}
.pre_footer .tema {
    width: 126px;
    float: left;
    margin-right: 9px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.pre_footer .tema.distint {
    margin-right: 0;
}
.tema.hidden {
	display: none;
}
.pre_footer .tema .text_tema {
    font-family: Monday;
    font-size: 12px;
    color: #000000;
    line-height: 110%;
}



/**  LEFT_seccion  **/
.left1 {
    width: 143px;
    float: left;
}
.left1 .left1_content .link_left {
    min-height: 20px;
    font-family: AvenirBl;
    font-size: 12px;
    line-height: 120%;
    /*border-bottom: 1px solid #CCCCCC;*/
}
.left1 .left1_content .link_left a{
    padding-left: 10px;
    background: url(/National_Library/oe_/https://www.betshalom.cat/images/simbol_mayor_gris.png) no-repeat left top;
    color: #999999;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.left1 .left1_content .link_left.active a {
    background: url(/National_Library/oe_/https://www.betshalom.cat/images/simbol_mayor_negro.png) no-repeat left top;
    color: #000000;
}
.left1 .left1_content .link_left.active a span {
    border-bottom: 1px dotted #000000;
}
.left1 .left1_content .link_left a:hover {
    background: url(/National_Library/oe_/https://www.betshalom.cat/images/simbol_mayor_negro.png) no-repeat left top;
    color: #000000;
}
.left1 .left1_content .link_left a.active {
    background: url(/National_Library/oe_/https://www.betshalom.cat/images/simbol_mayor_negro.png) no-repeat left top;
    color: #000000;
}


.link_left {
    min-height: 20px;
    font-family: AvenirBl;
    font-size: 12px;
    line-height: 120%;
    border-bottom: none;
    /*width: 72px;*/
}
.link_left a{
    padding-left: 10px;
    background: url(/National_Library/oe_/https://www.betshalom.cat/images/simbol_mayor_gris.png) no-repeat left top;
    color: #999999;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.link_left.active a {
    background: url(/National_Library/oe_/https://www.betshalom.cat/images/simbol_mayor_negro.png) no-repeat left top;
    color: #000000;
}
.link_left.active a span {
    border-bottom: none;
}
.link_left a:hover {
    background: url(/National_Library/oe_/https://www.betshalom.cat/images/simbol_mayor_negro.png) no-repeat left top;
    color: #000000;
}
.link_left a.active {
    background: url(/National_Library/oe_/https://www.betshalom.cat/images/simbol_mayor_negro.png) no-repeat left top;
    color: #000000;
}


/** RIGHT RABINOS **/
.right img.photo {
    width: 252px;
    height: 252px;
    margin-bottom: 12px;
}
.right .pie_photo {
    font-family: AvenirBo;
    font-size: 11px;
    color: #999999;
    line-height: 120%;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
}
/**  RIGHT  DONACIONES **/
.right .info_img {
    font-family: AvenirBo;
    font-size: 11px;
    color: #666666;
    margin-bottom: 20px;
    width: 200px;
}
.right .dona_text {
    font-family: Monday;
    font-size: 15px;
    color: #333333;
    line-height: 120%;
}
ul.ul_right li {
    list-style: disc;
    color: #0081C4;
    margin-left: 15px;
    margin-top: 10px;
}
ul.ul_right li a {
    text-decoration: underline;
    color: #0081C4;
    font-family: Monday;
    font-size: 12px;
    line-height: 130%;
}


/**  CENTER  **/
.center {
    width: 527px;
    border-right: 1px solid #CCCCCC;
    float: left;
    margin-bottom: 20px;
}
.center .center_content {
    margin: 0 auto;
    width: 483px;
}

.center .center_content .title_center {
    font-family: AvenirBl;
    font-size: 22px;
    color: #000000;
    line-height: 120%;
    margin-bottom: 40px;
    
    text-transform: uppercase;
}
.center .center_content .descripcion_center {
    margin-bottom: 20px;
}
.grande, 
.descripcion .grande, 
.center .center_content .descripcion_center .grande {
    font-family: AvenirBl;
    font-size: 22px;
    color: #000000;
    line-height: 110%;
    margin-bottom: 20px;
}
.pequeno, 
.descripcion .pequeno,
.center .center_content .descripcion_center .pequeno {
    margin-bottom: 30px;
    font-family: Monday;
    color: #333333;
    line-height: 1.4em;
    margin-bottom: 20px;
}
.pequeno.no_font {
	font-size: 0;
}

.grande-generico{
    font-family: Monday;
    font-size: 22px;
    line-height: 110%;
    color: #000000;
}
.pequeno-generico{
    margin-bottom: 30px;
    font-family: Monday;
    color: #333333;
    line-height: 1.4em;
    margin-bottom: 20px;
}
/*.center .center_content .descripcion_center .pequeno*/ .celda {
	font-size: 15px;
    width: 240px;
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
    #display: inline;
    zoom: 1;
    line-height: 30px;
    border-top: 1px dotted #CCCCCC;
    box-sizing: border-box;
}

.celda.last {
	border-bottom: 1px dotted #CCCCCC;
}
.barra_horizontal2 {
    border-top: 1px dotted #CCCCCC;
    height: 1px;
}

.ficha {
    border-bottom: 1px solid #CCCCCC;
    margin-top: 20px;
    padding-bottom: 30px;
}
.fichaalt{
    min-height: 230px;
}
.ficha .foto {
    width: 150px;
    float: left;
}
.ficha .fotoalt {
    margin-right: 12px;
}
.ficha .ncc {
    float: left;
    margin-left: 20px;
    width: 305px;
}
.ficha .nombre {
    font-size: 26px;
    color: #000000;
    font-family: Monday;
    line-height: 110%;
}
.ficha .clase {
    font-size: 14px;
    color: #000000;
    font-family: Monday;
    line-height: 110%;
    font-style: italic;
    margin-bottom: 20px;
}
.ficha .contacto {
    font-size: 14px;
    color: #000000;
    font-family: Monday;
    line-height: 110%;
}
.ficha .descripcion {
    clear: both;
    font-family: Monday;
    font-size: 15px;
    color: #333333;
}
.ficha a {
    color: #333333;
    border-bottom: 1px dotted #333333;
}
.ficha a:hover {
    color: #2C94AC;
    border-bottom: 1px dotted #2C94AC;
}
img.judaismo_progresista {
}
img.afiliacion {
}

.contacto_asocio .title_asocio {
    font-family: AvenirBl;
    font-size: 20px;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 13px;
}
.contacto_asocio .subtitle_asocio {
    margin-bottom: 20px;
    font-family: Monday;
    font-size: 15px;
    color: #333333;
}
.contacto_asocio .campo {
    margin-bottom: 10px;
}
.campo .nombre_campo {
    float: left;
    width: 179px;
}
.campo .input_campo .texto {
    background-color: #EBEBEB;
    float: left;
    width: 300px;
    height: 24px;
}
.contacto_asocio .send_form {
    width: 118px;
    float: right;
    height: 38px;
    background-color: #0081C4;
    background-color: rgba(0, 129, 196, 0.30);
    text-align: center;
    font-family: Monday;
    font-size: 16px;
    color: #000000;
    line-height: 38px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.asociarse li {
    padding-left: 15px;
    background: url(/National_Library/oe_/https://www.betshalom.cat/images/icon_ul.png) no-repeat left top;
}

.div_donaciones{
    overflow: hidden;
    margin-top: 30px;
}
.div_donaciones .dona_title {
    font-fammily: Monday;
    font-size: 20px;
    color: #000000;
    line-height: 110%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.div_donaciones .dona_photo {
    width: 150px;
    float: left;
}
.div_donaciones .dona_content {
    float: left;
    width: 310px;
    margin-left: 20px;
    font-size: 15px;
    font-family: Monday;
    line-height: 110%;
}
.div_donaciones .dona_content a{
    color: #000000;
}
.dona_content .donar_read {
    margin-top: 35px;
    height: 38px;
}
.donar_read a.read_more {
    line-height: 38px;
    color: #000000;
    text-decoration: underline;
    font-size: 16px;
}
.donar_read .bdonar {
    height: 38px;
    width: 118px;
    background: #0081C4;
    background: rgba(0, 129, 196, 0.30);
    line-height: 38px;
    float: right;
    text-align: center;
    border-radius: 5px;
}
.dona_content .barra_donaciones {
    width: 314px;
    height: 18px;
    position: relative;
    background: #B2D9ED;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 5px 5px 6px 0px rgba(0,0,0,1);
    -moz-box-shadow: inset 5px 5px 6px 0px rgba(0,0,0,1);
    -o-box-shadow: inset 5px 5px 6px 0px rgba(0,0,0,1);
    -ms-box-shadow: inset 5px 5px 6px 0px rgba(0,0,0,1);
    box-shadow: inset 5px 5px 6px 0px rgba(0,0,0,1);
}
.barra_donaciones .box {
    position: absolute;
    height: 18px;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background: #FF6600;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -o-border-radius: 5px 0px 0px 5px;
    -ms-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    -webkit-box-shadow: inset 5px 5px 6px 0px rgba(0,0,0,1);
    -moz-box-shadow: inset 5px 5px 6px 0px rgba(0,0,0,1);
    -ms-box-shadow: inset 5px 5px 6px 0px rgba(0,0,0,1);
    -o-box-shadow: inset 5px 5px 6px 0px rgba(0,0,0,1);
    box-shadow: inset 5px 5px 6px 0px rgba(0,0,0,1);
}
.dona_content .dona_section {
    float: left;
    width: 140px;
    line-height: 22px;
    font-family: Monday;
    margin-bottom: 30px;
}
.dona_content .dona_section.separacion {
    margin-left: 30px;
    text-align: right;
}
.dona_content .dona_section .number {
    font-size: 15px;
}
.dona_content .dona_section .text {
    font-size: 14px;
}
.dona_content .dona_section .text.orange {
    color: #FF6600;
}

.cab_donacion_online {
    line-height: 38px;
    height: 38px;
    width: 460px;
    padding-left: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #0081C4;
    background: rgba(0, 129, 196, 0.30);
    font-family: Monday;
    font-size: 20px;
}
.titulo_dona {
    font-size: 20px;
    color: #333333;
    font-family: AvenirBl;
    margin-bottom: 30px;
    margin-top: 30px;
}
.cantidad_tipo {
    height: 24px;
    line-height: 24px;
    margin-bottom: 30px;
    font-family: Monday;
    color: #333333;
    font-size: 15px;
}
.cantidad_tipo span {
    float: left;
}
.cantidad_tipo input {
    float: left;
    margin-right: 10px;
}
.cantidad_tipo .otra_cantidad {
    width: 100px;
    height: 24px;
    background: #EBEBEB;
    margin-left: 34px;
}
.cantidad_tipo .barra_vertical {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    border-right: 1px solid #333333;
    height: 24px;
}
.div_dona_perio {
    float: left;
    width: 30px;
}
.div_dona_perio_content {
    font-family: Monday;
    font-size: 15px;
    float: left;
    width: 453px;
}
.div_dona_perio_content span {
    margin-bottom: 20px;
}
.div_dona_perio_content .izq {
    float: left;
}
.div_dona_perio_content .der {
    float: right;
}
.div_dona_perio_content .der .mensual_cantidad {
    width: 100px;
    height: 24px;
    background: #EBEBEB;
    margin-left: 10px;
}
.dedicacion {
    width: 100%;
    height: 24px;
    background: #EBEBEB;
    margin-bottom: 30px;
}
.otro_destino {
    margin-left: 28px;
}
.otro_destino .otro_destino_input {
    background: #EBEBEB;
    height: 24px;
    width: 300px;
}
.ul_destino {
    margin-bottom: 20px;
}
.titulo_dona .subtitulo {
    font-family: Monday;
    font-size: 15px;
    color: #333333;
}
.pie_titular {
    font-family: Monday;
    font-size: 15px;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 30px;
}
.pie_titular .acontact {
    color: #333333;
    text-decoration: underline;
}
.div_info_contacto {
    width: 100%;
    margin-bottom: 10px;
    height: 24px;
}
.div_info_contacto .info_text {
    float: left;
    font-family: Monday;
    font-size: 15px;
    color: #333333;
    line-height: 24px;
}
.div_info_contacto .info_input {
    float: right;
    width: 300px;
    height: 24px;
    background: #EBEBEB;
}
.uforma_pago {
    margin-bottom: 30px;
}
div.div_acepto {
    font-family: Verdana;
    font-size: 10px;
    color: #666666;
}
div.div_acepto a {
    color: #666666;
    text-decoration: underline;
}
.enviar_donacion {
    float: right;
    width: 248px;
    height: 38px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: none;
    background: #0081C4;
    background: rgba(0, 129, 196, 0.30);
    text-align: center;
    line-height: 38px;
    font-family: Monday;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
}
ul.ul_dona {
    font-family: Monday;
    font-weight: bold;
    line-height: 140%;
    font-size: 15px;
    color: #333333;
    margin-bottom: 30px;
}
ul.ul_dona span {
    font-weight: normal;
}

.center_content .dona_title {
    font-fammily: Monday;
    font-size: 20px;
    color: #000000;
    line-height: 110%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.center_content .dona_title a {
    color: #000000;
}
.center_content .barra_donaciones {
    height: 18px;
    position: relative;
    background: #B2D9ED;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow:hidden;
    border-radius: 5px;
    -webkit-box-shadow: inset 5px 5px 6px 0px rgba(0,0,0,1);
    -moz-box-shadow: inset 5px 5px 6px 0px rgba(0,0,0,1);
    -o-box-shadow: inset 5px 5px 6px 0px rgba(0,0,0,1);
    -ms-box-shadow: inset 5px 5px 6px 0px rgba(0,0,0,1);
    box-shadow: inset 5px 5px 6px 0px rgba(0,0,0,1);
}
.center_content .dona_section {
    float: left;
    width: 140px;
    line-height: 22px;
    font-family: Monday;
    margin-bottom: 30px;
}

.center_content .dona_section.separacion {
    float: right;
    text-align: right;
}
.center_content .dona_section .number {
    font-size: 15px;
}
.center_content .dona_section .text {
    font-size: 14px;
}
.center_content .dona_section .text.orange {
    color: #FF6600;
}

.center_content .dona_expl {
    font-family: Monday;
    font-size: 15px;
    color: #333333;
    margin-bottom: 30px;
}

.center_content .cab_titulo {
    height: 38px;
    line-height: 38px;
    background: #0081C4;
    background: rgba(0, 129, 196, 0.30);
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: Monday;
    font-size: 20px;
    color: #000000;
    
    padding-left: 18px;
}
.formulario_donaciones {
    margin-top: 30px;
}
.titulo_forma_pago, 
.formulario_donaciones .titulo {
    font-family: Monday;
    font-size: 18px;
    color: #000000;
    line-height: 100%;
    padding-bottom: 12px; /* new */
}
.ul_forma_pago{
    padding-bottom: 9px;
}
.formulario_donaciones .campo {
    /*height: 34px;*/
    margin-bottom: 12px;
}
.formulario_donaciones .campo .campo_name {
    width: 165px;
    float: left;
    font-family: Monday;
    /*font-size: 18px;*/
    font-size: 14px;
    line-height: 18px;
}
.formulario_donaciones .campo input {
    width: 317px;
    height: 34px;
    background: #EBEBEB;
}
.formulario_donaciones .campo textarea{
    width: 317px;
    height: 150px;
    background: #EBEBEB;
}

.formulario_donaciones .campo input.distint {
    width: 159px;
}
.formulario_donaciones .campo span {
    font-family: Monday;
    font-size: 20px;
    color: #000000;
}
#recaptcha_area{
    float:right;
}

.ul_forma_pago li {
    font-family: Monday;
    font-size: 13px;
    color: #666666;
    margin: 9px 0;
}
.expl_pedido {
    font-family: AvenirBo;
    font-size: 13px;
    color: #666666;
    margin-left: 25px;
    line-height: 150%;
}
.expl_pedido span {
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 20px;
}
.forma_pago2 li {
    font-family: Verdana;
    font-size: 10px;
    color: #666666;
    margin-bottom: 21px;
}
.forma_pago2 li a {
    color: #666666;
    text-decoration: underline;
}
.libro {
    margin-bottom: 40px;
}
.libro .libro_photo {
    float: left;
    width: 150px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.libro .libro_descrip {
}
.libro_descrip .libro_nombre {
    font-family: Monday;
    font-size: 28px;
    color: #000000;
    line-height: 110%;
}
.libro_descrip .libro_tipo {
    font-family: Monday;
    font-size: 14px;
    color: #000000;
    line-height: 140%;
    margin-bottom: 24px;
}
.libro_descrip .libro_text {
    font-family: Monday;
    font-size: 15px;
    color: #333333;
    line-height: 140%;
}
.enlace {
}
.enlace .enlace_titulo {
    font-family: Monday;
    font-size: 20px;
    color: #000000;
    line-height: 110%;
    margin-bottom: 30px;
}
.enlace .enlace_url a {
    font-family: Monday;
    font-size: 20px;
    color: #000000;
    line-height: 110%;
}
.enlace .enlace_desc {
    font-size: 15px;
    color: #333333;
    font-family: Monday;
    line-height: 140%;
    margin-bottom: 20px;
}
.velas {
    margin-top: 20px;
    margin-bottom: 20px;
}
.velas .section {
    float: left;
    width: 230px;
}
.velas .section.distint {
    float: right;
}
.velas .section div {
    margin-bottom: 15px;
    font-family: Monday;
    font-size: 15px;
    color: #333333;
}
.velas .section .ciudad,
.velas .section .pais {
    width: 100%;
    background: #EBEBEB;
}
.horarios {
    font-family: Monday;
    font-size: 15px;
    color: #333333;
    line-height: 140%;
}
.lugar {
    font-family: AvenirBl;
    font-size: 30px;
    line-height:120%;
    color: #000000;
    position: relative;
}
.lugar img {
    position: absolute;
    top: 0;
    right: 0;
}
.parte {
    width: 240px;
    float: left;
}
.parte.distint {
    text-align: right;
}
.parte .vacio {
    height: 40px;
}
.horarios.ader, 
.lugar.ader {
    text-align: right;
}

.hoy {
    font-family: AvenirBl;
    font-size: 30px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 30px;
    margin-top: 18px;
}
.proximo {
    font-family: AvenirBl;
    font-size: 15px;
    line-height: 120%;
    color: #333333;
}
.proximo_desc {
    margin-bottom: 40px;
    font-family: Monday;
    font-size: 15px;
    color: #333333;
    line-height: 120%;
}
.fizq {
    width: 295px;
    float: left;
    padding-left: 15px;
    font-family: Monday;
    font-size: 20px;
    color: #333333;
}
.fder {
    width: 160px;
    float: left;
    font-family: Monday;
    font-size: 20px;
    color: #333333;
}
.fizq.distint, .fder.distint {
    margin-bottom: 30px;
}
.div_fiseta {
    
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    line-height: 27px;
    font-family: Monday;
    font-size: 15px;
    color: #333333;
}
.div_fiseta:hover {
    background: #E5E5E5;
}
.div_fiseta .fizq1 {
    width: 295px;
    padding-left: 15px;
    float: left;
}
.div_fiseta .fder1 {
    width: 160px;
    float: left;
}


/**  POPUP  **/
.login_box,
.signup_box,
.newsletter_box,
.newsletterconfirm_box,
.contact_box {
    display: none;
}

.show_popup .lur {display: block;}
.show_signup .lur {display: block;}
.show_newsletter .lur {display: block;}
.show_newsletter_confirm .lur {display: block;}
.show_contact .lur {display: block;}

.show_popup .login_box {display: block;}
.show_signup .signup_box {display: block;}
.show_newsletter .newsletter_box {display: block;}
.show_newsletter_confirm .newsletterconfirm_box {display: block;}
.show_contact .contact_box {display: block;}


.lur {
    display: none;
    z-index: 200;
    background: #000000;
    background: rgba(0, 0, 0, 0.30);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.lur .box {
    left: 50%;
    top: 190px;
    position: relative;
    z-index: 200;
    width: 235px;
    margin-left: -117.5px;
    padding: 10px;
    background: #E5E5E5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-family: Monday;
}
.lur .box .box_title {
    font-size: 20px;
    margin-bottom: 30px;
}
.lur .box .box_des {
    font-size: 15px;
    color: #0080C4;
    margin-bottom: 30px;
}
.lur .box .box_des.red {
    color: red;
    margin-bottom: 0;
    margin-top: 30px;
}
.lur .box .box_text_input {
            /*height: 27px;*/
    padding-top: 12px;
}
.lur .box .lur_input {
    background: #FFFFFF;
    height: 23px;
    width: 100%;
}
.lur .box .lur_input.espacio {
    margin-bottom: 10px;
}
.lur .box .forget {
    color: #A5A5A5;
    font-size: 10px;
    height: 30px;
}
.lur .box .forget a {
    color: #A5A5A5;
    font-size: 10px;
    text-decoration: underline;
}
.forget{
    margin-top: 9px;
}
.lur .box .buton_enviar {
    width: 68px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    position: relative;
    right: 0;
    float: right;
    margin-bottom: 10px;
    color: #FFFFFF;
    background: #0081C4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.lur .box .buton_enviar:hover {
    background: #323365;
}
.lur .box .darseAlta a {
    font-size: 15px;
    color: #0080C4;
    text-decoration: underline;
}
.lur .box .close {
    position: absolute;
    right: 10px;
    top: 10px;
}

/* SITEMAP */
.sitemap_container .list{
    margin-bottom: 24px;
    padding-bottom: 9px;
    border-bottom: 1px solid #CCCCCC;
}
.sitemap_container .sitemap_sublist{}
.sitemap_container .sitemap_subsublist{}

.sitemap_container .item{
    text-decoration: none;
}
.sitemap_container .sitemap_subitem{
    padding-left: 15px;
}
.sitemap_container .sitemap_subsubitem{
    padding-left: 27px;
}
.sitemap_container .anchor{
    color: #666666;
    font-family: AvenirBl;
    background: url(/National_Library/oe_/https://www.betshalom.cat/images/simbol_mayor_gris.png) no-repeat left 3px;
    display: block;
    padding-left: 10px;
}
.sitemap_container .anchor:hover{
    color: black;
    color: #0081C4;
}
.sitemap_list{}

.banner{
    overflow:hidden;
    clear:both;
}





/*  CALENDAR CLASS STYLE */
/*******************************Calendar Top Navigation*********************************/
div#calendar{
  margin:0px auto;
  padding:0px;
  width: 602px;
  font-family:Helvetica, "Times New Roman", Times, serif;
}
 
div#calendar div.box{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:40px;
    background-color:   #787878 ;      
}
 
div#calendar div.header{
    line-height:40px;  
    vertical-align:middle;
    position:absolute;
    left:11px;
    top:0px;
    width:582px;
    height:40px;   
    text-align:center;
}
 
div#calendar div.header a.prev,div#calendar div.header a.next{ 
    position:absolute;
    top:0px;   
    height: 17px;
    display:block;
    cursor:pointer;
    text-decoration:none;
    color:#FFF;
}
 
div#calendar div.header span.title{
    color:#FFF;
    font-size:18px;
}
 
 
div#calendar div.header a.prev{
    left:0px;
}
 
div#calendar div.header a.next{
    right:0px;
}
 
 
 
 
/*******************************Calendar Content Cells*********************************/
div#calendar div.box-content{
    border:1px solid #787878 ;
    border-top:none;
}
 
 
 
div#calendar ul.label{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-top:5px;
    margin-left: 5px;
}
 
div#calendar ul.label li{
    margin:0px;
    padding:0px;
    margin-right:5px;  
    float:left;
    list-style-type:none;
    width:80px;
    height:40px;
    line-height:40px;
    vertical-align:middle;
    text-align:center;
    color:#000;
    font-size: 15px;
    background-color: transparent;
}
 
 
div#calendar ul.dates{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
}
 
/** overall width = width+padding-right**/
div#calendar ul.dates li{
    margin:0px;
    padding:0px;
    margin-right:5px;
    margin-top: 5px;
    line-height:80px;
    vertical-align:middle;
    float:left;
    list-style-type:none;
    width:80px;
    height:80px;
    font-size:25px;
    background-color: #DDD;
    color:#000;
    text-align:center; 
}
 
:focus{
    outline:none;
}
 
div.clear{
    clear:both;
}     



/* Calendar function build_calendar style*/
.calendario-wrapper{
    border-top: 1px solid #CCCCCC;
    font-family: AvenirMe;
}
.calendar{
    width: 100%;
}

.calendar .header{
    text-align: center;
    line-height: 36px;
    background-color: #A5A6A4;
    color: #FFFFFF;
    border: 1px solid white; 
    width: 14.2%;
}
.calendar-header-name{
    font-family: Times New Roman;
    color: #CCCCCC;
    font-size: 30px;
}
.calendario-header-legend{
    
}
.calendario-header-legend .square-legend{
    width: 9px;
    height: 9px;
    display: inline-block;
    margin-right: 6px;
}
.calendario-header-legend .blue-square-legend{
    background-color: #0081c4;
}
.calendario-header-legend .grey-square-legend{
    background-color: #cccccc;
}
.calendario-header-legend .legend-item{
    display: block;
    font-family: AvenirMe;
    font-size: 12px;
    color: #666666;
    display: inline-block;
}
.calendar-header-controls-wrapper{
    position: relative;
    overflow: hidden;
    margin: 18px 0;
}

.calendar .header:nth-of-type(odd){
    text-align: center;
    line-height: 36px;
    background-color: #CBCBC9;
    border: 1px solid white; 
}

.calendar .day{
    min-height: 30px;
    text-align: right;
    text-align: right;
    border: 1px solid #CCCCCC;
    color: #A5A6A4;
    height: 120px;
}
.calendar .day .day-number{
    font-family: Times New Roman;
    color: #A5A6A4;
    font-size: 30px;
    padding-right: 9px;
    display: block;
}
.null-day{
    background-color: #EEEEEE;
}
.today{
    background-color: #CCE6F3;
}
.today .day-number{
    color: #0081C4 !important;
    
}

.month-name{
    position: relative;
    padding: 12px 9px;
    margin: 0 24px;
    background-color: #eeeeee;
    color: #0081c4;
    /*display: block;*/
    border-radius: 9px;
    text-align: center;
    width: 180px;
    white-space:nowrap;

}
.month-name img{
    vertical-align: middle;
    position: absolute;
}

.calendar-arrow.right-arrow img{
    top: 14px;
    right: 9px;
}
.calendar-arrow.left-arrow img{
    top: 14px;
    left: 9px;
}
.month-name-name{
    padding: 0 24px;
}

.header-calendar-icon{

}
.float-right-wrapper{
    float: right;
}
.calendar .evento{
    margin: 1px;
    display: block;
    padding: 1px 3px;
    font-size: 12px;
}
.calendar .evento-interno{
    background-color: #0081C4;
    color: white;
    text-decoration: none;
}
.calendar .evento-externo{
    background-color: #CBCBC9;
    color: black;
    text-decoration: none;
}

.pdf_link {
    color: black;
    text-decoration: underline;
}

.pdf_link:before {
    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVR4Xn3PgQkAMQhDUXfqTu7kTtkpd5RA8AInfArtQ2iRXFWT2QedAfttj2FsPIOE1eCOlEuoWWjgzYaB/IkeGOrxXhqB+uA9Bfcm0lAZuh+YIeAD+cAqSz4kCMUAAAAASUVORK5CYII=");
    padding: 0 5px 0 0;
}

/* Calendar style end */