/*ESTILOS CONTENEDOR SOCIAL*/
@font-face {
    font-family: 'exolight';
    src: url('./fonts/exo-light.eot');
    src: url('./fonts/exo-light.eot?#iefix') format('embedded-opentype'),
         url('./fonts/exo-light.ttf') format('truetype'),
         url('./fonts/exo-light.svg#exolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('./fonts/OpenSans/opensans-regular.eot');
    src: url('./fonts/OpenSans/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('./fonts/OpenSans/opensans-regular.ttf') format('truetype'),
         url('./fonts/OpenSans/opensans-regular.svg#exolight') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('./fonts/OpenSans/opensans-light.eot');
    src: url('./fonts/OpenSans/opensans-light.eot?#iefix') format('embedded-opentype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-light.ttf') format('truetype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-light.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LibreBaskervilleRegular';
    src: url('./fonts/librebaskerville-regular.woff2') format('woff2'),
         url('./fonts/librebaskerville-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.cred_lector {
    color: rgba(225, 119, 30, 1);
}

/*IFRAME EWALL*/
.boxFrame1,
.boxFrame2 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.frameEwall,
.frameEpic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.closeFrame1,
.closeFrame2 {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 2px solid #00d4fa;
    background-image: url("../imgSocial/close.svg");
    background-repeat: no-repeat;
}

/*MOSAICO LIBROS*/
.containMosaic {
    position: absolute;
    top: 0;
    margin: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 1);
}

.containMosaic .closeMosaic{
    position: absolute;
    width: auto;
    height: 100%;
    top: 1px;
    right: 0;
    cursor: pointer;
    box-sizing:border-box;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: rgba(43, 126, 182, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 16px;
    line-height: 32px;
    padding: 0 10px;
}

.containMosaic .closeMosaic:hover {
    background-color: rgba(43, 126, 182, 0.3);
}

.containMosaic .userMosaic{
    position: absolute;
    width: auto;
    height: 100%;
    top: 1px;
    left: 0;
    cursor: pointer;
    box-sizing:border-box;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: rgba(43, 126, 182, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 16px;
    line-height: 32px;
    padding: 0 20px;
}

.containMosaic .backMosaic{
    position: absolute;
    display: none;
    width: auto;
    height: 100%;
    top: 1px;
    left: 80px;
    cursor: pointer;
    /*background-image: url('../imgSocial/arrowBackWhite.svg');*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing:border-box;
    background-color: rgba(43, 126, 182, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 16px;
    line-height: 32px;
    padding: 0 10px;
    margin-left: 1%;
}

.ltotal_viewer .boxMenu {
    position: absolute;
    width: 300px;
    top: 54px;
    background-color: #0D2637;
    -webkit-box-shadow: 0px 4px 17px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 17px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 17px 0px rgba(0,0,0,0.75);
    box-sizing: border-box;
    padding: 20px 0px;
    overflow: hidden;
}

.ltotal_viewer .boxMenuButton {
    width: 100%;
    display: block;
    height: 40px;
    background-color: #0D2637;
    line-height: 40px;
    color: black;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'open_sanslight';
    box-sizing: border-box;
}

.ltotal_viewer .boxMenuButton:hover {
    background-color: rgba(0, 212, 250, 0.08);
}

.ltotal_viewer .boxMenuButton .boxMenuIcon {
    position: absolute;
    width: 60px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 28px 22px;
    background-position: 16px 8px;
}

.ltotal_viewer .boxMenuButton .boxMenuLabel {
    position: absolute;
    width: calc(100% - 60px);
    height: 40px;
    margin-left: 60px;
}

.ltotal_viewer .boxMenuButton .boxMenuIcon.regist {
    background-image: url("/estaticosED/files/css/ltotal/menu_icons/regist.png");
}

.ltotal_viewer .boxMenuButton .boxMenuIcon.login {
    background-image: url("/estaticosED/files/css/ltotal/menu_icons/login.png");
}

.ltotal_viewer .boxMenuButton .boxMenuIcon.logout {
    background-image: url("/estaticosED/files/css/ltotal/menu_icons/logout.png");
}

.ltotal_viewer .boxMenuButton .boxMenuIcon.contact {
    background-image: url("/estaticosED/files/css/ltotal/menu_icons/contact.png");
}

.ltotal_viewer .boxMenuButton .boxMenuIcon.guia {
    background-image: url("/estaticosED/files/css/ltotal/menu_icons/guia.png");
}

.ltotal_viewer .boxMenuButton .boxMenuIcon.preg {
    background-image: url("/estaticosED/files/css/ltotal/menu_icons/preg.png");
}

.ltotal_viewer .boxMenuButton .boxMenuIcon.fav {
    background-image: url("/estaticosED/files/css/ltotal/menu_icons/fav.png");
}

.ltotal_viewer .boxMenuButton .boxMenuIcon.hist {
    background-image: url("/estaticosED/files/css/ltotal/menu_icons/hist.png");
}

.ltotal_viewer .boxMenuButton .boxMenuIcon.newnote {
    background-image: url("/estaticosED/files/css/ltotal/menu_icons/newnote.png");
}

.ltotal_viewer .boxMenuButton .boxMenuIcon.notes {
    background-image: url("/estaticosED/files/css/ltotal/menu_icons/notes.png");
}

.ltotal_viewer .boxMenuButton .boxMenuIcon.cuenta {
    background-image: url("/estaticosED/files/css/ltotal/menu_icons/cuenta.png");
}

.containMosaic .boxBread{
    position: relative;
    right: 0;
    width: 100%;
    height: 32px;
    margin-top: 20px;
    text-align: center;
    box-sizing: border-box;
}

.containMosaic .boxPilars {
    height: 32px;
}

.containMosaic .boxLogo {
    position: absolute;
    width: 70%;
    height: 50px;
    margin: 1px 15% 0 15%;
    background-image: url('../img/ltotalLogo.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.containMosaic .boxTabs{
    height: 24px;
    margin-top: 10px;
    position: relative;
    width: 100%;
    display: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
}

.containMosaic .pilarBtn{
    position: relative;
    box-sizing: border-box;
    width: 10%;
    height: 100%;
    margin-right: 1%;
    margin-top: 1px;
    background-color: rgba(43, 126, 182, 0.3);
    border: 1px solid rgba(255,255,255,0.3);
    display: inline-block;
    font-family: 'exolight', arial;
    color: white;
    cursor: pointer;
    font-size: 18px;
}

.containMosaic .pilarSearch {
    position: absolute;
    right: 60px;
    width: 240px;
    margin-right: 0;
}

.containMosaic .txtpilar{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: auto;
    line-height: 32px;
    text-align: center;
    font-family: 'exolight', arial;
    color: white;
}

.containMosaic .boxSearchMsg{
    color: white;
    font-size: 15px;    
    display: none;
    height: 22px;
    line-height: 22px;
    margin-top: 5px;
    padding-right: 10px;
    text-align: center;
}

.pilarSearch .searchLT{
    position: absolute;
    left: 0;
    box-sizing: border-box;
    width: 90%;
    height: 100%;
    border: none;
    background-color: transparent;
    text-align: center;
    font-family: 'exolight', arial;
    color: #ffffff;
    outline: 0;
    font-size: 16px;
}

.pilarSearch .iconSearch {
    position: absolute;
    right: 0px;
    width: 16%;
    height: 100%;
    cursor: pointer;
    box-sizing: border-box;
    background-image: url('../img/search.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.pilarSearch .iconSearch.active {
    background-image: url('../img/searchClose.svg');
}

.containMosaic .boxSearchMos {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 46px;
    margin-left: 0;
    overflow: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 17px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 17px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 17px 0px rgba(0,0,0,0.75);
}

.containMosaic .boxMosaic {
    position: relative;
    box-sizing: border-box;
    left: 0%;
    width: 100%;
    height: calc(100% - 60px);
    overflow: hidden;
    margin-top: 5px;
}

.boxMosaicFull {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-color: black;
}

.containMosaic .gridBox {
    position: relative;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}

.containMosaic .gridBoxSmall {
    box-sizing: border-box;
    margin-left: 0%;
    width: 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contentViewer .caratula_libro, 
.boxMosaic .caratula_imagen, 
.boxMosaic .caratula_musica {
    display: inline-block;
    float: left;
    position: absolute;
    box-sizing: border-box;
    width: 160px;
    height: 205px;
    cursor: pointer;
    background-image: url('../imgSocial/libroPerspectiva_1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-box-shadow: -5px 5px 20px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    -5px 5px 20px 0px rgba(0, 0, 0, 0.4);
    box-shadow:         -5px 5px 20px 0px rgba(0, 0, 0, 0.4);
}

.boxMosaic .caratula_imagen{
    background-image: url("");
}

.boxMosaic .caratula_musica {
    background-image: url("");
    -webkit-box-shadow: -5px 5px 20px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow:    -5px 5px 20px 0px rgba(0, 0, 0, 0);
    box-shadow:         -5px 5px 20px 0px rgba(0, 0, 0, 0);
}

.boxMosaic .caratula_palabra {
    background-color: #0d2637;
    display: inline-block;
    float: left;
    position: absolute;
    box-sizing: border-box;
    width: 240px;
    height: 60px;
    cursor: pointer;
}

.contentViewer .caratula_banner {
    position: absolute;
    width: 1000px;
    height: 352px;
    color: white;
    background-color: #192023;
    overflow: hidden;
    text-align: justify;
    font-size: 15px;
    line-height: 22px;
}

.contentViewer .caratula_banner .banner_wrap_top {
    position: relative;
    width: 90%;
    margin-left: 5%;
    margin-top: 22px;
}

.contentViewer .caratula_banner .banner_wrap_middle {
    position: absolute;
    height: 22px;
}

.contentViewer .caratula_banner .banner_wrap_bottom {
    overflow: hidden;
    width: 90%;
    margin-left: 5%;
}

.contentViewer .caratula_banner .name, 
.contentViewer .caratula_banner .title {
    font-size: 17px;
    font-weight: bold;
}

.contentViewer .caratula_banner .title,
.contentViewer .caratula_banner .author {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contentViewer .caratula_banner .banner_openbook {
    position: absolute;
    top: -100%;
    width: 80%;
    color: #00d4fa;
    cursor: pointer;
}

.contentViewer .caratula_banner .banner_vermas {
    position: absolute;
    color: #00d4fa;
    cursor: pointer;
    bottom: 10px;
    right: 5%;
}

.contentViewer .caratula_banner .banner_wrap_share {
    position: relative;
    top: 0px;
    float: right;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../css/ltotal/imagenes/social/shareImg_2.svg');
    box-sizing: border-box;
}

.contentViewer .caratula_banner .banner_wrap_favorite {
    position: relative;
    top: 0px;
    float: right;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/star_5.svg');
    box-sizing: border-box;
}

.contentViewer .caratula_banner .banner_wrap_favorite.favorite {
    background-image: url('../img/star_6.svg');
}

.contentViewer .caratula_banner .banner_close {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url(../imgSocial/close5.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.contentViewer .caratula_banner .book_cover_text {
    line-height: normal;
}

.containMosaic .caratula_palabra .erase_favorite_btn,
.containMosaic .caratula_palabra .erase_bitac_btn,
.containMosaic .caratula_imagen .erase_favorite_btn,
.containMosaic .caratula_imagen .erase_bitac_btn,
.containMosaic .caratula_musica .erase_favorite_btn,
.containMosaic .caratula_musica .erase_bitac_btn,
.containMosaic .caratula_libro .erase_favorite_btn,
.containMosaic .caratula_libro .erase_bitac_btn,
.containMosaic .caratula_libro .erase_foto_promo_libro_btn,
.containMosaic .caratula_libro .erase_regalo_libro_btn {
    position:absolute;
    width:30%;
    height:20px;
    border:1px solid rgba(255, 255, 255, 0.5);
    color: red;
    text-align: center;
    top: 94%;
    left: 30%;
    background-color: rgba(43, 126, 182, 0.9);
    background-image: url('../img/close.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.containMosaic .caratula_libro .cont_novedad {
    width: 100%;
    position: absolute;
    bottom: -20px;
}

.containMosaic .caratula_libro .rec_novedad {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(43, 126, 182, 0.9);
    color: white;
    font-family: Verdana;
    font-size: 10pt;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 36%;
    height: 20px;
    line-height: 20px;
}

.containMosaic .cell.paldic {
    height: 100%;
    width: 100%;
}

.contentViewer div[class^="cell "] {
    display: none;
    position: absolute;
    box-sizing: border-box;
    width: 147px;
    height: 195px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.containMosaic .cell .nopublico {
    background-color: #d4004d;
    border: 1px solid #333333;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    bottom: -3px;
    color: white;
    font-family: sans-serif;
    font-size: 10pt;
    padding: 3px 0;
    position: absolute;
    text-align: center;
    width: 98%;
}

.containMosaic .cell .speaker_bg {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 9px;
    left: 11px;
    border-radius: 100%;
    background-color: transparent;
    background-image: url('../imgSocial/speaker.svg');
    background-size: 90% 90%;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
}

.containMosaic .cell .boxCellInfo {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 108%;
}

.containMosaic .bci_data {
    color: white;
    width: 100%;
    font-size: 13px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.containMosaic .bci_data.odd {
    color: #00d4fa;
}

.containMosaic .bci_data.small {
    font-size: 11px;
}

.containMosaic .cell_label {
    display: none;
    background-color: #0d2637;
    color: white;
    line-height: 30px;
    height: 30px;
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    overflow: hidden;
    font-family: OpenSans;
}

.containMosaic .cell_label .tag_label {
    position: absolute;
    top: 0;
    left: 20px;
    width: 88%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}

.containMosaic div[class^='cell_label 18_'] .tag_label {
    left: 45px;
}

.containMosaic .cell_label .tag_label .wds_lbl {
    font-weight: bold;
    letter-spacing: 0.8px;
}

.containMosaic .cell_label .erase_label_bitac_btn {
    position:absolute;
    top: 10%;
    width: 20px;
    height: 80%;
    left: 15px;
    background-image: url('../img/trash.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.containMosaic .cell_label.txtsearch {
    background-color: rgba(8,90,105,1);
}

.containMosaic .cell_label .tag_folder {
    top: 0;
    float: right;
    width: 30px;
    height: 100%;
    background-image: url('../img/triOff.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.containMosaic .cell_label.cells_semihidden .tag_folder {
    background-image: url('../img/triOn.svg');
}

.containMosaic .cell_label .tag_see_more {
    visibility: hidden;
    top: 0;
    float: right;
    width: auto;
    height: 100%;
    padding: 0 0 0 10px;
    font-size: 13px;
}

.containMosaic .cell_label.cells_semihidden .tag_see_more {
    visibility: visible;
}

.containMosaic .cell_label .rec_novedad {
    top: 0;
    float: right;
    width: 40px;
    height: 100%;
    background-color: rgba(43, 126, 182, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
    font-family: Verdana;
    font-size: 10pt;
    line-height: 24px;
    text-align: center;
    box-sizing:border-box;
}

.boxMosaic .banner_label {
    visibility: hidden;
    height: 5px;
}

.containMosaic .horiz_btn {
    position: absolute;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.containMosaic .horiz_btn.btn_left {
    left: 0;
    background-image: url("../img/arrowBack.svg");
}

.containMosaic .horiz_btn.btn_right {
    right: 0;
    background-image: url("../img/arrowNext.svg");
}

.containMosaic .tag_cells_counter {
    display: block;
    position: absolute;
    width: 54px;
    height: 34px;
    text-align: center;
    background-color: #ccc;
    box-sizing: border-box;
    text-transform: none;
    line-height: 13px;
    color: black;
    font-size: 13px;
    font-weight: bolder;
    padding: 4px 0px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: -3px 4px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    -3px 4px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         -3px 4px 5px 0px rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

.containMosaic .tag_cells_counter::after{
    position: absolute;
    top: 0px;
    content: '';
    width: 20px;
    height: 0px;
    left: -32px;
    border-right: 15px solid #ccc;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
}

.containMosaic .tag_cells_counter:hover {
    transform: scale(0.95);
}

.gridBoxSmall div[class*="cell 6_"]:hover {
    background-color: transparent;
}

.gridBoxSmall .art_thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.gridBoxSmall div.caratula {
    box-sizing: border-box;
    background-image: url('../imgSocial/libroCargando.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: -5px 5px 20px 0px rgba(0, 0, 0, 0.4);
}

.boxMosaic .caratula_imagen div[class*="cell 6_"], 
.boxMosaic .caratula_imagen div[class*="cell 31_"] {
    width: 100%;
    height: 100%;
    background-size: contain;
}

.gridBoxSmall .cell:hover{
    border: 1px solid rgba(255,255,255,0);
    -webkit-box-shadow: 0px 9px 25px 9px rgba(0, 100, 255, 0.3);
    -moz-box-shadow:    0px 9px 25px 9px rgba(0, 100, 255, 0.3);
    box-shadow:         0px 9px 25px 9px rgba(0, 100, 255, 0.3);
}

.gridBoxSmall .cell .tag_counter{
    background: #faba3e linear-gradient(to bottom, #fcd589, #faba3e);
    border: 1px solid #f4a306;
    border-radius: 50%;
    bottom: -5%;
    box-shadow: 0 1px rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.08);
    color: black;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    left: 40%;
    width: 20px;
    padding: 1px 0;
    position: absolute;
    text-align: center;    
    text-shadow: 0 1px rgba(0, 0, 0, 0.25);    
}

.containMosaic .caraSlider {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

/*ESTILOS A ALBUM MUSICA*/
.contentViewer.ltotal_viewer .book_cover_text {
    position: relative;
    top: 20px;
    left: 9%;
    width: 86%;
    text-align: center;
    color: #FFF;
    box-sizing: border-box;
    font-size: 14px;
    font-family: LibreBaskervilleRegular, serif;
    font-variant: small-caps;
    text-shadow: 2px 2px 3px rgba(0,0,0,1);
}

.contentViewer .book_cover_text.hyphen,
.contentViewer .dvd_text.hyphen {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.contentViewer .book_cover_text .smaller,
.contentViewer .dvd_text .smaller {
    font-size: 13px;
}

.containMosaic .boxPalabra {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    width: 90%;
    height: 80%;
    overflow: hidden;
    background-color: transparent;
    padding: 5px;
    text-overflow: ellipsis;
}

.containMosaic .boxPalabra .word_cover_text {
    position: relative;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    word-wrap: break-word;
    text-overflow: ellipsis;
    box-sizing: border-box;
    font-size: 16px;
    font-family: OpenSans;
    overflow: hidden;
    line-height: 18px;
    height: 18px;
}

.containMosaic .boxPalabra .word_cover_text.paldicReci {
    margin-top: 10px;
}

.containMosaic .boxPalabra .dicc_title_cover_text {
    position: relative;
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    color: #00d4fa;
    line-height: 13px;
    font-family: OpenSans;
    margin-top: 9px;
    height: 15px;
}

.containMosaic .music_album {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../imgSocial/music_album_red.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.containMosaic .music_single {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../imgSocial/music_single_blue.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.containMosaic .dvd_text{
    position: relative;
    width: 80%;
    left: 10%;
    top: 15px;
    font-size: 14px;
    line-height: 18px;
    color: beige;
    font-family: arial;
    text-align: center;
    text-overflow: ellipsis;
    font-family: open_sansregular, sans-serif;
    text-shadow: 2px 2px 3px rgba(0,0,0,1);
}

.containMosaic .featured_tape, .new_tape {
    position: absolute !important;
    width: 60% !important;
    height: 25% !important;
    left: 40% !important;
    top: 75% !important;
    background-repeat: no-repeat;
}
/*REEMPLAZO DE ESTILOS DEL LIBRO TOTAL*/

/*ESTILOS IMAGE VIEWER*/
.boxViewerImg{
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    background-color: rgba(0,0,0,1);
}

.boxViewerImg .tools {
    display: none;
}

.boxViewerImg .label{
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 90px;
    bottom: 0px;
    right: 0;
    padding: 7px 5px 7px 5px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background-color: rgba(0,0,0,0.3);
    font-family: 'exolight', arial;
    text-overflow:ellipsis;
}

.boxViewerImg .infoLabel{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 50px;
    cursor: pointer;
    border: 2px solid #808080;
    background-image: url('../img/info.svg'); 
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.boxViewerImg .boxTextLabel{
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.boxViewerImg .labelBox{
    position: absolute;
    box-sizing: border-box;
    left: 0;
    width: 100%;
    bottom: 0px;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}

.boxViewerImg .label_titulo{
    color: #fff;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.boxViewerImg .label_autor{
    color: #f9bb00;
    font-size: 15px;
    padding-bottom: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.boxViewerImg .boxArrow{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}

.boxViewerImg .arrowLeft{
    position: absolute;
    width: 50px;
    height: 100%;
    left: 0;
    background-image: url('../img/arrowBack.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.boxViewerImg .arrowLeft:active {
    transform: scale(0.5);
}

.boxViewerImg .arrowRight{
    position: absolute;
    width: 50px;
    height: 100%;
    right: 0;
    background-image: url('../img/arrowNext.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

    bottom: 8px;
.boxViewerImg .arrowRight:active {
    transform: scale(0.5);
}

.boxViewerImg .boxInfo{
    position: absolute;
    top: 60%;
    left: 10%;
    width: 80%;
    height: 27px;
    text-align: center;
    box-sizing: border-box;
}

.boxViewerImg .send_img_to_editor {
    position: relative;
    top: 0px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    margin-right: 5px;
    background-size: 100% 100%;
    background-image: url('../img/send_2.svg');
    box-sizing: border-box;
}

.boxViewerImg .share_img {
    position: relative;
    top: 0px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background-size: 100% 100%;
    background-image: url('../css/ltotal/imagenes/social/shareImg.svg');
    box-sizing: border-box;
}

.boxViewerImg .infoImage {
    position: relative;
    top: 0px;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    cursor: pointer;
    background-image: url(../img/infoImage.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.boxViewerImg .tag_favorite {
    position: relative;
    top: 0px;
    width: 25px;
    height: 25px;
    background-size: 35px 35px;
    background-position: center;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url('../img/star_3.svg');
    box-sizing: border-box;
}

.boxViewerImg .tag_favorite.favorite {
    background-image: url('../img/star_4.svg'); 
}

.boxViewerImg .editImage {
    position: relative;
    top: 0px;
    display: none;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    background-image: url(../img/pencil_white.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
} 

.boxViewerImg .eraseImage {
    position: relative;
    top: 0px;
    display: none;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    background-image: url(../img/garbage_white.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.boxViewerImg .novedadImage {
    position: relative;
    top: 0px;
    display: none;
    width: 15px;
    height: 15px;
    right: 0%;
    margin-left: 5px;
    margin-right: 5px;
    background-color: rgba(43, 126, 182, 0.9);
    border-radius: 50%;
}

.boxViewerImg .cantImg {
    position: relative;
    top: -7px;
    display: inline-block;
    width: auto;
    height: 25px;
    line-height: 25px;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    font-family: 'exolight',arial;
    text-align: justify;
    box-sizing: border-box;
}

.boxViewerImg .closeViewer{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
    border: 2px solid #808080;
    cursor: pointer;
    background-image: url('../img/close.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/*CONSOLA DEL LIBRO TOTAL*/
#div_console{
    color: aqua;
    left: 0%;
    width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-align: justify;
    z-index: 9999;
    overflow: auto;
    background-color: rgba(255,255,255,1)
}

/*HOVER CARATULITAS*/
.containMosaic .boxHoverLabelMosaic{
    top: 0;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}

.containMosaic .boxHoverLabelMosaic .boxTxt{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    width: 90%;
    height: 92%;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1); 
    background-color: rgb(245, 239, 220);
    padding: 10px 7px 10px 7px;
    font-family: 'exolight', arial;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.containMosaic .boxHoverLabelMosaic .tag_titulo_imagen,
.containMosaic .boxHoverLabelMosaic .tag_agrupador,
.containMosaic .boxHoverLabelMosaic .tag_titulo_proyecto,
.containMosaic .boxHoverLabelMosaic .tag_autor_libro,
.containMosaic .boxHoverLabelMosaic .tag_country{
    position: absolute;
    top: 3%;
    left: 2%;
    padding: 0;
    margin: 0;
    width: 96%;
    max-height: 55%;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    box-sizing: border-box;
    font-size: 13px;
    color: #a50101;
    font-family: arial;
    font-weight: bold;
    text-align: center;
}

.containMosaic .boxHoverLabelMosaic .tag_titulo_imagen::after {
  content:'...';
  position: absolute;
  top: 80%;
  right: 0;
}

.containMosaic .boxHoverLabelMosaic .tag_autor_imagen,
.containMosaic .boxHoverLabelMosaic .tag_year{
    position: absolute;
    left: 2%;
    padding: 0;
    margin: 0;
    width: 96%;
    height: auto;
    bottom: 30px;
    font-size: 15px;
    color: #333;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    text-overflow: ellipsis;
}

.containMosaic .boxHoverLabelMosaic .tag_info {
    position: absolute;
    left: 0%;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 20px;
    bottom: 0px;
    color: #000;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    font-family: arial;
    font-weight: bold;
    background-color: rgba(0,0,0,0.2);
}

.containMosaic .boxHoverLabelMosaic .tag_info:active{
    transform: scale(0.95);
}
/*FIN. HOVER CARATULITAS*/

/*LOADER ITEM CSS*/
.boxLoader{
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 36px;
    height: 36px;
    -webkit-animation: rota 0.5s linear infinite;
    -moz-animation: rota 0.5s linear infinite;
    animation: rota 0.5s linear infinite;
}

.boxLoader .circleA{
    position: absolute;
    box-sizing: border-box;
    top: 0%;
    left: 0%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: white;
}

.containMosaic .pilarSelec {
    border-left: 4px solid #00d4fa;
    border-right: 4px solid #00d4fa;
}

/*estilos del scroll mosaic*/
.containMosaic .boxMosaic .scrollMosaic {

}

.containMosaic .boxMosaic .scrollMosaic .boxScrollBtn {
    background-color: rgba(255,255,255,0.2);
    width: 10px;
}

.containMosaic .boxMosaic .scrollMosaic .scrollBtn {
    background-color: rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.3); 
    width: 10px;
}

/*Menu contextual de texto*/
.contextualMenu {
    position:absolute;
    height: 50px;
    box-sizing: border-box;
    overflow: hidden;
}

.contextualMenu .menuBtn {
    margin-left: 2px;
    display: inline-block;
    cursor: pointer;
    padding: 6px 14px;
    background-color: black;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    font-family: 'exolight', arial;
}
/*FIN. Menu contextual de texto*/

/*Estilos TabsManager*/
.TabsManager .bookTab {
    position: relative;
    float: left;
    width: 0px;
    height: 100%;
    font-size: 14px;
    color: white;
    line-height: 24px;
    margin-left: 10px;
    margin-top: 1px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0px 7px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.TabsManager .bookTab:hover {
    background-color: rgba(43, 126, 182, 0.3);
    color: white;
    text-shadow: 1px 1px #333333;
}

.TabsManager .bookTab:first-child {
    margin-left: 0;
}

.TabsManager .bookTab.active {
    background-color: rgba(43, 126, 182, 0.3);
    color: white;
    text-shadow: 1px 1px #333333;
    border-left: 2px solid #00d4fa;
}

.TabsManager .bookTab .buttonClosePesta {
    position: absolute;
    width: 20px;
    height: 100%;
    right: 0px;
    top: 0px;
    background-image: url("../imgSocial/close.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.TabsManager .bookTab .buttonClosePesta:hover {
    border: 1px solid red;
}

.TabsManager .bookTab .tab_label {
    width: 90%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.TabsManager .buttonClose {
    float: right;
    background-image: url("../imgSocial/close.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 2px solid #00d4fa;
    cursor: pointer;
    height: 30px;
    width: 30px;
    box-sizing: border-box;
}
/*FIN. Estilos TabsManager*/

/*Estilos Login*/
.boxLogin .loginField,
.boxContact .contactField {
    width: 100%;
    height: 26px;
    margin-top: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 0 none;
    font-size: 18px;
    outline: 0 none;
    padding: 10px 0 10px 9px;
    position: relative;
}
.boxContact .contactMsg {
    height: 30%;
}
.boxLogin .loginHeader,
.boxContact .contactHeader {
    color: #3f2a18;
    font-size: 17px;
    font-family: Times New Roman,Times,serif;
    margin: 10px 0;
    text-align: center;
}
.boxLogin .loginBtn,
.boxContact .contactBtn {
    color: #b87f23;
    cursor: pointer;
    font-size: 17px;
    height: 20px;
    left: 25%;
    line-height: 20px;
    margin-top: 20px;
    position: relative;
    text-align: center;
    width: 50%;
}
.boxLogin .loginBtn:hover,
.boxContact .contactBtn:hover {
    color: #CFB21D;
}
.boxLogin .loginShowReg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    font-size: 16px;
}
.boxLogin .loginShowRecClave {
    position: absolute;
    left: inherit;
    bottom: 0;
    right: 0;
    width: auto;
    font-size: 16px;
}
.boxLogin .loginRegReadPTI,
.boxLogin .loginRegReadMGU,
.boxContact .contactReadPTI,
.boxContact .contactReadMGU {
    color: #b87f23;
    cursor: pointer;
}
.boxContact .contact_cont {
    width: 190px;
    margin-left: calc(50% - 95px);
    margin-top: 30px;
}
.boxContact .btn_contact {
    position: relative;
    width: 60px;
    height: 60px;
    display: inline-block;
    margin: 16px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.boxContact .whatsapp {
    background-image: url('ltotal/imagenes/social/whatsapp.png');
}
.boxContact .mail {
    background-image: url('ltotal/imagenes/social/mail.png');
}

.boxContact .lnk_whatsapp {
    position: absolute;
    width: 100%;
    height: 100%;
}
/*FIN. Estilos Login*/

.ltotal_viewer .conn_err_box {
    position: relative;
    top: calc(30% - 50px);
    left: calc(50% - 180px);
    width: 360px;
    height: 100px;
    background-color: #fff;
    color: #333333;
    text-align: center;
    line-height: 30px;
    padding-top: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
}

/*Estilos para clientes (EJ: YACHAY)*/
.containMosaic .client_cell .nopublico {
    display: none;
}
/*FIN. Estilos para clientes (EJ: YACHAY)*/

/*START Estilos alert mi biblioteca*/
.boxAlrtMiBib .txtHoverMiBib {
  color: #005e9c;
  cursor:pointer;
}

.boxAlrtMiBib .txtHoverMiBib:hover {
  color: #0320f7;
  font-size: 1.01em;
}
/*END Estilos alert mi biblioteca*/

/*ANIMACIONES CSS*/
@-webkit-keyframes musicPulse {
    0% {
        -webkit-transform: scaley(1.0);
    }
    50% {
        -webkit-transform: scaley(0.2);
    }
    100% {
        -webkit-transform: scaley(1.0);
    }
}

@-moz-keyframes musicPulse {
    0% {
        -moz-transform: scaley(1.0);
    }
    50% {
        -moz-transform: scaley(0.2);
    }
    100% {
        -moz-transform: scaley(1.0);
    }
}

@keyframes musicPulse {
    0% {
        transform: scaley(1.0);
    }
    50% {
        transform: scaley(0.2);
    }
    100% {
        transform: scaley(1.0);
    }
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.6;
    }
    40% {
        opacity: 1;
        
    }
    100% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.6;
    }
    40% {
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.6;
    }
    40% {
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

@-webkit-keyframes rota {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes rota {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}

@keyframes rota {
    from { transform: rotate(0deg) }
    to { transform: rotate(360deg) }
}

/*MEDIA QUERIES*/
/* pantallas en width maximo 2200px*/ 
@media screen and (min-width: 1981px) and (max-width: 2800px) {
    
}
/* pantallas en width maximo 1920px*/ 
@media screen and (min-width: 1611px) and (max-width: 1980px) {
    .contentViewer .book_cover_text {
        font-size: 16px;
    }
    .contentViewer .book_cover_text .smaller {
        font-size: 15px;
    }
}

/*pantallas en width maximo 1600px */
@media screen and (min-width: 1281px) and (max-width: 1610px) {
    .contentViewer .caratula_libro{
        width: 137px;
        height: 180px;
    }
    .boxMosaic .caratula_imagen{
        width: 137px;
        height: 180px;
    }
    .boxMosaic .caratula_musica{
        width: 137px;
        height: 180px;
    }
    .contentViewer div[class^="cell "] {
        width: 125px;
        height: 171px;
    }
    /*.containMosaic div[class^="cell oldltotal_oldltotal"] {
        width: 137px;
        height: 185px;
    }*/
}

/* pantallas en width maximo 1280px*/ 
@media screen and (min-width: 1026px) and (max-width: 1280px) and (max-height: 800px)  {
    .contentViewer .caratula_libro{
        width: 122px;
        height: 160px;
    }
    .boxMosaic .caratula_imagen{
        width: 122px;
        height: 160px;
    }
    .boxMosaic .caratula_musica{
        width: 122px;
        height: 160px;
    }
    .contentViewer div[class^="cell "] {
        width: 113px;
        height: 152px;
    }
}

/* pantallas en width maximo 1280px y height maximo 1000px*/
@media screen and (min-width: 1026px) and (max-width: 1280px) and (min-height: 801px) and (max-height: 1000px)  {
    .contentViewer .caratula_libro{
        width: 122px;
        height: 160px;
    }
    .boxMosaic .caratula_imagen{
        width: 122px;
        height: 160px;
    }
    .boxMosaic .caratula_musica{
        width: 122px;
        height: 160px;
    }
    .contentViewer div[class^="cell "] {
        width: 113px;
        height: 152px;
    }
}

/* pantallas en width maximo 1024px*/ 
@media only screen and (min-width: 600px) and (max-width: 1025px) and (max-height: 768px) and not(orientation: portrait){
    .contentViewer .caratula_libro{
        width: 110px;
        height: 145px;
    }
    .boxMosaic .caratula_imagen{
        width: 110px;
        height: 145px;
    }
    .boxMosaic .caratula_musica{
        width: 110px;
        height: 145px;
    }
    .contentViewer div[class^="cell "] {
        width: 102px;
        height: 138px;
    }
}

/* IPADS Y IPADS PRO BIG AND SMALL (landscape) */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape),
only screen and (min-width: 1112px) and (max-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-width: 1366px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .containMosaic .boxBread{
        height: 30px;
    }
    .containMosaic .txtpilar{
        font-size: 14px;
        line-height: 28px;
    }
    .contentViewer .caratula_libro{
        width: 130px;
        height: 177px;
    }
    .boxMosaic .caratula_imagen{
        width: 130px;
        height: 177px;
    }
    .boxMosaic .caratula_musica{
        width: 130px;
        height: 177px;
        margin: 15px 16px;
    }
    .boxMosaic .caratula_palabra {
        width: 200px;
    }

    .contentViewer .caratula_banner {
        width: 80%;
    }

    .contentViewer div[class^="cell "] {
        width: 120px;
        height: 171px;
    }

    .boxViewerImg .infoLabel {
        display: none;
    }
    .containMosaic .cell_label .tag_label {
        font-size: 16px;
    }
    .containMosaic .pilarSearch {
        width: 164px;
    }
}

/* IPADS Y IPADS PRO BIG AND SMALL (portrait) */
@media only screen and (min-device-width : 765px) and (max-device-width : 780px) and (orientation : portrait),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {  
    .containMosaic .boxBread{
        height: 30px;
    }
    .containMosaic .txtpilar{
        font-size: 18px;
        line-height: 30px;
    }
    .contentViewer .caratula_libro{
        width: 117px;
        height: 168px;
    }
    .boxMosaic .caratula_imagen{
        width: 117px;
        height: 168px;
    }
    .boxMosaic .caratula_musica{
        width: 117px;
        height: 168px;
        margin: 15px 16px;
    }
    .boxMosaic .caratula_palabra {
        width: 200px;
    }

    .contentViewer .caratula_banner {
        width: 80%;
    }

    .boxBread .txtpilar{
        font-size: 14px;
    }
    .containMosaic .boxMosaic{
        height: 94%;
    }
    .contentViewer div[class^="cell "] {
        width: 110px;
        height: 161px;
    }
    .boxViewerImg .infoLabel {
        display: none;
    }
    .containMosaic .cell_label .tag_label {
        font-size: 16px;
    }
    .containMosaic .pilarSearch {
        width: 124px;
    }
}

/* IPHONE 6 (landscape) */
@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : landscape) {
    .containMosaic {
        background-color: black;
    }
    .containMosaic .boxBread{
        height: 50px;
        margin: 0;
    }

    .contentViewer .caratula_libro, 
    .boxMosaic .caratula_imagen, 
    .boxMosaic .caratula_musica {
        width: 114px;
        height: 155px;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
    }

    .boxMosaic .caratula_palabra {
        width: 200px;
    }

    .contentViewer .caratula_banner {
        width: 100%;
        height: 264px;
    }

    .caratula_libro .book_cover_text {
        font-size: 13px;
        top: 15px;
    }
    .contentViewer .book_cover_text .smaller {
        font-size: 12px;
    }
    .caratula_musica .dvd_text{
        top: 10px;
        font-size: 14px;
        line-height: 18px;
    }
    .containMosaic .pilarBtn{
        width: 33.3%;
        height: 100%;
        margin: 0;
    }
    .containMosaic .txtpilar{
        font-size: 16px;
    }
    .containMosaic .pilarSearch {
        width: 40px;
        right: 0;
        display: inline-block;
        height: 100%;
        background-color: inherit;
        margin-top: 0%;
        border: none;
    }
    .boxSearchMos .searchLT {
        font-size: 16px;
        width: 74%;
        margin-left: 13%;
        height: 40px;
        margin-top: 40px;
        text-align: center;
        border-radius: 7px;
        border: 1px solid #ccc;
        box-sizing: border-box;
        outline: none;
    }
    .boxSearchMos .buttonSearch {
        width: 44%;
        height: 35px;
        line-height: 35px;
        margin-top: 10px;
        margin-bottom: 40px;
        margin-left: 28%;
        text-align: center;
        border-radius: 5px;
        color: white;
        font-family: 'open_sanslight';
        background-color: #808080;
    }
    .boxSearchMos .boxSearchClean {
        position: absolute;
        top: 49px;
        right: 15%;
        width: 24px;
        height: 24px;
        cursor: pointer;
        background-image: url('../imgSocial/close6.svg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        box-sizing: border-box;
    }
    .pilarSearch .iconSearch {
        width: 40px;
    }
    .containMosaic .userMosaic {
        border: none;
        background-color: transparent;
        background-image: url('../img/menu.svg');
        width: 8%;
    }
    .containMosaic .backMosaic {
        border: none;
        left: 7%;
        width: 8%;
        background-image: url('../imgSocial/arrowBackWhite.svg');
        background-color: transparent;
        margin-left: 0;
    }
    .containMosaic .closeMosaic {
        border: none;
        background-color: transparent;
        background-image: url('../imgSocial/close.svg');
        width: 9%;
    }
    .containMosaic .boxMosaic{
        height: 86%;
    }
    .contentViewer div[class^="cell "] {
        width: 108px;
        height: 149px;
    }
    .contentViewer div[class^="cell "]:hover{
        border: none;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
    }

    .containMosaic .cell_label .tag_label {
        left: 10px;
        width: 85%;
    }
    .containMosaic .cell_label.cells_semihidden .tag_folder {
        display: none;
    }
    .containMosaic .cell_label .tag_see_more {
        padding-right: 10px;
        font-size: 12px;
    }
    .ltotal_viewer .boxMenu {
        width: 100%;
        top: 46px;
        margin-left: 0;
    }

    .boxViewerImg {
        background-color: rgb(0, 0, 0);
    }
    .boxViewerImg .infoLabel {
        display: none;
    }
    .boxViewerImg .label_titulo { 
        font-size: 17px;
    }
    .boxLogin .loginHeader, .boxContact .contactHeader {
        margin: 0px;
    }
    .boxContact input.contactField {
        height: 10px;
    }
    .boxContact textarea.contactField {
        height: 16%;
    }
    .containMosaic .cell_label .tag_label {
        font-size: 14px;
    }

    .containMosaic div[class^='cell_label 18_'] .tag_label {
        left: 40px;
    }

    .containMosaic .cell_label .erase_label_bitac_btn {
        left: 15px;
    }
}

/* IPHONE 6 (portrait) */
@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : portrait) {  
    .containMosaic {
        background-color: black;
    }
    .containMosaic .boxBread{
        height: 50px;
        margin: 0;
    }

    .contentViewer .caratula_libro,
    .boxMosaic .caratula_imagen, 
    .boxMosaic .caratula_musica {
        width: 114px;
        height: 155px;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
    }

    .boxMosaic .caratula_palabra {
        width: 150px;
    }

    .contentViewer .caratula_banner {
        width: 100%;
    }

    .caratula_libro .book_cover_text {
        font-size: 13px;
        top: 15px;
    }
    .contentViewer .book_cover_text .smaller {
        font-size: 12px;
    }
    .caratula_musica .dvd_text{
        top: 10px;
        font-size: 14px;
        line-height: 18px;
    }
    .containMosaic .pilarBtn{
        height: 100%;
        width: 33.3%;
        margin: 0;
    }
    .containMosaic .txtpilar{
        font-size: 16px;
    }
    .containMosaic .pilarSearch {
        width: 40px;
        right: 0;
        display: inline-block;
        height: 100%;
        background-color: inherit;
        margin-top: 0;
        border: none;
    }
    .boxSearchMos .searchLT {
        font-size: 16px;
        width: 74%;
        margin-left: 13%;
        height: 40px;
        margin-top: 40px;
        text-align: center;
        border-radius: 7px;
        border: 1px solid #ccc;
        box-sizing: border-box;
        outline: none;
    }
    .boxSearchMos .buttonSearch {
        width: 44%;
        height: 35px;
        line-height: 35px;
        margin-top: 10px;
        margin-bottom: 40px;
        margin-left: 28%;
        text-align: center;
        border-radius: 5px;
        color: white;
        font-family: 'open_sanslight';
        background-color: #808080;
    }
    .boxSearchMos .boxSearchClean {
        position: absolute;
        top: 49px;
        right: 15%;
        width: 24px;
        height: 24px;
        cursor: pointer;
        background-image: url('../imgSocial/close6.svg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        box-sizing: border-box;
    }
    .pilarSearch .iconSearch {
        width: 40px;
    }
    .containMosaic .userMosaic {
        border: none;
        background-color: transparent;
        background-image: url('../img/menu.svg');
        width: 12%;
    }
    .containMosaic .backMosaic {
        border: none;
        left: 12%;
        width: 10%;
        background-image: url('../imgSocial/arrowBackWhite.svg');
        background-color: transparent;
        margin-left: 0;
    }
    .containMosaic .closeMosaic {
        border: none;
        background-color: transparent;
        background-image: url('../imgSocial/close.svg');
        width: 12%;
    }
    .containMosaic .boxMosaic{
        height: 92%;
    }
    .contentViewer div[class^="cell "] {
        width: 108px;
        height: 149px;
    }
    .contentViewer div[class^="cell "]:hover{
        border: none;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
    }
    .containMosaic .cell_label .tag_label {
        left: 7px;
        width: 80%;
    }
    .containMosaic .cell_label.cells_semihidden .tag_folder {
        display: none;
    }
    .containMosaic .cell_label .tag_see_more {
        padding-right: 7px;
        font-size: 12px;
    }
    .ltotal_viewer .boxMenu {
        width: 100%;
        top: 46px;
        margin-left: 0;
    }

    .boxViewerImg {
        background-color: rgb(0, 0, 0);
    }
    .boxViewerImg .infoLabel {
        display: none;
    }
    .boxViewerImg .label_titulo {
        font-size: 13px;
    }
    .boxViewerImg .label_autor {
        font-size: 12px;
    }
    .boxViewerImg .boxInfo {
        top: 50%;
        height: 30%;
    }
    .containMosaic .cell_label .tag_label {
        font-size: 14px;
    }

    .containMosaic div[class^='cell_label 18_'] .tag_label {
        left: 30px;
    }

    .containMosaic .cell_label .erase_label_bitac_btn {
        left: 6px;
    }
}