/*Font Faces*/

@font-face{
    font-family: 'darlestonregular';
    src: url('fonts/darleston-webfont.eot');
    src: url('fonts/darleston-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/darleston-webfont.woff') format('woff'),
    url('fonts/darleston-webfont.ttf') format('truetype'),
    url('fonts/darleston-webfont.svg#webfont') format('svg');
}

@font-face{
    font-family: 'Aaargh';
    src: url('fonts/Aaargh-webfont.eot');
    src: url('fonts/Aaargh-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Aaargh-webfont.woff') format('woff'),
    url('fonts/Aaargh-webfont.ttf') format('truetype'),
    url('fonts/Aaargh-webfont.svg#webfont') format('svg');
}


@font-face{
    font-family: 'arabellaregular';
    src: url('fonts/arabella-webfont.eot');
    src: url('fonts/arabella-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/arabella-webfont.woff') format('woff'),
    url('fonts/arabella-webfont.ttf') format('truetype'),
    url('fonts/arabella-webfont.svg#webfont') format('svg');
}

@font-face{
    font-family: 'janda_elegant';
    src: url('fonts/jandaeleganthandwriting-webfont.eot');
    src: url('fonts/jandaeleganthandwriting-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/jandaeleganthandwriting-webfont.woff') format('woff'),
    url('fonts/jandaeleganthandwriting-webfont.ttf') format('truetype'),
    url('fonts/jandaeleganthandwriting-webfont.svg#webfont') format('svg');
}

@font-face{
    font-family: 'adinekirnberg';
    src: url('fonts/adinekirnberg-script-webfont.eot');
    src: url('fonts/adinekirnberg-script-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/adinekirnberg-script-webfont.woff') format('woff'),
    url('fonts/adinekirnberg-script-webfont.ttf') format('truetype'),
    url('fonts/adinekirnberg-script-webfont.svg#webfont') format('svg');
}
body{
    color: #444;
    background: url(../img/bg.png);
}
div#main{
    background: #ffffff;
}

.section_h span{
    margin: 5px;
}

p{
    font-size: 90%;
    text-align: justify;
}
p a{
    color: #BE141F !important;
}

h1.name_rhc{
    color: #ffffff;
    font-family: "Aaargh",arial,helvetica,sans-serif;
    font-size: 260%;
    font-weight: bold;
    margin: 0;
    text-shadow: 0 0 0.1em black;
    vertical-align: middle;
}

h2.name_slogan{
    font-size: 146%;
    font-weight: bold;
    margin: 0;
    text-shadow: 0 0 0.1em white;
}

::-webkit-input-placeholder {
    color: inherit; }

:-moz-placeholder {
    /* Firefox 18- */
    color: inherit; }

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit; }

:-ms-input-placeholder {
    color: inherit;
}

#languages ul, #social ul{
    float: right;
}

#social{
    margin-top: 53px;
}

#social ul{
    margin-bottom: 0;
}

#social ul li.list-label{
    margin-top: 5px;
}

div.large-6.columns.bordered{
    width: 49.6%;
}
div.large-4.columns.bordered{
    width: 33%;
    margin-right: 0.3%;
}

div#credits h4 small{
    margin-left: 10px;
}

div.row.collapse.section_row{
    margin-top:5px !important;
}

.module{
    margin-top: 5px;
}

@media only screen and (max-width: 59.0625em){
    h1.name_rhc{
        font-size: 230%;
    }
    h2.name_slogan{
        font-size: 105%;
    }
    div#header_ctrls{
        width: 35%;
    }
    div.page_title{
        width: 65%;
    }
    div#logo_container{
        width: 30%;
    }
    div#title_container{
        width: 70%;
    }
    div#secciones{
        display: none;
    }
    div#up{
        width: 20%;
    }
    div#credits{
        width: 80%;
    }

}


@media only screen and (max-width: 35.0625em){
    h1.name_rhc{
        font-size: 220%;
    }
    h2.name_slogan{
        font-size: 100%;
    }
    div#logo_container{
        width: 20%;
    }
    div#title_container{
        width: 80%;
    }
    div#header_ctrls{
        width: 100%;
    }
    div.page_title{
        width: 100%;
    }
}

