/*                      INDEX
==========================================================================================*/
.tab-content
{
    height:500px;
    
}
.divWhiteTransparent
{
background-color: #FFF;
padding: 5px;
opacity: 0.9;
border-radius: 3px;    
}
.divBlueTransparent
{
background-color: #0083CE;
color:white;
padding: 5px;
opacity: 0.9;
border-radius: 3px;    
}
._mostxt
{
    padding:5px;
}
._mosTitle
{
    background-color: #0083CE;
    color:white;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    height:50px;
    opacity:0.9;
    
}
.divWhiteTransparent a
{
    color:#0083CE;
    text-decoration:underline;    
}
.mosaicoX
{
    position: relative;
    margin-bottom:20px;
}
.mosaico
{
    position:relative;
    padding:10px;
    float:left;
    margin-left:10px;
    border:1px solid #f1f1f1;
    width:200px;
}
.imgShop
{
    width:80%;
    height:80%;
}
.tagPrice
{
    position:absolute;
    bottom: 5px;
    right: 5px;
}
._dvMB
{
    margin-top:10px;
}

._titleDetalle
{
    font-size:30px;
}
._dvDetalleImg
{
    width:300px;
    height:300px;
}
._detallesProductos
{
    position:relative;
    padding:10px;
}
._dvDetalleLinks
{
    position:absolute;
    right:10px;
    bottom:10px;
}
._mosTitle
{
    display:none;
}