/*
 Color Texto Destacado #424f61
 Color Principal Texto #666666;
 Color texto cabecera módulos home h1: #808080;
 Color texto cabecera módulos home h2: #4d4d4d;
*/

/*======================================================
 General Styles
====================================================== */

* {
    position: relative;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #808080;
}

.wrapper {
    width: 1150px;
    margin: 0 auto;
}



a {
    color: #424f61;
}

h1, h2, h3 {
    margin: 0;
}

h1 {
    font-size: 19px;
    color: #808080;
}

h3 {
    font-size: 14px;
    color: #808080;
    font-weight: bold;
    margin-bottom: 1em;
    text-decoration: underline;
}

ol, ul {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.th {
    box-shadow: 0 0 0 1px #a6a6a6;
}

.clearfix {
    z-index: -1000;
}

/*======================================================
 Header
====================================================== */

header {
    margin-top: 10px;
    height: 180px;
}

#intercolegial {
    margin-top: 1px;
}

#welcome {
    margin-top: 20px;
    margin-bottom: -5px;
    font-size: 18px;
    color: #424f61;
}

#logout {
    font-size: 16px;
    color: #424f61;
    line-height: 16px;
}

#logout-text {
    display: inline-block;
    margin-left: 6px;
    margin-bottom: 10px;
    border-bottom: solid 2px #424f61;
}

.top-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #424f61;
    height: 55px;
    line-height: 50px;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 55px;
    padding: 0 20px;
    background: #424f61;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #444;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
    color: #FFFFFF;
    background: #e2984d;
}

.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #0078a0;
    color: #e2984d;
}

.nav-main {
}

#btn-login {
    margin: 5px 0 10px;
}

#formularios-todos-libros {
    float: right;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

#formularios-todos-libros a{
    text-decoration: underline;
}


/*======================================================
 Breadcrumb
====================================================== */

.breadcrumb {
    padding-top: 13px;
    font-size: 12px;
}

.breadcrumb .current {
    font-weight: bold;
}

/*======================================================
 Utility Classes
====================================================== */

.tabify {
    padding-left: 2em;
}

.go-up-10 {
    margin-top: -10px;
}

ul.square {
    list-style-type: square;
    line-height: 1.4;
    font-size: 14px;
}

ul.bold-indent {
    list-style-type: none;
    font-size: 14px;
    font-weight: bold;
    padding-left: 48px;
    line-height: 1.4;
}

ul.indent {
    list-style-type: none;
    font-size: 14px;
    font-weight: normal;
    padding-left: 48px;
    line-height: 1.4;
}

.new-area {
    margin-top: 48px;
}

.overlinked a {
    text-decoration: underline;
}

.list-rowed-top li {
    padding: 10px;
    border-top: solid 1px #a6a6a6;
}

.list-rowed-top li.no_line {
    padding: 10px;
    border-top:none;
}

.list-rowed-top li:last-of-type {
    border-bottom: solid 1px #a6a6a6;
}


.list-rowed li {
    padding: 10px;
    border-bottom: solid 1px #a6a6a6;
}

.list-rowed li.no_line {
    padding: 10px;
    border-bottom:none;
}

.list-rowed li:first-of-type {
    border-top: solid 1px #a6a6a6;
}

.visualizar {
    cursor: pointer;
}

.padded-li ol,
.padded-li p {
    margin-top: 20px;
}

.padded-li li {
    margin-bottom: 20px;
}

.hide-overflow {
    overflow: hidden;
}

.selected-language {
    font-weight: bold;
}

/*======================================================
 Ordered List with a.b.c pattern
====================================================== */

.full-numbered-list ol {
    counter-reset: item;
    margin-left: 0;
    font-size: 14px;
    color: #666;
}

.full-numbered-list ol li {
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
}

.full-numbered-list ol li:first-of-type {
    margin-top: 0;
}

.full-numbered-list ol li ol {
    margin-left: 12px;
}

.full-numbered-list ol li ol li {
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
}

.full-numbered-list li {
    display: block
}

.full-numbered-list li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    font-weight: bold;
}

/*======================================================
 Breadcrumb
====================================================== */

.breadcrumb {
    height: 50px;
}

/*======================================================
 Secondary Menus
====================================================== */

