﻿.goBack
{
    width: 50px;
    height: 50px;
    display:block;
    margin-left: 10px;
    margin-top: 10px;
    background-image: url(/Images/Icons/back.png);
    background-repeat:no-repeat;
    background-size:100% 100%;         
}

.lblHid
{
    color: #FF0;
    font-weight: bolder;
    float:right;
}
        
.btnHid
{
    /*padding: 5px 10px;
    border: 1px solid black;
    background-color: #f5f5f5;
    /*border-radius: 5px;*/
    color: #444;
    font-weight: bold;
    font-family: Arial;
    float:right;
    
    border-radius: 0.7em 0px;
    padding: 0.7em 1.4em;
    border: none;
    box-shadow: inset 4px -30px 100px -41px rgba(0,0,0,0.8);
    font-size: 1em;
    background-color:#ff0!important;
    cursor:pointer;
}
        
.btnHid:hover
{
    /*background-color: #e5e5e5;*/
    box-shadow: inset 4px -30px 100px -41px rgba(0,0,0,0.1);
}
        
.tHid
{
    float: right;
    position: relative;
    top: -100px;
    display: block;
}
    
.tHid td
{
    text-align: center;
}

.framecontent
{
    /*background-color: rgba(200,200,200,0.8);*/
}

.catalogoCategoria
{
    font-size: 14px;
    display: inline-block;
    /*background-color: rgba(255,255,255,0.9);*/
    margin: 20px;
    padding: 10px;
    width: 170px;
    cursor: pointer;
    background-color: #000;
    /*border: 3px solid white;*/
    border-top: 2px solid yellow;
    border-bottom: 2px solid yellow;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.catalogoCategoriaImagen
{
    width: 150px;
    height: 150px;
    display: block;
    margin: 10px;
    /*border: 1px solid black;*/
    background-color: #ff0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
            
    background-color: #fff;
    background-size: cover;
    background-position: center;
}

.catalogoCategoriaTexto
{
    display:block;
    width: 100%;
    text-align: center;
    word-wrap: break-word;
    color: #FF0;
}

.categoryContainer
{
    overflow: hidden;
    display:block;
}

.catalogoProducto
{
    font-size: 14px;
    display: block;
    /*background-color: #ccc;*/
    border-bottom: 1px solid #ff0;
    margin: 0px 1.5em;
    padding: 1em;
    /*width: 96%;*/
    cursor: pointer;
    /*float:left;*/
    height: 100px;
    border-radius: 1em 0px 1em 0px;
    overflow: hidden;
}
/*.catalogoProducto:nth-child(2n)
{
    border-bottom: 1px solid #ff0;
    border-top: 1px solid #ff0;
}*/
.catalogoProducto:first-child
{
    border-top: 1px solid #ff0;
}
/*.catalogoProducto:last-child
{
    border-bottom: 1px solid #ff0;
}*/

.catalogoProducto:hover
{
    background-color: rgba(0,0,0,0.5);
}

.catalogoProducto.selected
{
    background: -moz-linear-gradient(left,  rgba(255,0,0,0.65) 0%, rgba(255,105,0,0.65) 41%, rgba(255,252,0,0) 99%, rgba(255,255,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,0,0,0.65)), color-stop(41%,rgba(255,105,0,0.65)), color-stop(99%,rgba(255,252,0,0)), color-stop(100%,rgba(255,255,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,0,0,0.65) 0%,rgba(255,105,0,0.65) 41%,rgba(255,252,0,0) 99%,rgba(255,255,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,0,0,0.65) 0%,rgba(255,105,0,0.65) 41%,rgba(255,252,0,0) 99%,rgba(255,255,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,0,0,0.65) 0%,rgba(255,105,0,0.65) 41%,rgba(255,252,0,0) 99%,rgba(255,255,0,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,0,0,0.65) 0%,rgba(255,105,0,0.65) 41%,rgba(255,252,0,0) 99%,rgba(255,255,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ff0000', endColorstr='#00ffff00',GradientType=1 ); /* IE6-9 */
}

.catalogoProductoImagen
{
    float:left;
    width: 100px;
    height: 100px;
    display: inline-block;
    border: 1px solid yellow;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    position: relative;
    top:-100px;
    border-radius: 0.8em 0em;
}

.catalogoProductoTexto
{
    float:left;
    text-align: justify;
    word-wrap: break-word;
    color: #FFF;
    padding-left: 110px;
    padding-right: 110px;
    
    /*top: -100px;*/
    height: 100px;
    overflow: hidden;
    display:block;
    /*position: relative;*/
    width:100%;
    box-sizing: border-box;
}

.catalogoProductoTexto b
{
    width: 100px;
    display:inline-block;
    text-align: right;
    margin-right: 10px;
}


.deleteLinkButton
{
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    background-image: url(../Images/Icons/trash2.png);
    padding: 0px!important;
    margin: 0px;
    margin-left: 0.5em;
    background-size: 85%;
    background-position: center;
    background-repeat: no-repeat;
}
.editLinkButton
{
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    background-image: url(../Images/Icons/edit.png);
    padding: 0px!important;
    margin: 0px;
    margin-left: 0.5em;
    background-size: 85%;
    background-position: center;
    background-repeat: no-repeat;
}