@charset "UTF-8";
/* Body */
body {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    background-color: #FFFFFF;
    text-align: left;
}
/* Container */
.contenedor {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
/* Header */
header {
    background-color: #131110;
}
.descripcion {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
}
.titulo-pagina {
    font-family: Raleway, Tahoma, Geneva, sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 18px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
}
.titulo-pagina-centr {
    font-family: Raleway, Tahoma, Geneva, sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 18px;
    display: block;
    text-transform: uppercase;
    text-align: center;
}
.titulo-pagina-chico {
    font-family: Raleway, Tahoma, Geneva, sans-serif;
    font-size: 17px;
    color: #939393;
    line-height: 17px;
    display: inline;
    font-weight: 400;
    margin-left: 10px;
    margin-bottom: 8px;
}
.copete {
    font-family: Raleway, Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #474747;
    line-height: 15px;
    display: block;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.contenedor {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    margin-top: 15px;
}
.logo {
    color: #fff;
    font-weight: bold;
    margin-left: auto;
    letter-spacing: 4px;
    margin-right: auto;
    text-align: center;
    padding-top: 15px;
    line-height: 2em;
    font-size: 22px;
}
.img-barra {
    width: 100%;
}
.img-encabezado {
    width: 100%;
}
.hero_header {
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    letter-spacing: 4px;
}
/* About Section */
.text_column {
    width: 90%;
    text-align: left;
    font-weight: lighter;
    line-height: 25px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #A3A3A3;
}
.gallery {
    clear: both;
    display: inline-block;
    width: 100%;
    background-color: #FFFFFF;
    /* [disabled]min-width: 400px;
*/
    padding-bottom: 35px;
    padding-top: 0px;
    margin-top: -5px;
    margin-bottom: 0px;
}
.thumbnail {
    width: 23%;
    text-align: center;
    float: left;
    margin-top: 35px;
    background-color: #F8F8F8;
    padding-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 3px;
    padding-top: 20px;
    border-bottom: 4px solid #6DC7D0;
}
.gallery .thumbnail h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #52BAD5;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}
.gallery .thumbnail p {
    margin: 0;
    color: #B3B3B3;
    text-align: left;
    padding-left: 20px;
}
/* More info */
.intro {
    background-color: #FFFFFF;
    padding-bottom: 35px;
}
.column {
    width: 50%;
    text-align: center;
    padding-top: 30px;
    float: left;
}
.intro .column h3 {
    color: #FFFFFF;
    text-align: center;
}
.intro .column p {
    color: #FFFFFF;
}
.cards {
    width: 100%;
    height: auto;
    max-width: 400px;
    max-height: 200px;
    opacity: 0.8;
}
.intro .column p {
    padding-left: 30px;
    padding-right: 30px;
    text-align: justify;
    line-height: 25px;
    font-weight: lighter;
    margin-left: 20px;
    margin-right: 20px;
    width: 80%;
    margin-top: 4%;
}
.button {
    width: 200px;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    transition: all 0.3s linear;
}
.button:hover {
    background-color: #6DC7D0;
    color: #FFFFFF;
    cursor: pointer;
}
.copyright {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #717070;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
}
footer {
    background-color: #B3B3B3;
    padding-top: 60px;
    padding-bottom: 60PX;
}
.intro {
    display: inline-block;
    background-color: #6DC7D0;
}
.profile {
    width: 50%;
}
.gallery .thumbnail .tag {
    color: #5D5E5D;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}
.txt-centrado {
    text-align: center;
}
.flotar {
    float: left;
    margin-left: auto;
    margin-right: auto;
}
.setentaporciento {
    align-content: center;
    width: 43%;
    margin-right: auto;
    margin-left: auto;
}
CSS Result Edit on .padre {
    background-color: #fafafa;
    border: 1px solid #ccc;
    padding: 0 1rem;
    margin: 1rem;
}
.hijo_uno {
    background-color: #BFBF29;
    /* IMPORTANTE */
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.hijo_dos {
    background-color: yellow;/* IMPORTANTE */
}
.fondoform {
    background-color: #E92C2F;
    /* [disabled]width: 50%;
*/
    margin-right: 20%;
    margin-left: 20%;
}
.margen-sup {
    margin-top: 20px;
    /* [disabled]font-weight: bold;
*/
    margin-left: 0px;
}
.fdo-naranja-claro {
    background-color: #FFCC00;
}
.fdo-naranja-osc {
    border-color: #FCA102;
    border-radius: 4px 4px 0px 0px;
    background-image: url(../img/navbar-fdo.gif);
    background-repeat: repeat-x;
    background-color: #FFA100;
}
.fdo-gris-osc {
    background-color: #868582;
    border-color: #FFFFFF;
    border-radius: 4px;
    height: 35px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    width: 0%;
}
.txt-blanco {
    color: #FFFFFF;
}
/*
/* Created by Filipe Pina
 * Specific styles of signin, register, component
 */
/*
 * General styles
 */
#playground-container {
    height: 500px;
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch;
}
body, html {
    height: 100%;
    font-family: 'Oxygen', sans-serif;
    background-color: #C6C6C6;
}
.main {
    margin: 50px 15px;
}
h1.title {
    font-size: 50px;
    font-family: 'Passion One', cursive;
    font-weight: 400;
}
.form-group {
    margin-bottom: 15px;
}
label {
    margin-bottom: 15px;
}
 input, input::-webkit-input-placeholder {
 font-size: 11px;
 padding-top: 3px;
}
.main-login {
    background-color: #fff;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.form-control {
    height: auto!important;
    padding: 8px 12px !important;
}
.input-group {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
}
#button {
    border: 1px solid #ccc;
    margin-top: 28px;
    padding: 6px 12px;
    color: #666;
    text-shadow: 0 1px #fff;
    cursor: pointer;
    -moz-border-radius: 3px 3px;
    -webkit-border-radius: 3px 3px;
    border-radius: 3px 3px;
    -moz-box-shadow: 0 1px #fff inset, 0 1px #ddd;
    -webkit-box-shadow: 0 1px #fff inset, 0 1px #ddd;
    box-shadow: 0 1px #fff inset, 0 1px #ddd;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0);
}
.main-center {
    margin-top: 30px;
    margin: 0 auto;
    max-width: 400px;
    padding: 10px 40px;
    background: #009edf;
    color: #FFF;
    text-shadow: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
}
span.input-group-addon i {
    color: #009edf;
    font-size: 17px;
}
.login-button {
    margin-top: 5px;
}
.login-register {
    font-size: 11px;
    text-align: center;
}
/* Created by Filipe Pina
 * Specific styles of signin, register, component
 */

.aclaracion {
    color: #FFFBC4;
    text-align: center;
    font-style: italic;
}
.instrucciones {
    text-align: center;
    background-color: #DADADA;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    line-height: 16px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.aqui {
    text-decoration: none;
    background-color: #14BADC;
    padding-right: 7px;
    padding-left: 5px;
    color: #FFFFFF;
}
.recuperar {
    text-align: center;
}
.fdo-naranja-top {
    background-color: #FF7A07
}
.derecha {
    text-align: right;
}
.titulo-video {
    margin-top: 0;
    margin-bottom: 5px;
    font-family: 'Titillium Web', sans-serif;
    display: inline-block;
}
.curso {
    margin-top: 0;
    margin-bottom: 2px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    text-align: right;
    color: #FF0004;
    display: inline-block;
    float: right;
}
.titilium {
    font-family: 'Titillium Web', sans-serif;
}
.pdng-top-10 {
    padding-top: 10px;
}
.reproductor {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #969696;
    background-color: #969696;
}
.bajar-carousel {
    top: 100%;
}
.panel-ch {
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 8px;
}
.panel-osc {
    background-color: #EB1B1E;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #CCCCCC;
    border-color: #ddd;
}
.nav-tabs > li > a {
    margin-top: 2px;
    padding-top: 12px;
    line-height: 90%;
    border: 1px solid #E5E5E5;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #EFEFEF;
    border: 1px solid #E5E5E5;
}
.donar {
    background-image: -webkit-linear-gradient(270deg, rgba(105,212,222,1.00) 0%, rgba(0,181,184,1.00) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(105,212,222,1.00) 0%, rgba(0,181,184,1.00) 100%);
    background-image: -o-linear-gradient(270deg, rgba(105,212,222,1.00) 0%, rgba(0,181,184,1.00) 100%);
    background-image: linear-gradient(180deg, rgba(105,212,222,1.00) 0%, rgba(0,181,184,1.00) 100%);
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    /* [disabled]border-radius: 4px;
*/
    margin-bottom: 4px;
    margin-top: -10px;
    line-height: 15px;
    display: inline-block;
}
.texto-donar {
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'Oxygen', sans-serif;
    font-size: small;
    vertical-align: middle;
    margin-top: 3px;
    margin-bottom: 3px;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    text-align: left;
    line-height: 14px;
    width: 65%;
}
.btn-donar {
    display: inline-block;
    /* [disabled]width: 20%;
*/
    margin-top: auto;
    margin-bottom: auto;
    height: 25px;
    padding-top: 2px;
    padding-bottom: 3px;
    font-weight: bold;
    border: 1px solid #F0F0F0;
    margin-right: 2px;
    margin-left: 2px;
    float: left;
}
.texto-donar3 {
    font-size: small;
    line-height: 100%;
    color: #A6A6A6;
    display: block;
    text-align: center;
}
.img-btn {
    /* [disabled]width: 125%;
*/
    /* [disabled]max-width: 90px;
*/
    /* [disabled]display: table-cell;
*/
    margin-left: -10px;
}
/* MODIFICACION PUNTOS NAVEGACION CAROUSEL */
.carousel-indicators {
    position: absolute;
    bottom: 3px;
    left: 50%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: -50%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0px;
    margin-right: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(136,136,136,1.00);
    border: 0px solid #FCBC01;
    border-radius: 0px;
}
.carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 0px;
    margin-right: 1px;
    background-color: #FBA100;
    border: 0px solid #696969;
}
.carousel-inner {
    margin-bottom: 14px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 6px 5px;
    margin-top: 6px;
    margin-right: 10px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 1px;
}
.navbar {
    min-height: 40px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}
.navbar-brand {
    height: 40px;
    padding-top: 9px;
    padding-right: 30px;
    padding-left: 15px;
    padding-bottom: 11px;
    font-size: 18px;
    line-height: 20px;
    float: left;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #A2A2A2;
    font-size: 12px;
    margin-left: -10px;
}

@media (min-width: 768px) {
.navbar-left {
    float: left !important;
}
.navbar-right {
    float: right !important;
    margin-right: -15px;
}
.navbar-right ~ .navbar-right {
    margin-right: 0;
}
}
.nav > li > a {
    position: relative;
    display: block;
    padding-top: 11px;
    padding-right: 6px;
    padding-bottom: 9px;
    padding-left: 4px;
    margin-right: 4px;
    margin-left: -2px;
}
.navbar-default .navbar-nav > li > a {
    color: #5B5B5B;
    font-size: 13px;
}
.navbar-nav {
    float: right;
}
/*PADDING DE ELEMENTO SELECCIONADO MENU DESPLEGABLE*/
.dropdown-toggle:focus {
    padding-left: 10px;
}
/* ACOMODAR DROPDOWN MENU EN TAMAÑO GRANDE */
.open > .dropdown-menu {
    margin-left: -3px;
}
/* PARA QUE NO SOBRESALGA RESALTADO HOVER DE ITEM MENU DESPLEGADO EN TAMAÑO GRANDE */
.dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #F2F2F2;
    position: relative;
    left: 10px;
    float: left;
    width: 100%;
}
/* ANCHO MAXIMO DEL CONTENIDO DE LA PAGINA - SE APLICA A CONTAINER FLUID */
.ancho-max-contenido {
    max-width: 900px;
    background-color: #FFFFFF;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    /* [disabled]width: 60%;
*/
}
.container-gral {
    background-color: #FFFFFF;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}
.portfolio {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.medidas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.scale80 {
    -ms-transform: scale(0.9, 0.9); /* IE 9 */
    -webkit-transform: scale(0.9, 0.9); /* Safari */
    transform: scale(0.9, 0.9); /* Standard syntax */
}
.bottom-0 {
    margin-bottom: 0px;
}

/*Codigo para que el menu colapse a un ancho mayor*/
@media (max-width: 991px) {
.navbar-header {
    float: none;
}
.navbar-left, .navbar-right {
    float: none !important;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-nav {
    float: none!important;
    margin-top: 7.5px;
}
.navbar-nav>li {
    float: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.collapse.in {
    display: block !important;
}
}

@media (min-width:768px) {
body {
    margin-top: 10px;
    margin-bottom: 10px;
}
}

@media (min-width:600px) {
.texto-donar {
    width: auto;
    float: left;
    margin-left: 3px;
    margin-top: 3px;
}
.texto-donar2 {
    float: left;
    margin-top: 5px;
}
}
.texto-donar2 {
    float: left;
    color: #FDFDFD;
    text-shadow: 0 1px 2px #3F3F3F;
}
.titulo-columna {
    font-family: Raleway, Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #474747;
    line-height: 17px;
    display: inline-block;
    font-weight: 400;
    width: 100%;
}
.titulo-columna-titilium {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    color: #474747;
    line-height: 17px;
    display: inline-block;
    font-weight: 400;
    width: 100%;
}
.titulo-columna-color {
    font-family: Raleway, Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 17px;
    display: inline-block;
    font-weight: 400;
    background-color: #000000;
    padding-top: 6px;
    padding-bottom: 3px;
    margin-bottom: 7px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
}
.titulo-columna-flex {
    font-family: Raleway, Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 17px;
    display: inline-block;
    font-weight: 400;
    /* [disabled]background-color: #E7284C;
*/
    padding-top: 6px;
    padding-bottom: 3px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
}
.video-descripcion {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    color: #474747;
    line-height: 15px;
    display: block;
    font-weight: normal;
    margin-bottom: 12px;
}
.video-thumb {
    padding-bottom: 2px;
}
.columna-grilla {
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #AAAAAA;
}
.columna-grilla-der {
    padding-right: 10px;
    padding-left: 10px;
}
.columna-grilla-izq {
    padding-right: 10px;
    padding-left: 10px;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
}
/*para que las imagenes no se separen de la descripcion*/
.img-responsive {
    display: inline
}
.recuadros {
    border: 1px solid #C7C7C7;
    -webkit-box-shadow: 1px 2px 4px #C8C8C8;
    box-shadow: 1px 2px 4px #C8C8C8;
    margin-bottom: 12px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.barra-top {
    padding-top: 6px;
    padding-bottom: 6px;
}
.destacado {
    background-color: #747474;
    color: #FDFDFD;
    padding-top: 4px;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 1px;
    text-align: center;
    border-radius: 4px;
}
.destacado2 {
    background-color: #C2DDE0;
    color: #000000;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 3px;
    text-align: center;
    border-radius: 4px;
}
.text-center-fdo {
    background-color: #7BB5BC;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    margin-left: -8px;
    margin-top: -8px;
    margin-right: -8px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.listado-kehilot {
    line-height: 22px;
}
.color1 {
    color: #FFFFFF;
    background-color: #804EA3;
    border-radius: 4px 4px 0px 0px;
}
.color2 {
    color: #FFFFFF;
    background-color: #3f87f6;
    box-shadow: 0px 0px 0px #3f87f6;
    -webkit-box-shadow: 0px 0px 0px #3f87f6;
}
.color3 {
    color: #FFFFFF;
    background-color: #FF4980;
    border-radius: 4px 4px 0px 0px;
}
.color4 {
    color: #FFFFFF;
    background-color: #009fa3;
    box-shadow: 0px 0px 0px #009fa3;
    -webkit-box-shadow: 0px 0px 0px #009fa3;
}
.panel-title-modif {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -10px;
    margin-bottom: -10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 5px;
}
.padding-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.pie {
    background-color: #FFA100;
    padding-top: 10px;
    line-height: 14px;
    padding-bottom: 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
hr.hr2 {
    clear: both;
    display: block;
    margin-top: 0.8em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: #575757;
    background-color: #575757;
    border-width: 0;
    height: 1px;
}

@media (min-width:768px) {
.pie {
    margin-bottom: 10px;
}
}
.item-desplegable {
    background-color: #E3E3E3;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-left: -15px;
    margin-right: -15px;
    line-height: 16px;
    border-radius: 5px;
    color: #333333;
    margin-top: -8px;
    margin-bottom: -4px;
}
a.link-plano:link {
    text-decoration: none;
}
a.link-plano:visited {
    text-decoration: none;
}
a.link-plano:hover {
    text-decoration: none;
}
a.link-plano:active {
    text-decoration: none;
}
/*eliminar subrayado del link acordeones */
a:hover, a:focus {
    font-weight: 400;
    text-decoration: none;
}
.alto-min-600 {
    min-height: 600px;
}
/* CSS para link leer mas / leer menos */
.read-more-state {
    display: none;
}
.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before {
    content: 'Ver más >>';
}
.read-more-state:checked ~ .read-more-trigger:before {
    content: '<< Ver menos';
}
.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #5CAAD1;
    font-size: .9em;
    line-height: 2;
    border-radius: .25em;
}
/* FIN CSS para link leer mas / leer menos */
.fdo-gris {
    background-color: #E4E4E4;
    width: 73%;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 20px;
    margin-bottom: 14px;
    border-radius: 5px;
    border-left-color: #B1B1B1;
    border-left-width: 1px;
    border-right-color: #B1B1B1;
    border-right-width: 1px;
    border-bottom-color: #B1B1B1;
    border-bottom-width: 1px;
    -webkit-box-shadow: 0px 0px 0px 1px #BEBEBE;
    box-shadow: 0px 0px 0px 1px #BEBEBE;
}
.fdo-gris-1-col {
    background-color: #E4E4E4;
    padding-right: 0px;
    padding-left: 0px;
    width: 24%;
    border-radius: 5px;
    margin-bottom: 14px;
    border-left-color: #B1B1B1;
    border-left-width: 1px;
    border-right-color: #B1B1B1;
    border-right-width: 1px;
    border-bottom-color: #B1B1B1;
    border-bottom-width: 1px;
    -webkit-box-shadow: 0px 0px 0px 1px #BEBEBE;
    box-shadow: 0px 0px 0px 1px #BEBEBE;
    height: 100%;
}
.celda {
    display: table-cell;
    /* [disabled]float: left;
*/
}
.fila {
    display: table-row;
}
.tabla {
    display: table;
}
/* estilos flex para columnas de igual alto - de https://codepen.io/ondrejsvestka/pen/gWPpPo */
/* display this row with flex and use wrap (= respect columns' widths) */

.row-flex {
    display: flex;
    flex-wrap: wrap;
}
/* vertical spacing between columns */

[class*="col-"] {
    /* [disabled]margin-bottom: 30px;
*/
}
.content {
    height: 100%;
    padding-top: 15px;
    /* [disabled]padding-right: 20px;
*/
    /* [disabled]padding-left: 20px;
*/
    /* [disabled]padding-bottom: 10px;
*/
    color: #fff;
}
.fdo-gris-bloques {
    background-color: #DFDFDF;
    color: #fff;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    /* [disabled]padding-top: 10px;
*/
    border-bottom-left-radius: 5px;
    border-left: 1px solid #AEAEAE;
    border-bottom: 1px solid #AEAEAE;
}
.fdo-gris-bloque-der {
    background-color: #DFDFDF;
    color: #fff;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    /* [disabled]padding-top: 10px;
*/
    border-right: 1px solid #AEAEAE;
    border-bottom: 1px solid #AEAEAE;
    border-bottom-right-radius: 5px;
}
.fdo-gris-bloque-der-sup {
    background-color: #DFDFDF;
    color: #fff;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    /* [disabled]padding-top: 10px;
*/
    border-right: 1px solid #AEAEAE;
    margin-bottom: -10px;
}
.fdo-gris-bloque-ctro {
    background-color: #DFDFDF;
    color: #fff;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    /* [disabled]padding-top: 10px;
*/
    border-bottom: 1px solid #AEAEAE;
}
.fdo-gris-bloque-ctro-sup {
    background-color: #DFDFDF;
    color: #fff;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    /* [disabled]padding-top: 10px;
*/
    margin-bottom: -10px;
}
.fdo-gris-bloque-izq {
    background-color: #DFDFDF;
    color: #fff;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    /* [disabled]padding-top: 10px;
*/
    border-bottom-left-radius: 5px;
    border-left: 1px solid #AEAEAE;
    border-bottom: 1px solid #AEAEAE;
}
.fdo-gris-bloque-izq-sup {
    background-color: #DFDFDF;
    color: #fff;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    /* [disabled]padding-top: 10px;
*/
    border-left: 1px solid #AEAEAE;
    margin-bottom: -10px;
}
.fdo-gris-bloque-solo {
    background-color: #DFDFDF;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #AEAEAE;
    border-left: 1px solid #AEAEAE;
    border-right: 1px solid #AEAEAE;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.fdo-gris-bloque-solo-sup {
    background-color: #DFDFDF;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #AEAEAE;
    border-right: 1px solid #AEAEAE;
    margin-bottom: -10px;
}
.colour-2-titulo {
    /* [disabled]background-color: #5490ED;
*/
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    /* [disabled]padding-top: 10px;
*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.colour-3 {
    margin-left: -5px;
    margin-right: -5px;
}
.colour-4 {
    background: #82204A;
}
.colour-5 {
    background: #558C8C;
}
.colour-6 {
    background: #917C78;
}
/* Fin estilos flex */

.fdo-gris2 {
    background-color: #C8C8C8;
}
.flecha-menu {
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 8px dashed;
    border-top: 8px solid \9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    color: #000000;
    margin-bottom: 2px;
}

.ver-mas-con-saltos {
	display: block;
}

.foto-izq {
    float: left;
    margin-right: 12px;
    margin-bottom: 8px;
    color: #FF7506;
    font-weight: bold;
    text-align: center;
    clear: left;
	
}

.foto-der {
    float: right;
    margin-left: 12px;
    margin-bottom: 8px;
    font-weight: bold;
    text-align: center;
    color: #FF7711;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
	
}
