
/** GALLERY STYLES **/

/** IMG GALLERY **/

.galleryContent{
    margin: auto;
    height:235px;
    width: 300px;
    border:1px solid #e4e4e4;
    padding:10px;    
    background-color:white
}

.galleryContent .imgGallery{
    max-height: 180px;
    max-width: 278px;
    margin:auto;
}

.vota{
    float: left;
    padding:12px 0px
}

.divVota{
    cursor: pointer;
}

.divVota img{
    width: 22px;
}

.titleTextContent{
    width: 300px;
    height:100px;
    margin:auto;
    text-align:left;
    word-wrap: break-word;
}

.noData{
    padding:20px;
    margin: 5px;
    font-size:20px;
    font-weight:bold;
    background-color: white;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

/** TEXT GALLERY **/

.textContent{
    padding: 20px;
    background-color: #f4f4f4;
    margin: 20px 0px;
}

.headContent{
    height: 20px;
}

.headContent img{
    cursor:pointer;
}

.titleText{
    width: 100%;
    word-wrap: break-word;
}

.imgSize{
    height:180px;
    width: 278px;
    background-color:#e4e4e4;
    text-align: center;
}

.contentVoteImg{
    height: 43px;
}

/** EMBED GALLERY **/

.embedContent{
    margin: auto;
    /*height:300px;
    width: 450px;*/ 
    height:235px;
    width: 300px;
    position:relative;
    border:1px solid #e4e4e4;
    padding:10px;    
    background-color:white
}

.iframeContent{
    /*height: 240px;*/
    height: 180px;
    width: 100%;
    overflow:hidden;
}

.embedContent .divVota{
    padding:12px 0px;
}

.titleTextEmbed{
    /*width: 450px;*/
    width: 300px;
    min-height:100px;
    margin:auto;
    word-wrap: break-word;
    /*height: 160px;
    position: relative;
    overflow-y: auto;
    margin-bottom: 20px;
    overflow-x: hidden;*/
}

.breadcrumb{
    margin:20px;
    background-color:white;
    border: 1px solid #e4e4e4;
}

.breadcrumb a{
    cursor: pointer;
    color:black;
    text-decoration:none;
}

.breadcrumb li.active{    
    font-weight:bold;
}

.right-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 4px solid #000000;
    border-right: 4px solid transparent;
    border-top: 0 dotted;
    border-left: 4px solid transparent;
    content: "";
}

.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

.countVotes{
    float:right;
    padding: 12px 0px;
}

.headContent .countVotes{
    float:left;
    padding: 0px 12px;
}

.content{
    min-height: 500px;
}

/** ESTILOS PARA GALERIA LOYALTY **/
.loyaltyGallery h4{
    margin-top:10px;
    margin-bottom:0px
}

.loyaltyGallery p{
    margin-bottom:0px;
}

.loyaltyGallery .contentItem{
    position:relative;border:1px solid #e4e4e4;padding:1px;width:99%
}

.loyaltyGallery .innerItem{
    width:100%;background-color:#f1f1f1;height:144px;margin:auto;display: table;
}

.loyaltyGallery .contentImg{
    width:100%;display:inline-block;vertical-align:middle;height:144px;
}

.loyaltyGallery .galleryImage{
    max-width:100%;max-height:144px;margin:auto;
}

.loyaltyGallery .footerImg{
    margin-right: 5px;
    padding-top:20px;
    font-size:12px;
    color:black;
    border-top: 1px solid white;
    margin-left: 5px; 
}

.loyaltyGallery .contentTxt{
    width:100%;overflow:hidden;height: 144px;display: table;margin:auto;
}