@import url("https://fonts.googleapis.com/css?family=Oswald:400,700,300");

/*!
 * Pingendo customization for Bootstrap
 * Homepage: http://pingendo.com
 * Copyright 2015 Pingendo
 * Licensed under MIT
*/
/* Google web fonts support */
/* TODO: webkit need this why ?*/
html,
body {
    height: 100%;
}
/* text-inverse is deprecated */
.text-inverse {
    color: #fff;
}
/* TODO: verify if we can touch only section */
.jumbotron {
    margin-bottom: 0 !important;
}
.jumbotron h1.text-primary {
    color: #337cbb !important;
}
.jumbotron h1.text-inverse {
    color: #ffffff !important;
}
.jumbotron h1.text-info {
    color: #5bc0de !important;
}
.jumbotron h1.text-success {
    color: #5cb85c !important;
}
.jumbotron h1.text-warning {
    color: #f0ad4e !important;
}
.jumbotron h1.text-danger {
    color: #d9534f !important;
}
.carousel .item img {
    min-width: 100%;
}
.section {
    position: relative;
    padding: 35px 0;
}
.section .background-image {
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.section .background-image.background-image-fixed {
    background-attachment: fixed;
}
.section-primary {
    background-color: #337cbb !important;
    color: #fff;
}
.section-info {
    background-color: #5bc0de !important;
    color: #fff;
}
.section-success {
    background-color: #5cb85c !important;
    color: #fff;
}
.section-warning {
    background-color: #f0ad4e !important;
    color: #fff;
}
.section-danger {
    background-color: #d9534f !important;
    color: #fff;
}
.cover {
    color: inherit;
    margin-bottom: 0 !important;
    padding: 0 0;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    min-height: 100%;
}
.cover h1,
.cover .h1 {
    color: inherit;
}
.cover p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.cover > hr {
    border-top-color: #d5d5d5;
}
.container .cover,
.container-fluid .cover {
    border-radius: 5px;
}
.cover .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .cover {
        padding: 48px 0;
    }
    .container .cover,
    .container-fluid .cover {
        padding-left: 60px;
        padding-right: 60px;
    }
    .cover h1,
    .cover .h1 {
        font-size: 63px;
    }
}
.cover h1.text-primary {
    color: #337cbb !important;
}
.cover h1.text-inverse {
    color: #ffffff !important;
}
.cover h1.text-info {
    color: #5bc0de !important;
}
.cover h1.text-success {
    color: #5cb85c !important;
}
.cover h1.text-warning {
    color: #f0ad4e !important;
}
.cover h1.text-danger {
    color: #d9534f !important;
}
@media screen and (min-width: 768px) {
    .cover {
        padding: 0;
    }
    .container .cover,
    .container-fluid .cover {
        padding-left: 0;
        padding-right: 0;
    }
}
.cover .navbar {
    position: absolute;
    top: 0;
    width: 100%;
    border: none;
    background-color: transparent !important;
}
.cover .navbar .navbar-nav li.active a {
    background-color: transparent !important;
}
.cover .navbar .navbar-toggle {
    border-color: transparent;
}
.cover .navbar .navbar-toggle:hover,
.cover .navbar .navbar-toggle:focus {
    background-color: transparent;
}
.cover .navbar .navbar-toggle .icon-bar {
    background-color: #000000;
}
.cover .navbar.navbar-inverse .navbar-toggle {
    border-color: transparent;
}
.cover .navbar.navbar-inverse .navbar-toggle:hover,
.cover .navbar.navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}
.cover .navbar.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.cover .cover-image {
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.cover .cover-image.background-image-fixed,
.cover .cover-image.cover-image-fixed {
    background-attachment: fixed;
}
/* PINGENDO COMMENT DO NOT REMOVE */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body {
    background-color: #fff;
    font-family: Oswald, sans-serif;
}

#menu {
    padding: 0;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default {
    background-color: #fff;
    border: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #fff;
    color: #1bacec;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #1bacec;
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #5e5e5e;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff;
    color: #1bacec;
}

.dropdown-menu > li > a {
    color: #1bacec;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #f5f5f5;
    color: #1bacec;
    text-decoration: none;
}

.dropdown-menu {
    border-radius: 0;
    min-width: 155px;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-toggle {
    background-color: #fff;
}

.navbar-nav .open .dropdown-menu {
    background-color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #c779f8;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #b75def;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #c23334;
    color: #01528d;
    outline: 0 none;
    text-decoration: none;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

a:hover, a:focus {
    text-decoration: none;
}

#carrusel {
    padding: 0;
}

#carrusel > .row {
    margin-right: 0;
    margin-left: 0;
}

.car {
    padding-left: 0;
    padding-right: 0;
}

.carousel-indicators {
    bottom: -45px;
}

.carousel-indicators li {
    background-color: #ab9ff2;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    text-indent: -999px;
    width: 15px;
    margin: 0;
    border: 0 solid #ffffff;
}

.carousel-indicators .active {
    background-color: #84c2ec;
    height: 15px;
    margin: 0;
    width: 15px;
}

.carousel-caption {
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    bottom: 50px;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 20px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
    left: 9%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 60%;
    text-align: left;
    z-index: 10;
}

.carousel-caption p {
    margin: 0 20px;
}

.img-border {
    border: 3px solid #84c2ec;
}

h1 {
    font-family: Oswald, sans-serif;
    font-size: 21px;
    font-weight: 300;
    color: #FFF;
    margin: 0;
}

h2 {
    font-family: Oswald, sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #FFF;
}

h3 {
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #484848;
    text-transform: uppercase;
}

h4 {
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #838282;
    text-transform: uppercase;
}

#bienvenida {
    padding-top: 50px;
}

