select { width: 310px; }

table.lista th {
    border-bottom:solid 0.25em #AAAAAA;
    text-align:center;
}

table.lista td {
    padding-left:1em;
    padding-right:1em;
    padding-top:.3em;
    padding-bottom:.3em;
    line-height:1em;}

table.lista th {
    vertical-align:middle;
    line-height:.9em;}

table.centrada td {text-align:center;}

p { margin:0px}

.w2p_fl, .w2p_fw, .w2p_fc {vertical-align:middle}

table.datos td {
    padding-left:1em;
    padding-right:1em;
}

table.turnos, table.opciones-turnos {width:100%;}
table.turnos td, table.opciones-turnos td, table.turnos th {
    text-align:center;
    padding:0px;}
table.turnos th, table.opciones-turnos td {
    font-size:0.9em;
    line-height:1.3em;}
table.turnos td {
    font-size:1em;
    line-height:1.3em;}

table.form td {
    vertical-align:middle;
    line-height:2.2em;}

h1, h2, h3, h4, h5, h6 {margin:0px;}

table.opciones {margin-top:.8em;}
table.opciones td {padding-left:1em; padding-right:1em;}

hr {margin:.5em}

div.seccion {
    padding:.5em;
    margin-bottom:1.5em;
    border: solid 1px #AAAAAA;
    }
div.seccion h5 {
    color: #666666;
    padding-left:1em;
    margin-bottom:.5em;}
div.seccion p {padding-left:1em}

.slide { cursor:pointer}

div.seccion {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    }

h2.titulo {
    font-size: 1.7em;
    line-height:1.7em;
    font-weight:bold;
    color: #cacaca;
    padding-left:.4em;
    vertical-align:middle;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#666666));
    background-image: -moz-linear-gradient(top, #333333, #666666);
    background-image: -ms-linear-gradient(top, #333333, #666666);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #666666));
    background-image: -webkit-linear-gradient(top, #333333, #666666);
    background-image: -o-linear-gradient(top, #333333, #666666);
    background-image: linear-gradient(top, #333333, #666666);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#666666', GradientType=0);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}


div.error {
    background-color: #A23737;
    color: #efefef;
    font-weight:bold;
    padding-left:4px;
    font-size:.9em;
}


div.flash {
    margin: 0px;
    padding: 15px;
    right: 10px;
    top: 10px;
    opacity: 1;
    margin: 0px 0px 10px 10px;
    color: #2f2f2f;
    vertical-align: middle;
    cursor: pointer;
    background: #719AC9;
    border: 2px solid #efefef;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


label { cursor: pointer; }


body {background-color: #EEEEEE; }
div.seccion { background-color: #FFFFFF; }
div.footer { background-color: #DDDDDD; }

h1 { color:black; font-weight:bold;}

pre {
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
}
