/*
  main.css
  By: SlySoftware DiamondPlattform v2.10.161
  Build: 12/Dic/2008 01:49 pagebuild #  4
  While processing: eventos table
*/
.MainTable {
     font-family:         Tahoma, Roboto, Arial, Helvetica, sans-serif; 
     font-size:           10pt; 
     color:               #808080; 
     background-color:    #ffffff; 
}
.MainTableLogoTR {
     font-family:         Tahoma, Roboto, Arial, Helvetica, sans-serif; 
     font-size:           10pt; 
     color:               #808080; 
     background-color:    #ffffff; 
}
.ListadoTopRow {
     font-family:         Tahoma, Roboto, Arial, Helvetica, sans-serif; 
     font-size:           10pt; 
     color:               #FFFFFF; 
     background-color:    #808080; 
}
.ListadoSelRow {
     background-color:    #D0D0FF; 
}
.ListadoSelRow:hover {
     background-color:    #FFFF90; 
}
.Listado:hover {
     background-color:    #FFFFC0; 
}
.Listado {
     font-family:         Tahoma, Roboto, Arial, Helvetica, sans-serif; 
     font-size:           10pt; 
     color:               #505050; 
}
.Contenido {
     font-family:         Tahoma, Roboto, Arial, Helvetica, sans-serif; 
     font-size:           10pt; 
     color:               #000000; 
}
.LinksNavigator {
     font-family:         Tahoma, Roboto, Arial, Helvetica, sans-serif; 
     font-size:           10pt; 
     color:               #FF8000; 
     /* background-color:    #000000; */ 
     text-decoration:     None;
     white-space: nowrap; 
}
.LinksNavigator:hover {
     font-family:         Tahoma, Roboto, Arial, Helvetica, sans-serif; 
     font-size:           10pt; 
     color:               #ffffff; 
     background-color:    #FF8000; 
     text-decoration:     None;
     white-space: nowrap; 
}
.LinksHall {
     font-family:         Tahoma, Roboto, Arial, Helvetica, sans-serif; 
     font-size:           10pt; 
     color:               #FF8000; 
     /* background-color:    #FFFFFF; */ 
     text-decoration:     None;
     white-space: nowrap; 
}
.LinksHall:hover {
     font-family:         Tahoma, Roboto, Arial, Helvetica, sans-serif; 
     font-size:           10pt; 
     color:               #ffffff; 
     background-color:    #FF8000; 
     text-decoration:     None;
     white-space: nowrap; 
}
.Links {
     font-family:         Tahoma, Roboto, Arial, Helvetica, sans-serif; 
     font-size:           10pt; 
     color:               #ff8000; 
     /* background-color:    #ffffff; */ 
     text-decoration:     Underline;
     white-space: nowrap; 
}
.Links:hover {
     font-family:         Tahoma, Roboto, Arial, Helvetica, sans-serif; 
     font-size:           10pt; 
     color:               #ffffff; 
     background-color:    #FF8000; 
     text-decoration:     None;
     white-space: nowrap; 
}
.LeyendaFooter {
     font-family:         Tahoma, Roboto, Arial, Helvetica, sans-serif; 
     font-size:           8pt; 
     color:               #808080; 
}
.LinksFooter {
     font-family:         Tahoma, Roboto, Arial, Helvetica, sans-serif; 
     font-size:           7pt; 
     color:               #D0D0D0; 
     text-decoration:     Underline;
     white-space: nowrap; 
}
.LinksFooter:hover {
     font-family:         Tahoma, Roboto, Arial, Helvetica, sans-serif; 
     font-size:           7pt; 
     color:               #000000; 
     background-color:    #FFFFFF; 
     text-decoration:     None;
     white-space: nowrap; 
}
/* 252 */
.Linkshome {
     font-family:         Tahoma, Roboto, Arial, Helvetica, sans-serif; 
     font-size:           10pt; 
     color:               #ffffff;
     background-color:    #2969A5;
     text-decoration:     none;
     padding-left:        15px;  
     padding-top:         5px;
     padding-right:       15px;
     padding-bottom:      5px;
     white-space: nowrap;
}
.Linkshome:hover {
     font-family:         Tahoma, Roboto, Arial, Helvetica, sans-serif; 
     font-size:           10pt; 
     color:               #ffffff; 
     background-color:    #5187C8;
     text-decoration:     none;
     padding-left:        15px;  
     padding-top:         5px;
     padding-right:       15px;
     padding-bottom:      5px;
     white-space: nowrap; 
}

.reportes{
	font-family:         arial; 
   font-size:           8pt; 
   color:               #000000; 
}
.linksreportes{
	font-family:         arial; 
   font-size:           8pt; 
   color:               #1B3E9B;
   white-space: nowrap; 
}
.linksreportes:hover{
	font-family:         arial; 
   font-size:           8pt; 
   background:          #1B3E9B; 
   color:               #FFFFFF;
   white-space: nowrap; 	
}

.zoom200{
transition: transform .2s; /* Animation */
}
.zoom200:hover{
  transform:              scale(2.0);
}
.zoom300{
transition: transform .1s; /* Animation */
}
.zoom300:hover{
  transform:              scale(3.0);
}
.zoom400{
transition: transform .1s; /* Animation */
}
.zoom400:hover{
  transform:              scale(4.0);
}