.carta-bienvenida {
    border-top: 6px solid #84c2ec;
    padding: 0;
}

.carta-bienvenida h1 {
    background-color: #84c2ec;
    margin: 0 60% 50px 0;
    text-align: center;
    padding: 5px 10px 10px;
}

.carta-bienvenida p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #3b3b3b;
    padding: 0 20px;
    line-height: 20px;
}

.tabla-modulos {
    padding: 0;
}

.modulos {
    display: table;
    width: 100%;
    height: 17em;
}

.modulos > div {
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 13em;
    width: 50%;
    max-width: 50%;
}

.modulos > div > .btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: transparent;
    border-color: transparent;
    color: #ffffff;
    font-style: italic;
    text-transform: uppercase;
    transition: padding 0.25s ease-in-out 0s;
}

.modulos > div > .btn:hover {
    padding: 0 25px 35px;
    font-weight: 700;
}

.modulos h1 {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}

.modulo1 {
    background-color: #84c2ec;
}

.modulo2 {
    background-color: #ab9ff2;
    border-radius: 0 20px 0 0;
}

.modulo3 {
    background-color: #1bacec;
    border-radius: 0 0 0 20px;
}

.modulo4 {
    background-color: #c779f8;
    border-radius: 0 0 20px 0;
}

.contenedor-cajas {
    background-image: url(../img/fondo-icons.jpg);
    background-size: cover;
    padding: 0;
}

.cajas {
    padding: 35px 0;
}

.cajas h2 {
    text-align: center;
}

.btn-primary {
    border-style: none;
}

.cajas a:hover h2 {
    text-decoration: none;
    color: #1bacec;
}

.caja-contacto {
    padding: 35px 0 0 0;
}

.footer {
    padding-bottom: 0;
}

.footer h1 {
    background-color: #84c2ec;
    margin: 0 60% 50px 0;
    padding: 8px 10px 10px;
    text-align: center;
}

.footer p {
    font-size: 11px;
    color: #484848;
    font-weight: 400;
    text-transform: uppercase;
}

.footer img {
    display: inline-block;
    float: left;
    padding-bottom: 10px;
    padding-right: 10px;
}

.contenedor {
    border-top: 6px solid #84c2ec;
    padding: 0 0 20px;
}

.contenedor h1 {
    background-color: #84c2ec;
    margin: 0 60% 4% 0;
    text-align: center;
    padding: 5px 10px 10px;
}

.contenedor2 {
    border-top: 6px solid #01528d;
    padding: 0 0 20px;
}

.contenedor2 h1 {
    background-color: #01528d;
    margin: 0 60% 4% 0;
    text-align: center;
    padding: 5px 10px 10px;
}

.titulos {
    background-color: #135991;
    color: #fff;
    font-weight: 300;
    font-size: 21px;
    text-align: center;
    padding: 5px 10px;
    margin: 20px 0;
}

.titulos2 {
    background-color: #1bacec;
    color: #fff;
    font-weight: 300;
    font-size: 21px;
    text-align: center;
    padding: 5px 10px;
}

