input[type="text"] 
            {
                 width: 300px;
                 height: 25px;
                 margin-top: 5px;
                 margin-bottom: 16px;
                 border: 0;
            }
            
            .textarea 
            {
                 width: 300px;
                 height: 100px;
                 margin-top: 5px;
                 margin-bottom: 16px;
                 border: 0;
            }
            
            #mensaje
            {
                margin-top: 20px;
                color: #FFF;
            }


            body
            {
                background-color: #373737;
            }
            nav ul li a
            {
                color:#fff;
            }


            h1.lila
            {
                color:#675E9E;
            }
            h1.amarillo
            {
                color:#DAC000;
            }
            label span{
                text-transform: uppercase;
                color:#fff;
                
                font-size: 18px;
                display: block;
                margin-bottom: 5px;
            }
/*            input[type="submit"]{
                text-transform: uppercase;
                color:#fff;
                background-color: #675E9E;
                font-size: 18px;
            }*/
            input[type="submit"]{
                text-transform: uppercase;
                color:#FFF;
/*                background-color: #675E9E;*/
                background-image: url('../img/fondo_contact_btn.png'); 
                font-size: 18px;
                border: 0 !important;
                box-shadow: none;
                width: 120px;
            }
            .contenido-texts .descripcion
            {
                margin-top: 21px;
            }
            
            #list-texts
            {
                overflow: hidden;
                height: auto;
            }
            
            .contact .listado
            {
                float: right;
                margin-right: 0px;
            }