* { 
    margin: 0; 
    padding: 0; 
}

body { 
    /*font: .8em Arial, Sans-Serif;*/ 
    font-size: 11px;
    font-family: Arial, Sans-Serif; 
    line-height: 1.8em; 
    background: #333; 
    color: #444; 
}

/*a {
    color: #FF7A09; 
    text-decoration: none;
}

a:hover {
    color: blue;
    text-decoration: none;
}*/

/*a:visited {color: #FF7A09; text-decoration: none;}*/

h2 { 
    margin: 0 0 10px; 
    padding: 10px 0 3px; 
}

ul { 
    padding: 0; 
    margin: 0 0 10px;
}

li { 
    list-style-type: none;
}

p { 
    margin: 5px 0 10px 0; 
}

img { 
    border: none;
}

#header {
    background-image: url(../images/cabezal.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 132px;
}

#headerText{
    float: right;
    font-size: 40px;
    text-align: right;
    vertical-align: middle;
    font-weight: bold; 
    margin-top: 50px;
    margin-right: 20px;
    color: white;
}

.logo {
    width: 250px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#header h1 {
    color: white;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: -1px;
    padding: 24px 0px 25px 10px;
}

#header h1 a {
    color: #fff;
    text-decoration: none;
}

#header h1 a:hover {
    color: #000;
    text-decoration: none;
}

#header h2 {
    color: #eee;
    font-size: 19px;
    font-weight: 100;
    padding: 0 0 0 11px;
    letter-spacing: -1px;
    line-height: 12px;
}

#wrap { 
    padding: 10px 10px 3px 10px; 
    width: 96%; 
    margin:20px auto; 
    background: #fff;
}

#menu {
    text-align: center;
    padding: 5px;
    /*background-color: lightgray;*/
}

#footer {
    margin: 0 auto;
    background-color: #333333;
    font-size: 10px;
    text-align: left;
    border-top-style: none;
    font-family: Verdana, Geneva, sans-serif;
    font-style: normal;
    color: #FFF;
    text-decoration: none;
    padding: 10px 5px;
    height: 230px;
}

.tabla {
    width: 100%;    
    border-collapse: collapse;
    border-bottom: 1px solid orange;
}

.tabla tr {
    padding-left: 5px;
}

.tabla tr:hover {
    background-color: #eee;
} 

.tabla th {
    text-align: left;
    color: #fff; 
    background-color: #FE7B09;
    padding-left: 5px;
}

.tabla a {
    color: black;
    display: block;
}

.tabla a:hover {
    color: blue;
}

.tablaVacia {
    border-collapse: collapse;
    width: 100%;    
}

.tablaVacia tr {
    padding: 0px;
}

.tablaVacia td {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
}

.tablaVacia tr:hover {
    /*background-color: lightgreen;*/
} 

.tablaVacia th {
    font-style: italic;
    font-size: 11px;
    text-align: left;
    padding-left: 3px;
    padding-right: 3px;
}

.tablaRenglones {
    border-collapse: collapse;
    border-top: 1px solid lightgray;
    width: 100%;    
}

.tablaRenglones tr {
    border-bottom: 1px solid lightgray;
}

.icono {
    text-align: right;
    width: 20px;
    padding-left: 2px;
    padding-right: 2px;
}

.icono img {
    vertical-align: middle;
    width: 18px;
}

.boton {
    background-color: lightgray;
    padding-left: 20px; padding-right: 20px;
    padding-top: 10px; padding-bottom: 10px;
    margin: 10px auto;
    border-radius: 4px;
    width: 160px;
}

a.boton {
    text-decoration: none;
    color: green;
    font-weight: bold;
    display: block;
}

a.boton:hover {
    color: red;
    font-weight: bold;
    background-color: lightgreen;
}

.botonActivo {
    color: white;
    background-color: #6E6E6E;
    padding-left: 5px; padding-right: 5px;
    padding-top: 3px; padding-bottom: 3px;
    margin-left: 3px; margin-right: 3px;  
    border-radius: 4px;
    font-weight: bold;
}

.zonaInformativa {
    font-size: 10px;
    padding-top: 10px;
    line-height: 150%;
}

.bordeLateral {
    /*padding: 6px;*/
    margin-bottom: 10px;
    border-left: 2px solid #439539; 
    border-right: 2px solid #439539; 
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: justify;
}

.bordeMarco {
    padding: 6px;
    margin-bottom: 20px;
    border: 2px solid #439539; 
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-align: justify;
}

/*.bordeMarco a {
    text-decoration: none;
    color: black;
}*/

/*.bordeMarco a:hover {
    color: blue;
}*/

.bordeAlerta {
    padding-left: 10px; 
    padding-right: 10px;
    padding-top: 3px; 
    padding-bottom: 3px;
    border-color: #940000; 
    background-color: #940000; 
    font-size: 12px; 
    color: #ffffff;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.destacado {
    font-size: 14px;
    font-weight: bold;
}

.filaClara {
    background-color: white;
}

.filaOscura {
    background-color: lightgrey;
}

.formulario {
    padding-top: 20px;
    width: 60%;
    margin: 0 auto;
    font-size: 10px;
}

.formulario table {
    font-size: 12px;
}

.contenido{
    text-align: center;
    margin-top: 10px;
}

.informacion {
    text-align: left;
    background-color: lightgray;
    padding-left: 20px; padding-right: 20px;
    padding-top: 10px; padding-bottom: 10px;
    margin: 10px auto;
    border-radius: 4px;
    width: 160px;

}

.informacion li {
    list-style-type: circle;
}

.titulo {
    margin-top: 20px;
    margin-left: 24px;
    margin-right: 24px;
    text-align: center;
    color: white;
    font-weight: bold;
    background-color: green;
    border: 2px solid white; 
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#right { 
    margin-bottom: 10px; 
    float: right; 
    width: 80%; 
    padding: 0 10px 10px 10px;
    margin-top: 10px;
    font-size: 12px;
}