<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tag{
    background: #006294;
    color: #fff;
    padding: 3px 5px;
    margin-right: 1em;
    margin-bottom: 1em;
    display: inline-block;
}
.precio{
    font-size:2em;
    color:#e29407;
    margin: 1em 0;
}
.tag:hover{
    background: #e29407;
    color: #fff;
}


.itemContenido h2, .h2-especial{
text-transform: uppercase;
font-size: 1.5em;
font-weight: bold;
letter-spacing: 3px;
height: 67px;
overflow: hidden;
   }
.itemContenido{
    margin-bottom: 5em;
    
}
.listado.itemContenido .textoIem{
    border-top: 1px #ccc dotted;
    border-bottom: 1px #ccc dotted;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    height: 100px;
    
}  
.itemContenido .textoIem{ 
    line-height: 1.5em;
}
.itemContenido .imagenItem{
    margin-bottom: 1em;
} 
.listado.itemContenido .imagenItem{
    background: #111;
    padding: 1em;
    text-align: center;
    height: 349px;
    overflow: hidden;
} 

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
    height: auto !important;
}


[class*="column"]+[class*="column"]:last-child {
float: left;
}
</pre></body></html>