@media only screen and (max-width: 29.0625em){
    div#title_container{
        width: 100%;
    }
    div#logo_container{
        display: none;
    }

   div#social span.label{
       display: none;
   }
}

.header_bg{
    width: 100%;
    background: url("../img/Banner.jpg") #A7E4FF;
    display: table;
    padding: 10px;
}
.header_sections{
    font-style: italic;
    font-weight: bold;
    margin-bottom: 0;
}

/*FOOTER STYLES*/
#footer{
    margin-top: 20px;
    height: 260px;
}

#credits h5, #credits h4{
    margin-bottom: 0;
}
#up{

    padding: 120px 0 0 0;
}

#up, #secciones{
    height: 260px;
    border-right: 1px dashed #808080;
    text-align: center;
}

.font50{
    font-size: 50%;
}
.font75{
    font-size: 75%;
}
.font80{
    font-size: 80%;
}

.font85{
    font-size: 85%;
}

.font90{
    font-size: 90%;
}

a.black{
    color: #000000;
}

/*Portada styles */
.highLight{
    padding: 10px;
    border: 1px solid #DCE2F5;
    background-color: #FFFEED;
    margin-top: 2px;
}

.bordered{
    border: 1px solid #DCE2F5;
}

.highLight a{
    color: #BD1515;
    font-weight: bold;
    font-size: 18px;
}

.highLight .intro{
    color: #000498;
    font-size: 21px;
    font-weight: bold;
}

.horizontal_art{
    margin-top: 4px;
    border: 1px solid #DCE2F5;
}

.horizontal_art .image_article{
    width: 250px;
    height: 140px;
    float: left;
    text-align: center;
    vertical-align: middle;
    margin-right: 5px;
}

.image_article.floated{
    float: left;
    margin-right: 5px;
}

.horizontal_art .content_article{
    height: 145px;
}

.horizontal_art .content_article a{
    color: #000000;
}
.horizontal_art .art_date{
    text-align: right;
    font-size: 85%;
    margin-right: 20px;
    font-style: italic;
    font-weight: bolder;
}


.section_block{
    border: 1px solid #DCE2F5;
}

.section_block .section_c{
    padding: 0 10px 0 10px;
}

.section_block .section_l ul{
    list-style: none;

}

.section_block .section_l ul.floated{
    margin-top: 5px;
}

.section_block .section_v{
    padding: 5px;
    text-align: right;
}

.section_block .section_v a{
    color: #BE141F;
}

.section_block .section_h{
    background-color: #D60000;
    font-weight: bold;
    color: whitesmoke;
}

.section_block .section_h a{
    color: whitesmoke;
}

.section_block .section_n .title_article a{
    color: #000000;
}

.section_block .section_n .image_article{
    text-align: center;
}

.comment_q{
    margin-left: 5px;
    color: #778899;
}

.comment_q i{
    margin-right: 3px;
}

.footer{
    background-color: #A7E4FF;
}

.footer a{
	color:black;
}

.footer a:hover{
	color:#BE141F;
}

#languages ul > li, #social ul > li{
    margin-left: 6px;
}
.section_block.module div{
    padding: 5px;
}

.excerpt{
    padding: 5px;
}

p.floated{
    padding: 0;
    height: 135px;
}

.playlist{
    margin: 0;
}

.visitcounter ul{
    padding-left: 3em;
    font-size: 85%;
    line-height: 1.4em;
    list-style-image: url("../img/users1.png");
}

.visitcounter ul li{
    font-family: Aleo, Times New Roman, serif;
    line-height: 1.5em;
}

.visitcounter ul li span.value-counter{
    position: absolute;
    right: 3em;
}

.counter{
    text-align: center;
    font-size: 20px;
    color: #33A6C9;
    text-shadow: #A7A7A7 0.1em 0.1em 0.2em;
}

.button{
    padding: 8px;
	margin: 0;
}

.section_block .controls{
    width: 100%;
    text-align: right;
}

.pagination li{
    padding: 5px 10px 5px 10px;
    margin: 0;
}

.pagination ul{
    margin: 5px 0 5px 0;
    border: 1px solid #DCE2F5;
}