nav.secondary {
    width: 225px;
    float: left;
}

nav.secondary ul {
    list-style-type: none;
    margin: 0 20px 0 0;
}

nav.secondary > ul > li {
    height: auto;
    margin-bottom: 13px;
}

nav.secondary > ul li a {
    display: block;
    width: 205px;
    height: 45px;
    background-color: #d9d9d9;
    font-size: 13px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    padding: 7px 0 0 20px;
    overflow: hidden;
}

nav.secondary > ul li a.secondary-menu-first-level-double-line {
    height: 51px;
}


nav.secondary ul li.current_ancestor > .menu_level_1 li a.secondary-menu-second-level-double-line {
    height: 36px;
}

nav.secondary > ul li.active a {
    margin-bottom: 0;
}

li.current_ancestor.active ul.menu_level_1 li.active.last {
    margin-bottom: 0;
}

nav.secondary > ul li.active a {
    background-color: #e2984d;
}

nav.secondary li ul li {
    background-color: white;
}

nav.secondary li:not(.current_ancestor):not(.active) ul {
    display: none;
}

nav.secondary li.current_ancestor > a {
    background-color: #e2984d;
    margin-bottom: 0;
}

nav.secondary li.current_ancestor > a,
nav.secondary li.active > a {
    color: #fff;
}

nav.secondary ul li.active > .menu_level_1 li,
nav.secondary ul li.current_ancestor > .menu_level_1 li {
    border-left: solid 5px #e2984d;
}

nav.secondary ul li.active > .menu_level_1 li a,
nav.secondary ul li.current_ancestor > .menu_level_1 li a {
    background-color: white;
    height: 20px;
    padding: 0 0 0 15px;
    margin: 0;
}

nav.secondary ul li.active > .menu_level_1 li.first,
nav.secondary ul li.current_ancestor > .menu_level_1 li.first {
    padding-top: 6px;
}

nav.secondary ul li.active > .menu_level_1,
nav.secondary ul li.current_ancestor > .menu_level_1 {
    margin-bottom: 13px;
}

nav.secondary ul li.active > .menu_level_1 li.active a,
nav.secondary ul li.current_ancestor > .menu_level_1 li.active a,
ul.menu_level_1 li.current_ancestor a,
nav.secondary ul li.current_ancestor > .menu_level_1 li ul.menu_level_2 li.current_ancestor a {
    color: #e2984d;
}

ul.menu_level_2,
ul.menu_level_3 {
    padding-left: 20px;
}

nav.secondary ul li.current_ancestor > .menu_level_1 li ul.menu_level_2 li,
nav.secondary ul li.current_ancestor > .menu_level_1 li ul.menu_level_2 li ul.menu_level_3 li {
    border: none;
    padding: 0;
    margin-bottom: 0px;
}

nav.secondary ul li.current_ancestor > .menu_level_1 li ul.menu_level_2 li a,
nav.secondary ul li.current_ancestor > .menu_level_1 li ul.menu_level_2 li ul.menu_level_3 li a {
    padding: 0;
    padding-left: 5px;
    color: #424f61;
}

/*nav.secondary ul li.current_ancestor > .menu_level_1 li ul.menu_level_2,*/
/*nav.secondary ul li.current_ancestor > .menu_level_1 li ul.menu_level_2 li ul.menu_level_3 {*/
/*margin-bottom: -16px;*/
/*padding-bottom: 16px;*/
/*}*/

/*nav.secondary ul li.current_ancestor > .menu_level_1 li ul.menu_level_2 {*/
/*margin-bottom: 16px;*/
/*padding-bottom: 0;*/
/*}*/

nav.secondary ul li.current_ancestor > .menu_level_1 li.current_ancestor ul.menu_level_2 {
    margin-bottom: 0;
    padding-bottom: 0;
}

nav.secondary ul li.current_ancestor > .menu_level_1 li ul.menu_level_2 li.active a,
nav.secondary ul li.current_ancestor > .menu_level_1 li ul.menu_level_2 li ul.menu_level_3 li.active a {
    color: #e2984d;
}

