﻿body
{
    font-size: 16px !important;
    background-color: #AFB2B4;
    margin-top: 0px;
    font-family: Calibri;
}

input, select
{
    width: 60%;
    font-size: 1em;
    font-weight: bold;
  
}

#wrap
{
    width: 750px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFF;
    border: 2px solid #757677;
    background-image: url('/includes/images/logo.jpg');
    background-repeat: no-repeat;
}

.no_script
{
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFF;
    border: 2px solid red;
    text-align: center;
    font-weight: bold;
}

#contenedor
{
    border-top: 0px solid ;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFF;
    text-align: center;
    height:auto;
    height: auto;
    overflow:hidden;
    padding-bottom: 20px;

}

.formulario
{
    width: 600px;
    text-align: left;
    margin-right: auto;
    margin-left: 26px;
    margin-bottom: 10px;
}

.formularioNombre {
    background-color: #E8E6D7;
    border: 3px double #C4BD97;
    color: #000000;
    font-family: Verdana,Calibri,Helvetica,sans-serif;
    font-size: 16px;
    font-variant: small-caps;
    line-height: 16px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    text-align: center;
    width: 550px;
    height:60px;
}

.formulario .col1
{
    width: 190px;
    height: 45px;
    font-weight: bold;
}
.formulario .col1 label
{
    margin-bottom: 0px;
    font-size: 18px;
}
.formulario .col1 p
{
    font-size: 0.75em;
    color: Red;
    margin: 0px;
    display: none;
}

.msj_Error
{
    font-size: 0.75em;
    color: Red;
    margin: 0px;
    display: none;
}

.formulario td
{
    padding-left:5px;
    padding-right:18px;
}


#header
{
    border-bottom: 1px solid #757677;
    border-top: 1px solid #757677;
    background-color: #EFEFEF;
    height:80px;
    
}

#header .reloj
{
    float: right;
    font-style: italic;
    margin-right: -115px;
    margin-top: 33px;
    font-size: 0.85em;
}

#header .cerrar
{
    float: right;
    font-style: italic;
    margin-top: 0px;
    margin-right: 5px;
}

#header .titulo
{
    clear: both;
    margin: 2px !imporant;
    padding: 2px !imporant;
}
h1
{
    font-size: 1em;
}

h2
{
    font-size: 0.8em;
    font-weight: normal;
}

.error
{
     background-color: #FF0000;
    color: #FFFFFF;
    font-family: Calibri,Helvetica,sans-serif;
    font-size: 16px;
    font-variant: small-caps;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
}

.errorSocio {
    background-color: #FFCCCC;
    border: 3px double #FF0000;
    color: #FF0000;
    font-family: Calibri,Helvetica,sans-serif;
    font-size: 16px;
    font-variant: small-caps;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    text-align: center;
    width: 550px;
}

.error_detail
{
    color: Red;
    font-size: 0.8em;
    font-style: italic;
}

.ok
{
    background-color: #00B050;
    color: #FFFFFF;
    font-family: Calibri,Helvetica,sans-serif;
    font-size: 16px;
    font-variant: small-caps;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
}

.boton
{
    background-color: #757677;
    color: #FFF;
    border: 1px solid #000;
    cursor: pointer;
}


#dialogSel li
{
    font-size: 1em;
    text-decoration: none;
    margin-bottom: 15px;
    cursor: pointer;
    list-style: none;
    margin-left: -30px;
    padding: 5px;
}


#dialogSel li:hover
{
    color: #26A1FF;
}


#dialogSel li p
{
    margin: 3px;
}

#dialogSel li .det_local
{
    font-weight: bold;
}

#dialogSel li .det_direc
{
    font-size: 0.85em;
}

.seleccion p
{
    margin: 2px;
    padding: opx;
    font-weight: bold;
    width:200px;
    
}

.seleccion p .seleccionar
{
    color: #26A1FF;
    font-size: 0.85em;
    cursor: pointer;
    width:200px;
}


.ejemplo
{
    padding: 0px;
    font-size: 0.75em;
    margin: 0px;
    font-style: italic;
    color: #2D2D2D;
}
.titulo
{
    color: #0066CC;
    font-family: Calibri,Helvetica,sans-serif;
    font-size: 20px;
    font-variant: small-caps;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    
    
}

.Form {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #0070C0;
    color: #333333;
    font-family: Calibri,Helvetica,sans-serif;
    font-size: 15px;
    width: 200px;
}