*{ 
    margin: 0; 
    padding: 0; 
}

body { 
    font: .8em Arial, Sans-Serif; 
    line-height: 1.8em; 
    background: #333; 
    color: #444; 
}

#right a {
    color: #006600; 
    text-decoration: none;
}

#right a:visited {
    text-decoration: none;
}

#right a:hover {
    color: #ff0000; 
}

h2 { 
    margin: 0 0 10px; 
    padding: 10px 0 3px;
}

h3 { 
    padding-left: 10px; 
    color: #ffffff;
    background-color: #439539;
    font-size: 1em; 
    height: 24px; 
    line-height: 24px;  
}

h5 { 
    text-align: center; 
    color: #000000;
    background-color: lightgray;
    font-size: 11px; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

ul { 
    padding: 0; 
    margin: 0 0 10px;
}

li { 
    list-style-type: none;
}

p { 
    margin: 5px 0px 10px 0px; 
}

img {
    border: none; 
}

#header {
    border-bottom: 3px solid;
    border-bottom-color: #006600;
    padding-bottom: 10px; 
}

#header h1 {
    font-size: 30px;
    letter-spacing: -1px;
    padding: 15px 0 5px 10px;
    font-weight: bold;
}

#header h1 a {
    color: #006600;
    font-weight: bold;
    text-decoration: none;
}

#header h1 a:hover {
    color: blue;
    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: 90%; 
    margin:20px auto;
    background: #fff;
}

#left { 
    float: left; 
    /*width: 210px;*/
    width: 18%;
    /*background: #FFD8AF;*/ 
    margin-bottom: 10px; 
    margin-top: 20px; 
    /*border: 1px solid #006600;*/
}

#left ul {
    /*    padding: 5px 10px 10px 10px;
        margin: 0; */
}

#right { 
    margin-bottom: 10px; 
    float: right; 
    width: 80%; 
    padding: 0 10px 10px 10px;
    margin-top: 10px;
    font-size: 12px;
}

#footer {    
    height: 40px;
    clear: both;
    padding-top: 10px;
    background: url(../images/footer.png) no-repeat center;
    /*background-size: 100%;*/
    text-align: center;     
    /*background-color: #439539;*/
}

.tabla {
    border-collapse: collapse;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width: 100%; 
}

.tabla tr{
    border-bottom: 1px dotted black;
    padding: 0px;
}

.tabla tr:hover {
    background-color: lightgoldenrodyellow;
} 

.tabla th{
    font-style: italic;
    font-weight: bold;
    border-bottom: 1px dotted black;
    text-align: left;
    padding-left: 3px;
    padding-right: 3px;
}

.tabla td{
    padding-left: 3px;
    padding-right: 3px; 
}

.tablaVacia {
    border-collapse: collapse;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width: 100%;    
}

.tablaVacia tr{
    padding: 0px;
}

.tablaVacia td{
    padding-top: 1px;
    padding-bottom: 1px;
}

.tablaVacia tr:hover {
    /*background-color: lightgreen;*/
} 

.tablaVacia th{
    font-style: italic;
    font-size: 11px;
    text-align: left;
    padding-left: 3px;
    padding-right: 3px;
}

.tablaVacia td{
    padding-left: 3px;
    padding-right: 3px; 
}

.tablaInterna {
    border-collapse: collapse;
    border: none;
    width: 100%;    
}

.tablaInterna tr{
    border-bottom: 1px dotted black;
}

.tablaInterna tr:hover {
    background-color: lightgoldenrodyellow;
} 

.tablaInterna th{
    font-style: italic;
    font-weight: bold;
    text-align: left;
}