nav.secondary ul li.current_ancestor > .menu_level_1 li ul.menu_level_2 li a:before,
nav.secondary ul li.current_ancestor > .menu_level_1 li ul.menu_level_2 li ul.menu_level_3 li a:before {
    content: "\25A0";
    color: #e2984d;
}

/*======================================================
 Tables
====================================================== */

table {
    border: none;
    color: #424f61;
    font-family: 'Open Sans', sans-serif;
    border-spacing: 0;
    width: 100%;
}

table tr,
table tr:nth-of-type(even) {
    border-bottom: solid 1px #a6a6a6;
}

table tr:nth-child(even) {
    background-color: #efefef;
}

table tr:nth-child(odd) {
    background-color: #fff;
}

table thead tr th {
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    vertical-align: bottom;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

table tr td {
    vertical-align: top;
    padding: 9px 6px 9px 0;
    color: #666;
}

table tr td a {
    color: #666;
}

table tr td,
table tr td ul {
    font-size: 12px;
    overflow: hidden;
}

table tr td ul {
    margin-bottom: 0;
}

table tr td ul li {
    margin-bottom: 11px;
}

/*======================================================
 Sidebar
====================================================== */

.sidebar {
    width: 150px;
    margin: 0 0 0 20px;
    float: right;
}

.sidebar h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    border-bottom: solid 2px #808080;
    color: #808080;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sidebar .sidebar-aeat {

}

.sidebar-lexuniversitas {
    width: 250px;
    margin: 0 0 0 20px;
    float: right;
}

.sidebar .sidebar-aeat img {
    margin-bottom: 30px;
}

.sidebar-jornadas img {
    margin-bottom: 30px;
    width: 150px;
    margin: 0px 0px 0px 10px;
    float: right;
    padding-bottom: 5px;
}

/*======================================================
 Home
====================================================== */

/***********  Slider  ********************/
.videoCGS {
    width: 400px;
    margin-top: 3px;
    float: left;
}

.bizbarcelona {
    width: 300px;
    margin-top: 3px;
    float: left;
}

.slider-home-wrap {
    margin-top: 3px;
    height: 260px;
    width: 740px;
    margin-left: 410px;


    background-color: #2380d0;
}

.slider-home-wrap a {
    color: #ffffff;
}

.slider-home .event {/**Altura campo de texto**/
    color: white;
    width: 440px;
    height: 230px;
    padding: 10px 50px 19px 60px;
    overflow: hidden;
    display: inline;
}

