﻿.input-validation-error, .validation-summary-errors
{
    background-color: #ffdddd;
    border: 1px dotted #ff0000;
}
.field-validation-error { color: #ff0000; }

div.validation-summary-errors li
{
    color: #ff0000;
    line-height: 16px;
    list-style-type: none;
    padding: 5px;
}

.block { display: block; padding-bottom: 2px; }
.clear { clear: both; }
.negrita { font-weight: bold; }
div#presupuestoCms .sitio input[type="text"] { width: 234px; }
div#presupuestoCms .pax input[type="text"] { width: 50px; }
div.fecha
{
    float: left;
    margin-right: 14px;
}
div.hora { float: right; }

div#presupuestoCms .fecha input[type="text"], div#presupuestoCms .hora input[type="text"]
{
    width: 120px;
}
div#presupuestoCms textarea, div#presupuestoCms input[type="text"]
{
    width: 289px;
}
div#presupuestoCms
{
	font-family: "Trebuchet MS",helvetica;
    font-size: 10pt;
    padding: 10px;
    width: 295px;    
}

div#presupuestoCms p, div#fechaInicio, div#fechaFin, div.pax, div.sitio, div.nombreSitio, div#textoInicialPresupuesto
{
    padding: 5px 0;
}
div#textoInicialPresupuesto p
{
    line-height: 16px;
    text-align: justify;
}

div#presupuestoCms label
{
    padding-right: 5px;
}
div#presupuestoCms .nombreSitio label 
{
    padding: 0;
    display: inline-block;
    width: 50px;
}
.enlaceLopd
{
    color: #06c;
    font-weight: bold;
    font-size: 10px;
    line-height: 18px;
    vertical-align: top;
}
div#lopd
{
    margin: 10px 0 15px 0;
}
div.botones
{
    margin-top: 5px;
    text-align: right;
}
div.botones input[type=submit]
{
    color: #222;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin: 0;
    padding: 3px;
    text-align: center;
    width: 90px;
}    
div#ui-datepicker-div
{
    font-size: 0.75em;
}
div#presupuestoEnviado 
{
    font-family: "Trebuchet MS",helvetica;
    font-size: 10pt;
    padding-top: 220px;
}
div#presupuestoEnviado p {
    padding: 0 0 10px 10px;
}