@import url("https://fonts.googleapis.com/css?family=Oswald:400,700,300");

body{
background-color:#fff;
font-family: Oswald, sans-serif;
}
#menu{
	padding: 0px;
	font-family: Oswald, sans-serif;
	font-size: 20px;
	font-weight: 300;
}
.navbar {
	border-radius: 0px;
}
.navbar-default {
    background-color: #fff;
    border: 0px;
}
.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;
    border-bottom: 6px solid #1bacec;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #1bacec;
    color: #fff;
	border-bottom: 6px solid #1bacec;
}
.navbar-default .navbar-nav > li > a {
    color: #01528d;
}
.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: 0px;
    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: #8ec53e;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #77a435;
}
.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: 0px;
    padding-right: 0px;
}
.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}
#carrusel{
	padding: 0px;
}
#carrusel > .row{
	margin-right: 0px;
	margin-left: 0px;
}
.car {
	padding-left: 0px;
	padding-right: 0px;
}
.carousel-indicators {
    bottom: -45px;
}
.carousel-indicators li {
    background-color: #01528d;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    text-indent: -999px;
    width: 15px;
	margin: 0px;
	border: 0px solid #ffffff;
}
.carousel-indicators .active {
    background-color: #8ec53e;
    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 0px 0px 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 #01528d;
}
h1 {
	font-family: Oswald, sans-serif;
	font-size: 21px;
	font-weight: 300;
	color: #FFF;
	margin: 0px;
}
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: #01528d;
	text-transform: uppercase;
}
#bienvenida {
	padding-top: 50px;
}
.carta-bienvenida {
	border-top: 6px solid #8ec53e;
	padding: 0px;
}
.carta-bienvenida h1 {
	background-color: #8ec53e;
	margin: 0px;
	margin-right: 60%;
	text-align: center;
	padding: 5px 10px;
	margin-bottom: 50px;
}
.carta-bienvenida p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
	padding: 0 20px;
	line-height: 20px;
}
.tabla-modulos {
	padding: 0px
}
.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: none;
	color: #ffffff;
	font-style: italic;
	text-transform: uppercase;
    transition: padding 0.25s ease-in-out 0s;
}
.modulos > div > .btn:hover {
	padding: 0 25px 50px;
	font-weight: 700;
}
.modulo1 {
	background-color:#b4e464;
}
.modulo2 {
	background-color:#8ec53e;
	border-radius: 0 20px 0 0;
}
.modulo3 {
	background-color:#1bacec;
	border-radius: 0 0 0 20px;	
}
.modulo4 {
	background-color:#01528d;
	border-radius: 0 0 20px 0;
}
.contenedor-cajas{
	background-image:url(../img/fondo-utilidades.png);
	background-size: cover;
}
.cajas h2{
	text-align:center;
}
.btn-primary {
	border-style: none;
}
.cajas img {
    transition: padding 0.25s ease-in-out 0s;
}
.cajas a:hover img {
    padding: 0 0px 8px;
}
.cajas a:hover h2 {
	text-decoration: none;
}
.section-info {
	background-image:url(../img/fondo-utilidades2.png);
	padding: 0px;
}
.section-info .btn {
	position: absolute;
	bottom: 0px;
	right: 20px;
	background-color: transparent;
	border-color: none;
	color: #1bacec;
	font-style: italic;
	text-transform: uppercase;
    transition: padding 0.25s ease-in-out 0s;
}
.section-info .btn:hover {
	padding: 0 25px 25px;
	font-weight: 700;
}
.section-info  h2{
	text-align: center;
	color: #fff;
}
.temas-libres {
	background-color: #fff;
	padding: 65px 0px;
	border-bottom: 4px solid #1bacec;
}
.temas-libres  h2{
	color: #1bacec;
}
.caja-contacto {
	padding: 35px 0 0 0;
}
.footer h1{
	background-color: #1bacec;
	margin: 0 60% 70px 0;
    padding: 5px 10px;
    text-align: center;
}
.footer p{
	font-size: 11px;
	color: #135991;
	font-weight: 400;
	text-transform: uppercase;
}
.footer img {
	display: inline-block;
    float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}