.slider-home .event .tipo {/** Titulo campo de texto**/
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.slider-home .event .tipo img {
    display: inline;
    margin-top: -15px;
}

.slider-home .event h1 {
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.slider-home .event date {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.slider-home .event .excerpt {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 14px;
}

.slider-home .image {
    height: 180px;
    width: auto;
    display: inline;
}

.slider-home .image img { /**Tamaño imágen**/
    height: 190px;
    width:300px;
    overflow: hidden;
}

.slider-home .link {
    height: 20px;
    width: 100%;
}

.slider-home-wrap a { /***LEER MAS**/
    display: block;
    font-size: 15px;
    position: absolute;
    bottom: -10px;
    right: 107px;
}

/************** Modules *************************/

.home-module-landing {

}


.home-module-herramientas {
    width: 249px;
    float: right;
    margin-top: -240px;
}

.home-module {
    width: 570px;
    margin-right: 10px;
    float: left;
    font-size: 12px;
}

.home-module-third {
    width: 370px;
    margin-right: 20px;
}

.home-module:last-of-type {
    margin-right: 0;
}

.home-module h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    border-bottom: solid 2px #808080;
    color: #808080;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.home-module h2 {
    color: #4d4d4d;
    font-size: 12px;
    margin-top: 6px;
}

.home-module p {
    font-size: 12px;
}

.home-module time {
    font-style: italic;
}


.home-module-tramitaciones {
    width: 280px;
    margin-right: 10px;
    float: left;
}

.home-module-conference img {
    margin-top: 10px;
    margin-bottom: 10px;
}
.asamblea img {
    margin-top: 5px;
    margin-right: 10px;
}

.home-module-news {
    margin-left: 20px;
    margin-top: 10px;
    border-bottom: dashed 2px #bfbfbf;
}

.home-module-news time {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: #000000;
}

.home-module-news h2 {
    font-weight: bold;
    font-size: 14px;
    color: #4d4d4d;
}

.home-module-news .read-more {
    color: #000000;
    margin-bottom: 4px;
}

.home-module-tramitaciones {
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
}

.home-module-tramitaciones.last {
    margin-right: 0;
}

.home-module-tramitacio-telematica {
    width: 280px;
    margin-left: 10px;
    color: #424f61;
}

.home-module-tramitaciones.last h2 {
    font-size: 15px;
    font-weight: bold;
    margin-top: -3px;
    margin-bottom: 2px;
}

.home-module-tramitacio-telematica-links {
    background-color: #dee1e5;
    width: 135px;
    height: 50px;
    margin: 0 auto 10px;
    font-size: 11px;
    vertical-align: middle;
    padding-top: 19px;
    line-height: 13px;
    color: #424f61;
}

.home-module-tramitacio-telematica-links.no-padding {
    margin-top: 11px;
    padding-top: 6px;
}

.home-module-utilidades-aeat {
    margin-top: 19px;
}

.home-module-utilidades-aeat img {
    display: block;
    float: right;
    padding-top: 3px;
}

/*****************Banners principal ************/
.principal img {
    margin-top: 3px;
    border: 1px;
}


/******************* Utilidades ****************************/

.utilities-row {
    border-top: solid 2px #bfbfbf;
    border-bottom: solid 2px #bfbfbf;
    padding: 16px 28px;
    margin-top: 75px;
    margin-bottom: 80px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15px;
    text-align: center;
}

.utilities-row p {
    margin-top: 12px;
    margin-bottom: 0;
}

#utilities-row.small-block-grid-7 li {
    padding-bottom: 0;
}

/*======================================================
 Banners
====================================================== */

.banners {
    /**/
}

.banners-column {
    width: 280px;
}

.banners-column-double {
    width: 570px;
}

.banners-column,
.banners-column-double,
.banners-bottom{
    float: left;
    margin-right: 10px;
}

.banners-column.last,
.banners-column-double.last {
    margin-right: 0;
}

.banners img {
    margin-bottom: 10px;
}

.banners.banners-footer {
    height: 135px;
    margin-top: 45px;
    margin-bottom: 35px;
}

.banners-home-central
{
    height: 280px;
    margin-top: 60px;
}

.banners-home-bottom {
    margin-top: 70px;
    margin-bottom: 20px;
    margin-left: 15px;
}

.banners-footer-bottom {
    margin-top: 60px;
    margin-bottom: -10px;
}

.banners-footer img,
.banners-home-central img,
.banners-home-bottom img {
    display: block;
}

.banners-home-central img {
    display: inline-block;
}

.banners-footer img.last,
.banners-home-central img.last,
.banners-home-bottom img.last {
    margin-right: 0;
}

/*======================================================
 Footer
====================================================== */

footer {
    width: 100%; height: 185px;
    margin-top: 70px;
    background-color: #424f61;
    color: #808aa1;
    padding-top: 9px;
    padding-bottom: 35px;
}

footer nav {
    /*float: left;*/
}

footer nav li {
    font-size: 13px;
    float: left;
    margin-right: 31px;
}

footer nav li:last-of-type {
    margin-right: 0;
}

footer nav a {
    color: #808aa1;
}

#applus {
    display: inline;
    margin-left: 30px;
}


header .social {
    text-align: right;
    margin: 3px;
}

header .social p {
    display: none;
}

header .social ul li {
    display: inline-block;
}

header .social ul li img
{
    width:20px;
}
footer .social {
    text-align: right;
}

footer .social p {
    font-size: 13px;
    margin-bottom: 15px;
}

footer .social ul li {
    margin-left: 13px;
    display: inline-block;
}

.modal-info {
    max-height: 500px;
    overflow: scroll;
}

.modal-info h2 {
    color: #4d4d4d;
    text-align: center;
    font-size: 18px;
}

.modal-info h3 {
    color: #4d4d4d;
    font-size: 16px;
}

.modal-info ol {
    padding-left: 200px;
    font-size: 13px;
}

.modal-info ol li a,
.modal-info ul li {
    font-size: 13px;
    color: #4d4d4d;
}