.icono{
    text-align: center;
    width: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.icono img{
    vertical-align: middle;
    width: 18px;
}

.iconoLeft{
    text-align: left;
    width: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.iconoLeft img{
    vertical-align: middle;
    width: 18px;
}

.iconoTop{
    text-align: right;
    vertical-align: top;
    width: 20px; 
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
}

.iconoTop img{
    width: 18px;
}

.iconito{
    padding-left: 4px;
    font-size: 10px;
    vertical-align: middle;
}

.iconito img{
    vertical-align: middle;
    width: 14px;
}

#pagination-clean li          { border:0; margin:0; padding:0; font-size:11px; list-style:none; /* savers */ float:left; }
#pagination-clean a           { border-right:solid 1px #DEDEDE; margin-right:2px; }
#pagination-clean .previous-off,
#pagination-clean .next-off   { color:#888888; display:block; float:left; font-weight:bold; padding:3px 4px; }
#pagination-clean .next a,
#pagination-clean previous a  { border:none; font-weight:bold; }
#pagination-clean .active     { color:#000000; font-weight:bold; display:block; float:left; padding:4px 6px; /* savers */ border-right:solid 1px #DEDEDE; }
#pagination-clean a:link,
#pagination-clean a:visited   { color:#0e509e; display:block; float:left; padding:3px 6px; text-decoration:underline; }
#pagination-clean a:hover     { text-decoration:none; }


.menu {
    border: 2px solid #439539; 
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.menu a {
    color: #006600; 
    text-decoration: none;
}

.botonExcel{
    cursor: pointer;
}

.filaSeparador{
    height: 1.2em;
}

.filaClara{
    background-color: white;
}

.filaOscura{
    background-color: lightgrey;
}

.fondoNaranja{
    background-color: #FFA600;
    line-height: 1.3em;
}

.fondoVerdeOscuro{
    background-color: #439539;
    line-height: 1.3em;
}

.fondoVerdeClaro{
    background-color: #8DC63F;
    line-height: 1.3em;
}

.fondoOliva{
    background-color: #66663d;   
    line-height: 1.3em;
}

.fondoRojo{
    background-color: #E36F1E;
    line-height: 1.3em;
}

.fondoGris{
    background-color: #666666;
    line-height: 1.3em;
}

.fondoBeige{
    background-color: #f2f2b4;
    line-height: 1.3em;
}

.fondoLadrillo{
    background-color: #E36F1E;
    line-height: 1.3em;
}

.fondoNaranja th, 
.fondoVerdeOscuro th, .fondoVerdeClaro th, .fondoOliva th, 
.fondoRojo th, .fondoLadrillo th,
.fondoGris th, .fondoBeige th {
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
}

.bordeIzquierdo{
    border-left: 1px dotted black;
    padding-left: 5px;
}

.bordeDerecho{
    border-right: 1px dotted black;
    padding-right: 5px;
}

#floatMenu {
    position: absolute;
    top: 150px;
    left: 80%;
    width:200px;
}

#floatMenu ul {
    margin-bottom: 20px;
}

#floatMenu ul li a {
    display: block;
    border: 1px solid #999;
    background-color: #222;
    border-left: 6px solid #999;
    text-decoration: none;
    color: #ccc;
    padding: 5px 5px 5px 25px;
}

#floatMenu ul li a:hover {
    color: #fff;
    background-color: #333333;
}

#floatMenu ul.menu1 li a:hover {
    border-color: #09f;
}

#floatMenu ul.menu2 li a:hover {
    border-color: #9f0;
}

#floatMenu ul.menu3 li a:hover {
    border-color: #f09;
}

.filtros {
    border: 1px solid lightgray; 
    margin-top: 0px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.filtros p{
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 0px;
    line-height: 80%;
}

.filtrosAplicados{
    padding-top: 20px;
    font-size: 10px;
    line-height: 140%;
}

input[type="text"], input[type='password'], select{
    vertical-align: middle;
    height: 20px;
}

input:focus, text-area:focus, textarea:focus {
    background: #FFFF80;
}

textarea, textArea {
    font-family: Arial;
    font-size: 12px;
}

input[type="submit"] {
    width: 120px;
    vertical-align: middle;
    text-align: center;
}

.fotoPerfil{
    border: none;
    width: 180px;
}

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 20%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 3px solid green;
    background-color: white;
    z-index:1002;
    overflow: auto;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.importante{
    color: red;
    font-weight: bold;
}

.boton{
    background-color: lightgray;
    padding-left: 5px; padding-right: 5px;
    padding-top: 3px; padding-bottom: 3px;
    margin-left: 3px; margin-right: 3px;  
    border-radius: 4px;
}

.bordeFondo {
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    color: white;
    font-weight: bold;
    background-color: #439539;
    margin-bottom: 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.bordeMarco {
    padding: 6px;
    margin-bottom: 20px;
    border: 2px solid; 
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.tituloMarco {
    padding-top: 1x;
    /*padding-bottom: 1px;*/
    padding-left: 10px;
    font-size: 1em;
    font-weight: bold;
    font-style: Italic;
    color: white;
    margin-bottom: 5px;
}

.titulo {
    text-align: left;
    padding-top: 3px;
    padding-left: 50px;
    padding-bottom: 3px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}