﻿body {
    font-family: 'Helvetica', 'Verdana';
    font-size: 12px;
    color: #666;
    margin: 0;
    padding: 0px;
    background-color: white;
}

.content {
    margin: auto;
    width: 645px;
    padding: 5px;
    background: white;
}

h1 {
    font-family: 'Helvetica', 'Verdana';
    color: #033677;
    font-size: 14px;
}

h2 {
    font-family: 'Helvetica', 'Verdana';
    color: #666;
    font-size: 12px;
}

.seccion {
    background-color: white;
    width: 99%;
    clear: both;
    padding:0;
    border-bottom-color: #033677;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    margin-bottom:5px;
}

.seccion span {
    font-family: 'Helvetica', 'Verdana';
    margin: 3px;
    font-size: 14px;
    color: #033677;
    font-weight:bold;
}

ul {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
}
li:before { 
    content: "";
    border-color: transparent #033677;
    border-style: solid;
    border-width: 0.55em 0 0.55em 0.55em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1.1em;
    position: relative;
}

li {
    line-height: 18px;
}

li a {
    text-decoration:none;
    color: #033677;
}

li a:hover {
    text-decoration:underline;
}

.bloque {
    margin-top:5px;
    margin-bottom:10px;
    float:left; width: 315px; 
    padding:2px;
    min-height:40px;
    /*border-style: solid; border-width:1px; border-color:red;*/
}

.bloque2columnas {
    margin-top:5px;
    margin-bottom:10px;
    float:left; width: 635px; 
    padding:2px;
    min-height:40px;
    /*border-style: solid; border-width:1px; border-color:red;*/
}

.error {
    font-size:11px !important;
    font-family: arial !important;
}

.notam { font-size: 11px !important; color:#888 !important;}

.notapeque { font-size: 9px !important; color:#888 !important;}

.bloque span, .bloque2columnas span {  font-size:12px; font-weight:bold; }

.separa { clear: both; width:635px; height:10px; }

.lortad { font-size: 10px; color: #666; }

.centra { margin: auto; width: 110px; }

.submit { width: 110px; background-color:#033677; color:white; font-size:12px;  }

.input {
    font-family: 'Helvetica', 'Verdana';
    font-size: 12px;
    color: #666;
}

select { width: 254px; }
input[type="text"] { width:250px; }

.famgrupo { font-size:12px; font-weight:bold; background-color:#f0f0f0; padding:4px; }