.modal-info p {
    font-size: 13px;
    margin-bottom: 1em;
}

.reveal-modal .close-reveal-modal {
    font-size: 28px;
    line-height: 1;
    position: absolute;
    top: -17px;
    right: -15px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    background-color: black;
    height: 30px;
    width: 30px;
    border-radius: 25px;
    text-align: center;
    border: solid 2px white;
    box-shadow: 0 0 10px 1px black;
}

/*======================================================
 Forms
====================================================== */

h2.form {
    border-bottom: solid 1px #808080;
    padding-bottom: 6px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #FFFFFF;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #808080;
    box-shadow: inset 0 0;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.15s linear;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none;
}

input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #FFFFFF;
    cursor: default;
}

input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #FFFFFF;
    cursor: default;
}

input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px;
}

input[type="password"][readonly], input[type="email"][readonly] {
    background-color: white;
}

label {
    float: left;
    display: inline;
    width: 150px;
    text-align: right;
    padding-right: 14px;
    padding-top: 6px;
    font-size: 14px;
    color: #424f61;
}
label2 {
    float: left;
    display: inline;
    width: 300px;
    text-align: right;
    padding-right: 14px;
    padding-top: 6px;
    font-size: 14px;
    color: #424f61;
}


label.double-label {
    padding-top: 0;
}

input.no-label {
    margin-left: 150px;
}

textarea,
select,
input[type="text"],
input[type="email"],
input[type="checkbox"],
input[type="date"],
input[type="password"],
input[type="number"]{
    height: 35px;
    width: 300px;
    border: solid 1px #808080;
    background-color: white;
    margin-bottom: 14px;
}

input[type="file"] {

    height: 35px;
    width: 415px;
    background-color: white;
    margin-bottom: 14px;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

input.small[type="text"],
input[type="password"],
input[type="number"],
select.small {
    width: 150px;
}

input.large[type="text"] {
    width: 415px;
}

input.double-label {
    margin-bottom: 14px;
}

select.double-label {
    margin-bottom: 8px;
}

select {
    background-image: url("images/select-bg.gif");
    width: 190px;
    border: none;
}

select.small {
    background-image: url("images/select-bg-small.gif");
    width: 115px;
    border: none;
}

img.select-dropdown {
    margin: 0 0 2px 2px;
}

option {
    height: 2em;
}

textarea {
    width: 415px;
    height: 75px;
}

a.button {
    padding-top: 11px;
    margin-top: 10px;
}

button.button-to-anchor {
    background: transparent;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
    color: #666;
    text-decoration: underline;
}

input[type="checkbox"] {
    margin-left: 150px;
    display: none;
}

.checkbox input[type="checkbox"] + label {
    display: inline-block;
    float: none;
    text-align: left;
    font-size: 13px;
    padding: 0 0 0 180px;
    width: 565px;
}

.checkbox input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: solid 1px #808080;
    margin-left: -38px;
    position: absolute;
    background-color: #FFFFFF;
}

.checkbox input[type="checkbox"]:checked + label:before {
    background-color: #808080;
    box-shadow: inset 0 0 0 1px white;
    color: #f3f3f3;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
}

.small-words {
    margin-top: 16px;
    padding-top: 16px;
    border-top: solid 1px #a6a6a6;
    font-size: 13px;
    color: #a6a6a6;
}

/********************* Date Picker ********************************/

.datepicker_container {
    height: 220px;
}

/************************ Login Modal ******************************/

#loginModal h1 {
    font-size: 23px;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #424f61;
    border-bottom: solid 2px #a6a6a6;
    padding-bottom: 6px;
}

#inner-wrap {
    width: 340px;
    margin: 0 auto;
}

#inner-wrap img {
    margin-top: 10px;
    margin-bottom: 30px;
}

#inner-wrap p {
    display: block;
    width: 100%;
}

#inner-wrap input {
    width: 190px;
}

#inner-wrap input[type=submit] {
    width: 155px;
    margin-top: 5px;
    margin-left: 185px;
}

#inner-wrap .forgotten {
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 50px;
    border-bottom: solid 2px #9bafbf;
}

#loginModal.reveal-modal {
    width: 600px;
    padding: 12px 18px;
    margin-top: 45px;
    border-radius: 0;
}