.contenedor {
	border-top: 6px solid #8ec53e;
	padding: 0px;
	padding-bottom: 20px;
}
.contenedor h1 {
	background-color: #8ec53e;
	margin: 0 60% 4% 0;
	text-align: center;
	padding: 5px 10px;
}
.contenedor2 {
	border-top: 6px solid #01528d;
	padding: 0px;
	padding-bottom: 20px;
}
.contenedor2 h1 {
	background-color: #01528d;
	margin: 0 60% 4% 0;
	text-align: center;
	padding: 5px 10px;
}
.titulos {
	background-color: #135991;
	color: #fff;
	font-weight: 300;
	font-size: 21px;
	text-align: center;
	padding: 5px 10px;
	margin: 20px 0px;
}
.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: 50px;
}
.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;
}
.temas2 {
	border: 6px solid #1bacec;
	margin: 50px 0px;
}
.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;
}
.temas-social {
	border: 6px solid #8ec53e;
	margin-bottom: 50px;
}
.temas-social h3 {
    color: #8ec53e;
    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: 4px 50px 50px;
	border-left: 6px solid #1bacec;
}
label {
    color: #1bacec;
    font-family: Oswald,sans-serif;
    font-size: 18px;
    font-weight: normal;
	text-align: left;
}
.form-sp{
	padding: 0px
}
.btn-lg, .btn-group-lg > .btn {
    border-radius: 20px;
}
.btn-primary-a {
    background-color: #b4e464;
    border-color: #8ec53e;
    color: #ffffff;
}
.btn-primary-a:hover {
    background-color: #8ec53e;
    border-color: #8ec53e;
    color: #ffffff;
}
.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-image:url(../img/jueves.png);
	background-color: #b4e464;
	border-radius: 20px;
}
.viernes {
	background-image:url(../img/viernes.png);
	background-color: #8ec53e;
	border-radius: 20px;
}
.sabado {
	background-image:url(../img/sabado.png);
	background-color: #1bacec;
	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 0px;
}
.contendor-modulos {
	padding-bottom: 50px;
}
.contenedor-modulos h3{
	margin-top: 0px;
}
.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: #1bacec 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: 100px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
h5 {
    color: #fff;
    font-family: "Oswald","Arial Narrow",Arial,sans-serif;
    font-size: 24px;
    line-height: 50px;
    margin-top: 0;
    text-transform: uppercase;
}
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: 0px;
	padding: 0px;
}
.container .precongreso {
	width: 100%;
}
.jornada {
    background: #8ec53e none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
	font-family: Oswald, sans-serif;
    font-weight: 300;
    line-height: 50px;
	padding-left: 0px;
	padding-right: 0px;
}
.jornada h5 {
	margin-bottom: 0px;
}
.jornada > div:first-child {
    background: #c9480f 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;
}
.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: 0px;
    border-top-right-radius: 0px;
}
.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 #8ec53e;
}
.table-bordered {
    color: #3f4040;
    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: 0px;
}
.btn-inscripciones1 {
    background-color: #fd7032;
    border-color: #e1622a;
    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:#e1622a;
}
.t-titulo {
    background: #81b436 none repeat scroll 0 0;
    color: #fff;
    font-family: Oswald,sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.t-titulo2 {
    background: #b4e464 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;
}
.temas3 {
    border: 6px solid #c9480f;
    margin-bottom: 50px;
}
.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: 18px 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;
}
.container.jornada {
    display: inline-block;
}
.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;
}
.seleccionados {
	padding: 0px 0 80px 0;
}
.table-seleccionados td {
	font-size: 14px;
}
@media screen and (max-width: 992px) {
	.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: 0px 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: none; 
	overflow-x: none;  
    }
	.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: 0px;
}
.modulos > div > .btn:hover {
    font-weight: 700;
    padding: 0 25px 20px;
}
.modulo2 {
    background-color: #8ec53e;
    border-radius: 0 0px 0 0;
}
.modulo2 h1 {
	padding-top: 40px;
}
.modulo3 {
    background-color: #1bacec;
    border-radius: 0 0 0 0px;
}
.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;
}
}