#formPrecio input[type="submit"]:disabled
{
    cursor:not-allowed;
}
#formPrecio p input[type="text"]
{
    width: 100%;
}
#formPrecio p textarea
{
    width: 100%;
}
#formPrecio p span
{
    position: absolute;
    top: 58px;
    font-size: 11px;
    color: red;
}
#formPrecio
{
    margin-top:  15px;
}
p.avisoError
{
    color:black;
    padding: 15px;
    border: 1px solid red;
    background-color: lightcoral;
    border-radius: 10px;
    margin-bottom: 1px;
}

/*Estilos prueba producto*/
.promocion
{
    width: 95%;
    border-radius: 10px;
    border: 1px solid lightblue;
    background-color: lightskyblue;
    text-align: center;
}
.promocionTitulo
{
    width: 100%;
    text-align: center;
    color: aliceblue;
    font-size: 2em;
}
.promocionParrafo
{
    width: 95%;
    text-align: center;
    color: white;
    padding: 0 20px 0 20px;
    clear: both;
}
.promocionImagen
{
    border-radius: 10px;
    /*margin-left: 20px;*/
}
.promocionSpan
{
    float: right;
    font-size: 1.5em;
}
.promocionPrecio
{
    float: right;
    font-size: 3em;
    margin-top: -60px;
    margin-right: 20px;
}
.promocionPrecio strike
{
    color:red;
}
.promocionClear
{
    clear: both;
    width: 100%;
}