.reveal-modal-bg {
    background-color: rgba(0, 0, 0, .6);
}

/*======================================================
 Main
====================================================== */

main {
    width: 715px;
    margin: 0 20px;
    float: left;
    color: #666;
}
main .lexuniversitas {
    width: 600px;
    margin: 0 20px;
    float: left;
    color: #666;
}

main h1 {
    margin-bottom: 35px;
    font-weight: bold;
    color: #4d4d4d;
}

main h2, #selecionar_calendario {
    font-size: 17px;
    font-weight: bold;
    color: #666;
    margin-bottom: 20px;
    line-height: 1;
}

main p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

main p.info {
    color: #808080;
}

main ul {
    font-size: 14px;
    line-height: 1.4;
}

.legacy-utilities {
    padding-bottom: 10px;
    box-shadow: 0 2px white,
    0 3px #666,
    0 4px white,
    0 5px #666;
}

/*======================================================
 Delegaciones
====================================================== */

.delegacion h2 {
    margin-bottom: 15px;
}

.delegacion .row {
    margin-bottom: 18px;
}

.delegacion img {
    margin-right: 10px;
}

.delegacion iframe {
    margin-bottom: 70px;
}

/*======================================================
 Convenios y Servicios con la Administración
====================================================== */

.servicios-admin article {
    margin-bottom: 30px;
}

/*======================================================
 Bits
====================================================== */

img#loteria {
    margin-right: 25px;
}

img#conesa {
    width: 190px;
    margin-right: 25px;
}

.junta ul {
    padding-left: 45px;
}

.junta.org ul {
    padding-left: 0;
}

.junta li .item {
    width: 137px;
    height: 276px;
}

.junta li .item-p {
    width: 100px;
    height: 200px;
}

.junta li .item-p img {
    height: 75px;
    width: 100px;
    border: solid 1px #a6a6a6;
}

.language-toggle {
    margin-bottom: 20px;
}

.junta img {
    
    width: 137px;
    border: solid 1px #a6a6a6;
}

.junta h4 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
}

.junta p,
.junta a {
    font-size: 12px;
    margin-bottom: 0;
}

p#colaboraciones img {
    margin-left: 35px;
    padding-top: 7px;
}

p#colaboraciones {
    margin-bottom: 70px;
}

.little-text-block {
    display: block;
    margin-top: 5px;
}

/*======================================================
 Ventanilla 2.0
====================================================== */

.ventanilla-article {
    margin-bottom: 20px;
}

.ventanilla-article h1 {
    margin-bottom: 20px;
}

.ventanilla-article p,
.ventanilla-article a {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.ventanilla-article p {
    color: #666;
}

.ventanilla-article a {
    color: #424f61;
}

/*======================================================
 Conferencias
====================================================== */

.conferencia-documentacion img,
.conferencia-audio audio {
    margin-bottom: 12px;
}

.cookies {
    display: none;
}

.upper
{
    text-transform: uppercase;
}

.construccion div
{
    text-align: center;
}

.construccion div img
{
    margin: 15px;
    margin-top: 35px;
}

.construccion div h1
{
    font-weight: bold;
}

div.actas {
    margin-top: 50px;
}

div.actas h1
{
    font-size:16px;
    font-weight: bold;
    margin:0px;
}


div.junta_electoral {
    margin:30px 0px;
    text-align: center;
}

input.mayus{
    text-transform: uppercase;
}

#documentacion ul li
{
    padding:10px 0px;
}

#documentacion ul li a, #documentacion  #fitxa_ins a
{
    text-decoration: underline;
}

#fitxa_ins {
    margin-bottom: 10px;
}

.recuadro
{
    border: 1px solid #666;
    margin:5px 0px;
}

.recuadroRenta
{
    border: 1px solid #666;
    margin: 5px 0px;
    background: #196177;
}

.recuadroRenta p
{
    font-size: 28px;
    color: #FFFFFF;
    font-family: 'Open Sans Condensed', sans-serif;
}

.aviso
{
    background-color: #fef1ec;
    border: 1px solid #CD0A0A;
    color: #cd0a0a;
    padding:10px;
    margin-bottom:10px;
}

.aviso p
{
    color:#cd0a0a;
    margin-bottom: 0px;
}

