﻿body
{
    font-family: Arial;
    font-size: 12px;
    text-align: left;
}

p
{
    margin: 10px;
    line-height: 18px;
}

strong
{
    font-weight: bold;
}

div.contenedor
{
    width: 900px;
    background-color: #ffffff;
    padding: 15px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-bottom: 25px;
    border:none;
}
h2
{
    font-family:'nexa', 'Ubuntu Condensed';
    font-size: 30px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 20px;
}

div.nevera
{
    position: relative;
    min-height: 636px;
    margin-bottom: 20px;
}

div.columnaIz
{
    width: 600px;
    float: left;
}

div.ingredientes
{
    width: 280px;
    float: right;
}

div.ingredientes
{
    margin: 0px;
    margin-top: 50px;
}

a.botonIng
{
    font-size: 14px;
    display: block;
    padding-left: 20px;
    background-image: url('images/flecha.png');
    background-position: left top;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #666666;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
}

a.botonIng:hover
{
    background-image: url('images/check.png');
    color: #339933;
}

a.botonMarcado
{
    font-size: 14px;
    display: block;
    padding-left: 20px;
    background-position: left top;
    background-repeat: no-repeat;
    text-decoration: none;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
    background-image: url('images/check.png');
    color: #339933;
}

.cajaForm
{
    border: solid 1px #66ccff;
    height: 20px;
    line-height: 20px;
    width: 400px;
}

.cajaAncha
{
    height: 300px;
    line-height: normal;
}

.formuIzquierda
{
    float: left;
    width: 400px;
    clear: both;
}

.formuDerecha
{
    float: right;
    width: 450px;
}

p.parrafoBoton
{
    text-align: center;
    margin-top: 20px;
}

#btnEnviar
{
    width: 200px;
    background-color: #66ccff;
    border: none;
    padding: 10px;
    font-size: 16px;
    color: #ffffff;

}
    #btnEnviar:hover
    {
        cursor: pointer;
        color: gray;
    }

.formuDerecha .cajaForm
{
    width: 300px;
}
span.textoValidacion
{
    color: #ff0000;
}
p.textoEnviado
{
    color:#339933;
    font-size:14px;
    font-weight:bold;
    padding-left: 20px;
    background-image: url('images/check.png');
    background-position: left 3px;
    background-repeat: no-repeat;
}
a.botonIngNevera
{
    display: block;
    z-index:1000;
}