/* 
    Document   : formulario
    Created on : 09/02/2010, 12:44:41 PM
    Author     : crashe
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    font-family: "Verdana";
    font-size:12px;
}

h1, form, button {
    border:0;
    margin:0;
    padding:0;
}

.spacer {
    clear:both;
    height:1px;
}

h3 {
    margin: 10px;
    padding: 10px;
}

/* ———– My Form ———– */
.myform {
    margin:0 auto;
    width:900px;
    padding:14px;
}

        /* ———– stylized ———– */
#stylized {
    border:solid 2px #b7ddf2;
    background:#ebf4fb;
}

#stylized h1 {
    font-size:14px;
    font-weight:bold;
    margin-bottom:8px;
}

#stylized label {
    display:block;
    font-weight:bold;
    text-align:right;
    width:200px;
    float:left;
}

#stylized .small {
    color:#666666;
    display:block;
    font-size:10px;
    font-weight:normal;
    text-align:right;
    width:200px;
}

#stylized table {
    font-size:12px;
    border:solid 1px #aacfe4;
    width: 990px;
}

.boton {
    font-size:12px;
    font-family:Verdana,Helvetica;
    font-weight:bold;
    color:white;
    background:#8C8C8C;
    border:0px;
    width:180px;
    height:25px;
}

.cajaTexto {
    font-weight:bold;
    color:black;
    height:25px;
    float:left;
    font-family: "Verdana";
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #aacfe4;
    width:180px;
    margin:2px 0 20px 10px;
}

.cajaTexto2 {
    font-weight:bold;
    color:black;
    height:25px;
    float:left;
    font-family: "Verdana";
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #aacfe4;
    width:430px;
    margin:2px 0 20px 10px;
}