.titulos3 {
    background-color: #b4e464;
    color: #fff;
    font-weight: 300;
    font-size: 21px;
    text-align: center;
    padding: 5px 10px;
}

.organizacion {
    text-align: center;
}

.organizacion p {
    font-size: 11px;
    color: #135991;
    font-weight: 400;
    text-transform: uppercase;
}

.c-cientifico {
    line-height: 25px;
}

.c-modulo {
    text-align: left;
    padding-left: 25%;
}

.temas {
    border: 6px solid #1bacec;
    margin-bottom: 50px;
}

.temas p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 29px;
    color: #3b3b3b;
    text-align: left;
    margin: 0 25px 25px 0;
    padding: 0;
    text-transform: none;
}

.temas li {
    color: #3b3b3b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 29px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: none;
}

.temas2 {
    border: 6px solid #1bacec;
    margin: 0 0;
}

.temas2 p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 29px;
    color: #3b3b3b;
    text-align: center;
    margin: 0 25px 25px 0;
    padding: 0;
    text-transform: none;
}

.temas3 p {
    color: #3b3b3b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin: 0 25px 10px 0;
    padding: 0;
    text-align: left;
    text-transform: none;
}

.temas3 h4 {
    font-size: 14px;
}

.temas-social {
    border: 6px solid #ab9ff2;
    margin-bottom: 50px;
}

.temas-social h1 {
    color: #fff;
    background-color: #ab9ff2;
}

.temas-social h3 {
    color: #ab9ff2;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.caja-social {
    background: #eaeaea none repeat scroll 0 0;
    margin-bottom: 2px;
    min-height: 70px;
    padding: 24px;
    border-radius: 10px;
    font-size: 20px;
}

.temas-social em {
    padding-left: 5px;
    padding-right: 5px;
    background-color: #999999;
    font-style: normal;
}

.img-cena {
    padding-bottom: 20px;
}

.contenedor-texto {
    padding: 50px;
}

.contenedor-texto2 {
    padding: 50px 50px 48px;
    border-left: 6px solid #1bacec;
}

.auspiciadores-txt p {
    color: #3b3b3b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    margin: 0 20px 20px 0;
    padding: 0;
    text-align: left;
    text-transform: none;
}

label {
    color: #1bacec;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}

.form-sp {
    padding: 0;
}

.btn-lg, .btn-group-lg > .btn {
    border-radius: 20px;
}

.btn-primary-a {
    background-color: #c779f8;
    border-color: #bb6ded;
    color: #ffffff;
}

.btn-primary-a:hover {
    background-color: #b35aeb;
    border-color: #b35aeb;
    color: #ffffff;
}

.hoteles-txt h1 {
    background-color: #01528d;
    margin: 0;
    padding: 5px 10px 10px;
    text-align: center;
}

.temas-carta {
    border: 6px solid #8ec53e;
    margin-bottom: 50px;
}

.temas-carta p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 29px;
    color: #3b3b3b;
    text-align: left;
    margin: 30px 200px;
    padding: 0;
    text-transform: none;
}

.temas-carta ol {
    color: #3b3b3b;
    text-align: left;
    margin: 30px 170px;
}

.titulos-carta {
    background-color: #8ec53e;
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    padding: 5px 10px;
    text-align: center;
}

.jueves {
    background: #b4e464 url(../img/jueves.png);
    border-radius: 20px;
}

.viernes {
    background: #8ec53e url(../img/viernes.png);
    border-radius: 20px;
}

.sabado {
    background: #1bacec url(../img/sabado.png);
    border-radius: 20px;
}

.calendario a {
    font-size: 21px;
    font-weight: 300;
    color: #FFF;
}

.calendario h3 {
    font-size: 21px;
    font-weight: 300;
    color: #FFF;
    padding-bottom: 80px;
}

.calendario p {
    color: #FFF;
    padding-top: 80px;
}

.row .contenedor-modulos {
    margin-left: 15px;
    margin-right: 15px;
}

.contenedor-modulos .col-md-14 {
    width: 100%;
}

.contenedor-modulos .col-md-1 {
    width: 7.14%;
    background-color: #01528d;
    color: #FFF;
    text-align: center;
    padding: 15px 0;
}

.contendor-modulos {
    padding-bottom: 50px;
}