.pagination li.disabled a{
    color: #d3d3d3;
    cursor: not-allowed;
}

.pagination li.active a{
    color: #002a80;
    cursor: not-allowed;

}

.shortcut_comments{
    background-color: #000000;
    color: #ffffff;
    text-align: center;

}

.shortcut_comments a{
    color: #ffffff;
}

.social, .author-date, .shortcut_comments{
    padding: 3px;
}

h4.title_article a{
    color: #000020;
}

h4.title_article{
    margin: 15px 0 15px 0;
    height: 50px;
}

.author-date{
    display: table-column;
    font-size: 80%;
    vertical-align: middle;
    font-style: italic;
}

.art_portrait, .art_landscape{
    margin-top: 10px;
    text-align: justify;
}

.art_portrait .imagen{
    margin: 0 10px 10px 0;
}

.art_portrait .imagen{
    float: left;
}

.art_landscape .imagen{
    margin: 0 0 10px 0;
}

.art_landscape img{
    width: 100%;
}

.main_author.author{
    text-align: right;
}

h6.divider{
    font-size: 150%;
    border-bottom: 1px solid #000000;
    background-color: whitesmoke;
    padding: 5px;
}
#pot{
    display: none;
}

ul.gallery li{
    overflow: hidden;
    width: 190px;
    height: 220px;
    text-align: justify;
    border: 1px solid #DCE2F5;
    padding: 5px;
    margin-top: 10px;

}

ul.gallery li a{
    font-size: 80%;
    color: #090909;
}

.gallery_header{
    margin: 10px 0 10px 0 !important;
    border: 1px solid #DCE2F5;
    padding: 5px;
}
.gallery_header #image-portada{
    text-align: center;
}

div#gallery{
    margin-bottom: 10px !important;
}
span.tip{
    color: #70892B;
    font-style: italic;
    font-size: .9em;
    font-weight: bold;
}

.intro{
    margin: 10px 0 10px 0 !important;
}

.mail{
    border-bottom: 1px solid rgba(143, 149, 167, 0.98);
    margin-top: 10px;
    margin-bottom: 10px;
}

.mail .author h6{
    font-weight: bold;
}

.mail .fecha{
    text-align: right;
    font-size: 80%;
    font-weight: bold;
}
form #enviar{
    margin-top: 50px;
    margin-right: 50px;
}

#left-column.audios{
    margin-top: 10px;
    border: 1px solid #DCE2F5;
    padding-top: 10px;
}

.hidden{
    display: none;
}

.slick-dots{
    bottom: -10px !important;
    left: -20px;
    text-align: right !important;
}

.slick-slider{
    margin-bottom: 5px !important;
}

.slick-slide img{
    display: inline-block !important;
}

section.top-bar-section ul li a{
    text-transform: uppercase;
}

.carrusell .horizontal_art{
    background-color: #F6F6F6;
}

#searchBox{
    padding: 15px;
    background-color: rgba(230, 230, 250, 0.63);
}

#searchBox .button{
    padding: .65em 1em 0.65em 1em;
}

#searchBox > .row{

}

#searchBox input{
    margin-bottom: .5em !important;
}

.preresult{
    padding: 12px 0 12px 0;
}

.preresult span{
    font-size: 80%;
    font-weight: bold;
    font-style: italic;
}
.social div{
    float: left;
    margin-right: 10px;
}

.horizontal_bar{
    border: 1px solid #2B6ECB;
    margin-bottom: 5px;

}

.horizontal_bar div{
    background-color: #2B6ECB;
    opacity: .5;
    height: 15px;
}

.poll ul.results{
    margin: 0;
}

.poll label{
    text-align: justify;
}

.poll label span{
    margin-left: 5px;
    font-weight: bold;
}

.advertisement a img{
    width: 100%;
}

.advertisement li{
    margin-bottom: 5px;
}

.imagen-alt p{
    background: black;
    opacity: 0.5;
    color: white;
    padding: 5px;
    margin-bottom: 0;
}

.imagen{
    position: relative;
}

.imagen .imagen-alt{
    position: absolute;
    bottom: 0;
}