/*@font-face {*/
/*font-family: 'Open Sans';*/
/*src: url('../fonts/Open_Sans/OpenSans-Bold.ttf') format('truetype'), url('../fonts/Open_Sans/OpenSans-BoldItalic.ttf') format('truetype'), url('../fonts/Open_Sans/OpenSans-ExtraBold.ttf') format('truetype'), url('../fonts/Open_Sans/OpenSans-Italic.ttf') format('truetype'), url('../fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Open_Sans/OpenSans-Light.ttf') format('truetype'), url('../fonts/Open_Sans/OpenSans-LightItalic.ttf') format('truetype'), url('../fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype'), url('../fonts/Open_Sans/OpenSans-Semibold.ttf') format('truetype'), url('../fonts/Open_Sans/OpenSans-SemiboldItalic.ttf') format('truetype');*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

* {
    font-family: 'Open Sans';
    font-size: 17px;
}

h2 {
    color: #1F1F1F;
    font-family: open sans;
    font-size: 22px;
    margin-top: 0;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

.float_right {
    float:right;
}

.more_book_link {
    padding-top:10px;
}

.book-desc a {
    font-size: 14px;
}

.top-wrapper {

}

.top-wrapper .top-header {
    /*background: url("../images/top-banner.jpg") no-repeat scroll 0 0 #161108;*/
    background: url("../images/foto-pascual-cabezal-2015.jpg") no-repeat scroll 0 0 #525c68;
    height: 188px;
}

.container {
    max-width: none;
}

.top-wrapper .container, .content-wrapper .container, .bottom-content-wrapper .container, .footer .container, .adds-wrapper .container, .xx .container {
    width: 1000px;
}

.top-header {
    height: 98px;
    position: relative;
}

.page_title {
    float: left;
    padding-left: 312px;
    padding-top: 50px;
    font-size: 17px;
    color: #a3b7e5;
    text-transform: uppercase;
}

.page_title a{
    text-decoration: none;
    color:inherit;
}

.page_title a:hover{
    color: inherit;
}

.social li a:hover {
    background: none;
}

.social li a {
    padding: 5px 0 0;
    margin: 5px 5px 0 0;
}

.social a div {
    width: 22px;
    height: 21px;
}

.facebook {
    background: url("../images/social.png") no-repeat scroll -26px 0 rgba(0, 0, 0, 0);
}

.twitter {
    background: url("../images/social.png") no-repeat scroll -53px 0 rgba(0, 0, 0, 0);
}

.mail {
    background: url("../images/mail.png") no-repeat scroll 0 0 transparent;
}

.google {
    background: url("../images/social.png") no-repeat scroll -79px 0 rgba(0, 0, 0, 0);
    margin-right: 7px;
}

