﻿.divformularioFull
{
    clear: both;
    width: 580px;
    background-color: #EFF1F5;
    border: 1px dotted #C4D0DC;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}

.divformulario
{
    width: 500px;
    background-color: #EEEEEE;
    border: 1px dotted #333;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}

.divformulario h2
{
    font-size: 18px;
    font-weight: 100;
    padding-left: 10px;
    height: 26px;
    line-height: 26px;
    border-bottom: solid 0px #EAB600;
}

.divFila
{
    clear: both;
    width: 100%;
}

.divColumna
{
    float: left;
    clear: right;
    width: 46%;
    padding: 1%;
    text-align: justify;
    vertical-align: middle;
}

.divPrompt
{
    width: 450px;
    background-color: #003366;
    border: 1px solid #222;
    padding: 5px 5px 5px 5px;
    margin: 0 0 15px 0;
}

.divPrompt h2
{
    color: #ffffff;
    font-size: 12px;
    font-weight: 100;
    height: 26px;
    line-height: 26px;
    border-bottom: solid 0px #EAB600;
}

div.row
{
    clear: both;
    display: block;
    width:100%;
    padding-top: 5px;
    line-height: 24px;
    vertical-align: middle;
}

div.row span.label
{
    float: left;
    width: 200px;
    text-align: right;
    font-size: 8pt;
    font-weight: bold;
}

div.row span.formw
{
    float: right;
    width: 290px;
    text-align: left;
    display: block;
    font-size: 8pt;
    font-weight: normal;
    vertical-align: middle;
}

div.row span.label25
{
    float: left;
    width: 170px;
    text-align: right;
    font-size: 8pt;
    font-weight: bold;
}

div.row span.formw75
{
    float: right;
    width: 400px;
    text-align: left;
    font-size: 8pt;
    font-weight: normal;
    margin-left: 5px;
}

div.row span.labelFull
{
    float: left;
    width: 280px;
    text-align: right;
    font-size: 8pt;
    font-weight: bold;
}

div.row span.formwFull
{
    float: right;
    width: 290px;
    text-align: left;
    font-size: 8pt;
    font-weight: normal;
}

div.clear
{
    clear: both;
}

div.row div.labelPromt
{
    float: left;
    width: 35%;
    text-align: right;
    font-size: 8pt;
    font-weight: bold;
}
div.row div.formwPromt
{
    float: left;
    width: 63%;
    text-align: left;
    font-size: 8pt;
    font-weight: normal;
    margin-left: 2%;
}

div.row div.clear
{
    clear: both;
}


