.precio
{
    font-size:4em;
}

.mayusculas
{
    text-transform:uppercase;
    font-weight: bold;
}

.enlace{
    text-decoration: none;
}

.enlace:hover{
    text-decoration:none;
    color:#4DCBB3;
}

.nombreProductoCategoria {
    font-size: 0.9em;
    padding: 0px;
    word-wrap: none !;
    word-break: auto-phrase;
}

.tituloVentana
{
    font-size:0.8em;
    padding:0px;
    word-break:auto-phrase;
    margin-left:10px;
}