/* Style rules to make data tables look better */

.list-header {
   background-color: #eeeeee;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 12px;
   font-weight: bold
}
.Separador2 {
   background-color: resources/imagenes/Back.JPG;
   border-bottom-style: dashed;
   border-bottom-width: thin;
   border-left-width: 1px;
   border-right-width: 1px;
   border-top-style: solid;
   border-top-width: 1px;
   color: #006633;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none
}

.Titulo1 {
   font-family: 'Arial Black';
   font-size: 12px
}
.Titulo2 {
   color: #666666;
   font-family: 'Arial Black';
   font-size: 10px;
   font-style: italic
}

.Titulo3 {
   color: #000000;
   font-family: 'Arial Black';
   font-size: 10px;
   
}
.Titulo4 {
   color: #000000;
   font-family: 'Arial Black';
   font-size: 9px;
}
.Texto1
{
   color: black;
   font-family: Arial;
   font-size: 11px
}
.Texto2 {
   color: gray;
   font-family: Arial;
   font-size: 7px
}
.link1 {
   color: #FF6600;
   font-family: 'Arial Black';
   font-size: 10px;
   
}
.TituloVerde{
   color: #006600;
   font-family: 'Arial Black';
   font-size: 10px;
   
}



.Cuadrado {
   background-color: white;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-left-style: solid;
   border-left-width: 1px;
   border-right-style: solid;
   border-right-width: 1px;
   border-top-style: solid;
   border-top-width: 1px
}
.Separador {
   background-color: #cccccc;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-right-width: 1px;
   border-top-style: solid;
   border-top-width: 1px;
   color: #000000;
   font-family: 'Arial Black';
   font-size: 12px
}
.Articulos {
   color: gray;
   font-family: Arial;
   font-size: 7px
}




.list-paging-header {
   background-color: white;
}

.list-paging-footer {
   background-color: white;
}

.list-row-even { 
}

.list-row-odd { 
   background-color: #eeeeee;
}

/* Style rules for message severity levels */

.infoMessage {
   color: black;
}

.warnMessage {
   color: orange;
   font-weight: bold;
}

.errorMessage {
   color: red;
   font-weight: bold;
}

.fatalMessage {
   color: red;
   font-style: italic;
   font-weight: bold;
}