.contenedor-modulos h3 {
    margin-top: 0;
}

.contenedor-modulos a {
    color: #FFF;
    text-decoration: none;
}

.contenedor-modulos a:hover {
    color: #aed8f6;
    text-decoration: none;
}

.programa {
    padding-top: 40px;
}

.fecha {
    background: #8ec53e none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    font-weight: 300;
    line-height: 100px;
}

.fecha2 {
    background: #84c2ec none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    font-weight: 300;
    line-height: 100px;
}

h6 {
    border: medium none;
    font-family: Oswald, sans-serif;
    font-size: 21px;
    font-weight: 300;
    color: #FFF;
    line-height: 70px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

h5 {
    color: #fff;
    font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
    font-size: 20px;
    margin-top: 0;
    text-transform: uppercase;
	padding-top: 15px;
}

h4 {
    font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
}

.fecha-modulo {
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.container .precongreso {
    width: 100%;
}

.jornada {
    background: #ab9ff2 none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    font-family: Oswald, sans-serif;
    font-weight: 300;
    line-height: 50px;
    padding-left: 0;
    padding-right: 0;
}

.jornada h5 {
    margin-bottom: 0;
}

.jornada > div:first-child {
    background: #cec7fb none repeat scroll 0 0;
}

.titulo-destacado4 {
    color: #fff;
    font-size: 1.25em;
}

.hora {
    background: #cdcbcb none repeat scroll 0 0;
    color: #c9480f;
    display: block;
    font-weight: 400;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}

.agenda .row.long {
    border-bottom: 1px dotted #666;
    min-height: 30px;
    padding-bottom: 10px;
}

.agenda {
    font-weight: 300;
}

.agenda p {
    color: #3b3b3b;
    margin: 10px 20px 10px 60px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.4em;
}

.agenda p.doctor {
    font-size: 11px;
    color: #000;
}

.agenda .row.mesa-preguntas-long {
    background: #eaeaea none repeat scroll 0 0;
    margin-bottom: 2px;
    min-height: 70px;
    padding-bottom: 8px;
}

.titulo-destacado2 {
    color: #eb7e12;
    font-weight: 400;
}

.jornadacafe {
    background: #009fe3 none repeat scroll 0 0;
    border-bottom: 25px solid #fff;
    border-top: 25px solid #fff;
    font-weight: 300;
    line-height: 50px;
    padding-left: 0;
    padding-right: 0;
}

.jornadacafe > div:first-child {
    background: #0162b1 none repeat scroll 0 0;
}

.jornadacafe2 {
    background: #009fe3 none repeat scroll 0 0;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
}

.jornadacafe-e {
    border-top: 22px solid #fff;
}

.jornadacafe-i {
    background: #84c2ec none repeat scroll 0 0;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
}

.jornadacafe3 {
    background: #009fe3 none repeat scroll 0 0;
    border-bottom: 10px solid #fff;
    border-top: 5px solid #fff;
}

.calendar > div > div:hover {
    background-color: #1bacec;
    border-radius: 20px;
}

.calendar > div > div {
    background-color: #8ec53e;
    border-radius: 20px;
}

.panel-default > .panel-heading {
    background-color: #1bacec;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-weight: 300;
    font-size: 21px;
    text-align: center;
    padding: 10px 10px;
}

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-default {
    border-color: #fff;
}

.panel-title {
    color: inherit;
    font-size: 21px;
    margin-bottom: 0;
    margin-top: 0;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 2px solid #e6e2fc;
}

.table-bordered {
    color: #ab9ff2;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    text-align: center;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

.boton-inscripciones {
    padding: 0;
}

.btn-inscripciones1 {
    background-color: #c779f8;
    border-color: #c779f8;
    color: #fff;
    border-radius: 20px;
    font-size: 18px;
    line-height: 1.33333;
    padding: 10px 16px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 20px;
}

.btn-inscripciones1 a {
    color: #FFF;
}

.btn-inscripciones1 a:hover {
    color: #ddaefb;
}

.t-titulo {
    background: #84c2ec none repeat scroll 0 0;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.t-titulo2 {
    background: #cec7fb none repeat scroll 0 0;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}

.destacado-h3 {
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #8ec53e;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.titulos4 {
    background-color: #c9480f;
    color: #fff;
    font-weight: 300;
    font-size: 21px;
    text-align: center;
    padding: 5px 10px;
}

.up-icon {
    background-color: #01528d;
    border-radius: 50%;
    bottom: 20px;
    padding: 15px 20px;
    position: fixed;
    right: 20px;
    color: #fff;
}

.well {
    background-color: #ffffff;
    border: 0 solid #e3e3e3;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 0;
    min-height: 0;
    padding: 0;
}

.collapsed {
    margin: 0 0 0 -15px;
}

.coll {
    margin: 0 0 0 -15px;
}

.row.precon {
    padding-top: 50px;
}

.img-link {
    padding-left: 6px;
}

.txt-tur {
    background-color: #1bacec;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 21px;
    font-weight: 300;
    padding: 10px;
    text-align: center;
}

.txt-tur2 {
    color: #3b3b3b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    padding: 0 20px;
}

.video {
    width: 100%;
    height: auto;
}

.listado-seleccionados {
    font-size: 16px;
    padding-bottom: 20px;
}

.listado-seleccionados li {
    padding-bottom: 40px;
}
.table-seleccionados .t-titulo {
    background: #1bacec none repeat scroll 0 0;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.table-seleccionados .t-titulo2 {
    background: #0a5a95 none repeat scroll 0 0;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    text-transform: none;
}
.table-seleccionados .t-titulo3 {
    background: #84c2ec none repeat scroll 0 0;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.seleccionados {
    padding: 0 0 20px 0;
}

.table-seleccionados td {
    font-size: 14px;
}
.table-seleccionados > thead > tr > th, .table-seleccionados > tbody > tr > th, .table-seleccionados > tfoot > tr > th, .table-seleccionados > thead > tr > td, .table-seleccionados > tbody > tr > td, .table-seleccionados > tfoot > tr > td {
    border: 1px solid #b4defb;
	color: #0a5a95;
}

@media screen and (max-width: 992px) {
	.container {
    width: auto;
    }
    #menu {
    font-size: 12px;
    }
    .temas-carta p {
        color: #3b3b3b;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 29px;
        margin: 30px;
        padding: 0;
        text-align: left;
        text-transform: none;
    }

    .temas-carta ol {
        color: #3b3b3b;
        margin: 30px 100px;
        text-align: left;
    }

    .contenedor-texto2 {
        border-left: 0 solid #1bacec;
    }

    .tabla-modulos {
        padding: 0 0 40px;
    }
}

@media screen and (max-width: 640px) {
    .panel-default > .panel-heading {
        left: auto;
    }

    .table-bordered {
        font-size: 11px;
    }

    .t-titulo {
        font-size: 7px;
    }

    .t-titulo2 {
        font-size: 7px;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 1px;
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: normal;
    }

    .table-responsive {
        overflow-y: auto;
        overflow-x: auto;
    }

    .temas-carta p {
        color: #3b3b3b;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 29px;
        margin: 30px 30px;
        padding: 0;
        text-align: left;
        text-transform: none;
    }

    .temas-carta ol {
        color: #3b3b3b;
        margin: 30px 70px;
        text-align: left;
    }

    .contenedor-texto2 {
    }
}

@media (max-width: 420px) {
    .modulos > div {
        display: inline-block;
        max-width: 100%;
        min-height: 120px;
        width: 100%;
    }

    .modulo1 h1 {
        padding-top: 40px;
    }

    .modulos > div > .btn {
        bottom: 0;
    }

    .modulos > div > .btn:hover {
        font-weight: 700;
        padding: 0 25px 20px;
    }

    .modulo2 {
        background-color: #8ec53e;
        border-radius: 0 0 0 0;
    }

    .modulo2 h1 {
        padding-top: 40px;
    }

    .modulo3 {
        background-color: #1bacec;
        border-radius: 0 0 0 0;
    }

    .modulo3 h1 {
        padding-top: 40px;
    }

    .modulo4 {
        background-color: #01528d;
        border-radius: 0 0 20px 20px;
    }

    .modulo4 h1 {
        padding-top: 40px;
    }

    .temas-carta p {
        color: #3b3b3b;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 29px;
        margin: 10px;
        padding: 0;
        text-align: left;
        text-transform: none;
    }

    .temas-carta ol {
        color: #3b3b3b;
        margin: 10px;
        text-align: left;
    }

    .contenedor-texto {
        padding: 10px;
    }

    .table-tur {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9px;
    }
}