/**** Last Update: 28/07/2017 *****/
/* Hoja de estilos panel detalle del carrusel */

.lightBoxContent {
    text-align: left
}
.lightBoxContent #content {
    position: relative;
    float: none;
    width: auto;
    padding: 1em 4.8em 3em;
    background: none
}
.lightBoxContent .img {
    display: block;
    margin: 0 auto
}
.lightBoxContent.withGallery .img {
    margin-top: 1em
}
.lightBoxContent h1 {
    font: normal 1.4em Georgia, "Times New Roman", Times, serif;
    color: #373734;
    padding-left: 0;
}
.lightBoxContent h1.mainTitle {
    font: 1.8em/1.1em Georgia, "Times New Roman", Times, serif;
    color: #313131;
    text-transform: none;
    padding-top: 0;
    padding-left: 0;
}
.lightBoxContent .date {
    font: normal 12px Georgia, "Times New Roman", Times, serif;
    font: italic 1.2rem Georgia, "Times New Roman", Times, serif;
    color: #96968b;
    margin-top: 10px;
}
.lightBoxContent .who {
    display: block;
    margin-top: .5em;
    font: normal 12px Georgia, "Times New Roman", Times, serif;
    font: normal 1.2rem Georgia, "Times New Roman", Times, serif;
}
.lightBoxContent .miembro {
    display: block;
    margin-top: .5em;
    font: italic 12px Georgia, "Times New Roman", Times, serif;
    font: italic 1.2rem Georgia, "Times New Roman", Times, serif;
}
.lightBoxContent .desc {
    display: block;
    margin-top: 10px;
    color: #373734;
    font: normal 16px Georgia, "Times New Roman", Times, serif;
    font: normal 1.6rem Georgia, "Times New Roman", Times, serif;
    line-height: 22px;

}
.lightBoxContent .wysiwyg {
    font-size: 1.2em;
    margin-top: 3em;
}
.lightBoxContent .link {
    font: normal 16px Georgia, "Times New Roman", Times, serif;
    font: normal 1.6rem Georgia, "Times New Roman", Times, serif;
    text-decoration: underline;
}
.lightBoxContent .prev,
#lightBox .next {
    position: absolute;
    top: 45%;
    margin-top: -22px;
}
.lightBoxContent .prev {
    left: 0
}
.lightBoxContent .next {
    right: 0
}
.num {
    position: absolute;
    right: 4.5em;
    top: 0;
    display: block;
    text-align: right;
    font-size: 1.1em;
    color: #726c63
}
.lightBoxContent .formulario .submit {
    font-size: 1em;
    font-weight: normal;
    background: url("/_layouts/15/images/CSMR/bck_lightbox.png") no-repeat scroll 0 0 transparent;
    padding-left: 1.4em;
    padding-top: 0.3em;
    width: 12.6em;
}
.lightBoxContent .ibarraB {
    padding-bottom: 1.2em;
    background: url(/_layouts/15/images/CSMR/bck_titleLightBox.gif) no-repeat 50% 100%;
    color: #272111;
    text-transform: uppercase;
    font-size: 1.1em
}
#lightBox .ibarraB span {
    font-size: 1.5em
}
.lightBoxContent .cBl,
#lightBox .cBr {
    bottom: 3px
}
.chrome .lightBoxContent .cBl,
.chrome #lightBox .cBr {
    bottom: 2px
}
.opera .lightBoxContent .cBl,
.opera #lightBox .cBr {
    bottom: 4px
}
.lightBoxContent .contrasenaIzq {
    float: left;
    width: 50%;
}
.lightBoxContent .contrasenaIzq p {
    width: 22em;
}
.lightBoxContent .contrasenaDer {
    float: left;
    width: 50%;
}
.lightBoxContent #olvidoContrasena {
    margin-top: 1em;
}
.lightBoxContent #olvidoContrasena #email {
    width: 16em;
}
.lightBoxContent ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lightBoxContent ul li {
    padding:1em 0;
}
#olvidoContrasena .submit {
    background: url("/_layouts/15/images/CSMR/btn_submit_bg_217.png") repeat-x scroll 0 0 transparent;
    border: medium none;
    padding: 0.2em 1em 0.4em;
    vertical-align: middle;
    width: 217px;
    height: 25px;
    font: 0.9em/1.7em Georgia, "Times New Roman", Times, serif;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}