.recuadro div {
    margin:5px 0px;
}

.center_prestamo{
    text-align: center;
}

.prestamo{
    margin-top: 10px;
}

.en_prestamo{
   color:#cf2a0e;
}

div.new-area-table {
    margin-top: 48px;
    position:relative;
    float:left;
}

a.selected_year{
    color:#e2984d;
}

#mediaplayer_wrapper, #mediaplayer{
    margin: auto;
}
.gsvideo{
    margin: auto;
    width: 300px;
}

#error_cv{
    color:#CC0000;
    font-size: 14px;
    margin: 5px;
    margin-left: 150px;
}

#galeria , #galeria div
{
    position: relative;
    float: left;
}

#galeria div
{
    margin: 10px;
    width:200px;
    height:135px;
    overflow: hidden;
}


/* CSS para la animación y localización de los DIV de cookies */
@keyframes desaparecer
{
    0%		{bottom: 0px;}
    80%		{bottom: 0px;}
    100%		{bottom: -50px;}
}
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
    0%		{bottom: 0px;}
    80%		{bottom: 0px;}
    100%		{bottom: -50px;}
}
@keyframes aparecer
{
    0%		{bottom: -38px;}
    10%		{bottom: 0px;}
    90%		{bottom: 0px;}
    100%		{bottom: -38px;}
}
@-webkit-keyframes aparecer /* Safari and Chrome */
{
    0%		{bottom: -38px;}
    10%		{bottom: 0px;}
    90%		{bottom: 0px;}
    100%		{bottom: -38px;}
}
#cookiesms1:target {
    display: none;
}
.cookiesms{
    width: 100%;
    height:95px;
    margin:0 auto;
    padding-left:1%;
    padding-top:5px;
    font-size: 1.8em;
    clear:both;
    font-weight: bold;
    color: #000000;
    bottom:0px;
    position:fixed;
    left: 0px;
    background-color: #FFF;
    opacity:0.9;
    filter:alpha(opacity=90); /* For IE8 and earlier */
    transition: bottom 1s;
    -webkit-transition:bottom 1s; /* Safari */
    /*-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
    -moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
    box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);*/
    -webkit-box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    z-index:999999999;
}
.cookiesms:hover{
    bottom:0px;
}
.cookies2{
    background-color: #FFF;
    display:inline;
    opacity:0.95;
    filter:alpha(opacity=95);
    position:absolute;
    left:1%;
    top:-30px;
    font-size:15px;
    /* height:30px; */
    padding-left:25px;
    padding-right:25px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    /*-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
    -moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
    box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);*/
    -webkit-box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
}
/* Fin del CSS para cookies */

/* I HAVE COOKIES */
:root {
    --purple: #3B3646;
    --red: #EE4B5A;
    --grey: #333333;
}
* {
    padding: 0;
    margin: 0;
    border: none;
}
.highlight {
    background: rgba(255,215,0,0.115);
}
input[type="checkbox"] {
    margin-top: 10px;
    margin-right: 15px;
    float: left;
}
button#ihavecookiesBtn {
    margin-left: 0px !important;
}
/* Cookie Dialog */
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 565px;
    background-color: #424f61;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    /*font-family: system-ui;*/
}
#gdpr-cookie-message h4 {
    color: #e2984d;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message label {
    display: inline-block;
    max-width: 90%;
    color: white;
}
#gdpr-cookie-message h5 {
    color: #e2984d;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
    color: white;
}
#gdpr-cookie-message a {
    color: #e2984d;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: #e2984d;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: #e2984d;
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: #e2984d;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: #e2984d;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    /*margin-top: 0;*/
    margin-right: 5px;
    background-color: initial;
    cursor: default;
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
    display: inline-block;
}
/* end I HAVE COOKIES */

/* CUADRO NOTA ALERCÓN */
/*----------- CAJA ----------- */
.caja { 
    /*font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; */
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    background: #889ccf;
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
    border-radius: 35px 0px 35px 0px;
    -moz-border-radius: 35px 0px 35px 0px;
    -webkit-border-radius: 35px 0px 35px 0px;
    border: 2px solid #5878ca;
}
/* FIN CUADRO NOTA ALERCÓN */