.rss {
    background: url("../images/social.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social {
    margin-top: 42px;
    margin-right: 10px;
}

.social .last a {
    border-left: 1px solid white;
    display: table;
    height: 30px;
    padding-left: 12px;
    padding-top: 8px;
}

/*
top menu
*/

.main-menu {
    margin-top: 61px;
}

.main-menu ul > li > a {
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    border-right: 1px solid;
    line-height: 14px;
    padding-bottom: 0;
    padding-top: 0;
}

.main-menu ul > li.last > a {
    border-right: none;
}

.top-content-wrapper, .top-content-wrapper .container {
    min-height: 400px;
}


.top-content-wrapper .container {
    position: relative;
}

.top-content-wrapper .left-side {
    width: 690px;
}

.top-content-wrapper .right-side {
    padding-left: 0;
    width: 275px;
}

/*new*/


.news-content h2, .item-content h2, h1 {
    font-size: 22px;
    line-height: 26px;
}

.news-content {
    margin-top: 30px;
    /*margin-left: 7px;*/
}

.top-content-wrapper .news-content {
    margin-left: 7px;
}

.item-content {
    margin-top: 30px;
    /*margin-left: 16px;*/
}

.new-content {
    padding-left: 5px;
    font-size: 16px;
}

.new-content .body {
    margin-bottom: 35px;

}

.new-image {
    padding-left: 0;
}

.new-image {
    padding-left: 0px;
    margin-bottom: 20px;
    float: left;
}

.new-content .info ul {
    padding:0px;
}

.new-content .info, .content-layout .info, .calendar-content-wrapper .info {
    overflow: auto;
    padding-bottom: 10px;
    padding-top: 5px;
}

.new-content .info li, .content-layout .info li, .calendar-content-wrapper .info li {
    border-left: 1px solid;
    line-height: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.new-content .info li{
    display: block;
    padding-left: 0px;
    line-height: 1.4em;
    border: 0px;
}

.new-content .info li.first, .content-layout .info li.first, .calendar-content-wrapper .info li.first {
    padding-left: 0;
    border: none;
}

.new-content .info, .content-layout, .calendar-content-wrapper .info {
    font-size: 12px;
}

.new-content .date, .content-layout .date,.new-content .author, .calendar-content-wrapper .date, .calendar-content-wrapper .author {
    color: #6e6e6e;
    text-transform: uppercase;
}

.news-content-wrapper .new-image {
    width: 215px;
}

.event-content h3.event-title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.event-content h3.event-title a{
    text-decoration: none;
    color: #333333;
}

.event-content h4.event-place {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: uppercase;
}

.event-content h4.event-type {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.event-content h6 {
    font-size: 12px;
    margin-bottom: 14px;
    margin-top: 5px;
}

.event-content h5 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.event-content ul {
    /*padding-bottom: 7px;*/
}

.event-content {
    background-color: #E0D0C7;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #311D05;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    position: absolute;
    right: 22px;
    width: 258px;
}

.event-content h3{
    margin-top: 0px;
    font-size: 21px;
    color: #428bca;
}

.event-info {
    font-size: 16px;
    text-transform: uppercase;
    overflow: auto;
    padding-bottom: 5px;
}

.event-info li {
    border-right: 1px solid;
    font-size: 16px;
    line-height: 13px;
    padding: 0 10px;
    text-transform: uppercase;
}

.event-info li.first {
    padding-left: 0;
}

.event-info li.last {
    border-right: none;
}

/*books wrapper*/
.book-wrapper {
    background-color: #e8e8e8;
}

.book-wrapper .container {
    border-bottom: 3px solid #B6B6B6;
    border-top: 3px solid #B6B6B6;
}

.book-menu li a:hover {
    background: none;
}

.book-menu li a {
    color: #bdbdbd;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.book-menu li a {
    border-right: 1px solid;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 0;
    padding-top: 0;
}

.book-menu li.last a {
    border-right: none;
}

.book-menu li.active a {
    color: #959595;
    text-transform: uppercase;
}

.book-desc p {
    color: #464646;
    font-size: 11px;
}

#books-carousel .item {
    min-height: 138px;
    overflow: auto;
    /*width: 240px;*/
}

.book-image {
    padding-right: 0px;
    padding-left: 15px;
}

.book-desc {
    padding-left: 0px;
}

.book-desc a, .book-desc a:hover {
    color: #333333;
}

.book-wrapper .item {
    margin-bottom: 20px;
}

.calenda-date {
    height: 67px;
    width: 60px;
}

span.calendar-date-month {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    left: 34px;
    position: absolute;
    text-transform: uppercase;
    top: 12px;
}

span.calendar-date-day {
    bottom: 5px;
    color: #464646;
    font-size: 24px;
    font-weight: bold;
    left: 30px;
    position: absolute;
}

.calenda-date-wrapper {
    width: 90px;
}

.calendar-content-wrapper {
    border-bottom: 3px dotted #BABABA;
    width: 535px;
    padding-left: 0;
}

.calendar-content-wrapper-final {
    border-bottom: none;
}

.calendar-desc p {
    color: #A5A5A5;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}

.calendar-title, .calendar-title a {
    color: #1f1f1f;
    font-size: 19px;
}

.calendar-item-wrapper {
    /*overflow: auto;*/
    padding-top: 20px;
}

.calendar-item {
    margin-top: 13px;
    overflow: auto;
}

#main-search-form {
    margin-top: 17px;
    padding: 0;
    margin: 17px -4px 8px 0;
}

.search-btn {
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: uppercase;
}

.content-layout .left-side {
    width: 680px;
}

.content-layout .right-side {
    width: 290px;
}

.item-image img {
    width: 141px;
}

span.label {
    text-transform: uppercase;
    background-color: #b6b6b6;
}

.content-layout .body {
    padding-left: 14px;
}

.content-layout .main-content-image {
    margin: 0 16px 0 14px;
}

.footer .container {
    height: 45px;
    background: url("../images/atllogo.png") no-repeat scroll 930px center #C8C8C8;
    /*background-color: #c8c8c8;*/
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.footer .container >div {
    font-size: 10px;
    position: absolute;
    top: 30%;
}

.footer ul li {
    margin-right: 6px;
    position: relative;
    font-size: 14px;
}

a.books-page-back {
    color: #ce8045;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    padding-left: 13px;
}

.book-content .news_content_img {
    padding-left: 15px;
}

.book-image {
    min-height: 128px;
    width: 100px;
}

.book-image .field_image {
    height: 127px;
    padding-left: 8px;
    position: absolute;
    width: 85px;
    z-index: 10000;
}

.book-list-wrapper .bgcurve, #books-carousel .bgcurve {
    background-color: #cbcbcb;
    height: 128px;
    left: -4px;
    position: absolute;
    top: 5px;
    transform: rotate(-7deg);
    width: 82px;
    z-index: 1;
}

.book-list-wrapper .book-image {
    margin-bottom: 42px;
}

.book-list-wrapper li, .book-list-wrapper li a, .book-list-wrapper li.active a {
    color: #ce8045;
    font-size: 20px;
    font-weight: normal;
}

.book-list-wrapper li.active a {
    font-weight: bold;
}

.book-list-wrapper ul.book-menu {
    margin-top: 18px;
    margin-bottom: 24px;
}

.pager {
    border-top: 1px solid #E3E3E3;
    padding-top: 7px;
}

.pager a, .pager .current {
    color: #1F1F1F;
    font-size: 16px;
}

.pager .current {
    font-weight: bold;
}

.pager .first-page {
    float: left;
}

.pager .last-page {
    float: right;
}

.home_link {
    height: 98px;
    left: -15px;
    position: absolute;
    width: 275px;
}

.news-content-wrapper {
    border-bottom: 1px solid #E3E3E3;
    margin-top: -5px;
    overflow: auto;
    padding-bottom: 18px;
}

.news-content-wrapper-last {
    border-bottom: none;
}

.ads {
    width: 250px;
    height: 250px;
    float: right;
}

.bottom-left-content {
    width: 720px;
}

.bottom-right-content {
    width: 250px;
    padding: 0;
    margin-top: 25px;
}

.adds-wrapper {
    margin-top: 50px;
}

.plugin_twitter {
    clear: both;
    padding-top: 25px;
}

.twitter-title {
    background: url("../images/twitter-bg.png") no-repeat scroll 13px 6px #33CCFF;
    clear: both;
    color: #FFFFFF;
    height: 32px;
    padding-right: 12px;
    padding-top: 5px;
    text-align: right;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.news-body-text-wrapper {
    /*padding-left: 15px;*/
}

.news-body-text p {
    /*font-size: 14px;*/
}
/*haciendo que siempre se vea el mismo tipo de letras y el mismo tamaño en los textos */
.news-body-text p span {
    font-size: 17px!important;
    font-family: 'Open Sans'!important;
}

.news-body-text .date {
    color: #282828;
    text-transform: uppercase;
    border-top: 1px dotted;
    border-bottom: 1px dotted;
    margin-bottom: 35px;
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 38px;
}

.right-side-bottom {
    border-left: 1px solid #b6b6b6;
    width: 275px;
}

.single-item-new .news_content_img {
    width: 340px;
}

.single-item-new .left-content {
    /*width: 170px;*/
    margin-bottom: 13px;
}

h5.epigraph {
    color: #A5A5A5;
    font-size: 12px;
    text-transform: uppercase;
}

h5.epigraph, h5.epigraph p {
    margin: 0;
}

.noticias-relacionadas {
    margin-bottom: 30px;
}

.sugerencias {
    color: #1f1f1f;
    font-size: 14px;
    text-transform: uppercase;
}

.noticia-relacionada-item a {
    color: #777777;
    font-size: 14px;
}

.related-content-title {
    border-bottom: 1px solid #B6B6B6;
    margin-bottom: 5px;
    overflow: auto;
    padding-bottom: 5px;
}

.not-found-results {
    font-size: 16px;
    padding-bottom: 200px;
    padding-top: 50px;
}

.photo-caption {
    color: #878787;
}