/*
  Sistema alquiler de trajes, vestidos y accesorios
  www.alquilerdetrajesyvestidos.com
  www.slysoftware.com.mx
  
  main.css
  By: SlySoftware 
  Build: 2015/03/23 21:15:03
    
*/
.MainTable {
     font-family:         tahoma; 
     font-size:           10pt; 
     color:               #808080; 
     background-color:    #ffffff; 
}
.MainTableLogoTR {
     font-family:         tahoma; 
     font-size:           10pt; 
     color:               #808080; 
     background-color:    #ffffff; 
}
.ListadoTopRow {
     font-family:         tahoma; 
     font-size:           10pt; 
     color:               #FFFFFF; 
     background-color:    #808080; 
}
.ListadoSelRow {
     background-color:    #E0E0FF; 
}
.ListadoSelRow:hover {
     background-color:    #FFFF90; 
}
.Listado:hover {
     background-color:    #FFFFC0; 
}
.Listado {
     font-family:         tahoma; 
     font-size:           10pt; 
     color:               #505050; 
}
.Contenido {
     font-family:         tahoma; 
     font-size:           10pt; 
     color:               #505050; 
}
.LinksNavigator {
     font-family:         tahoma; 
     font-size:           10pt; 
     color:               #FF8000;
     background-color:    ; 
     text-decoration:     None; 
}
.LinksNavigator:hover {
     font-family:         tahoma; 
     font-size:           10pt; 
     color:               #ffffff; 
     background-color:    #FF8000; 
     text-decoration:     None; 
}
.Links {
     font-family:         tahoma; 
     font-size:           10pt; 
     color: #1B3E9B;
     background-color:    ; 
     text-decoration:     None; 
}
.Links:hover {
     font-family:         tahoma; 
     font-size:           10pt; 
     color:               #ffffff; 
     background-color:    #1B3E9B;
     text-decoration:     None; 
}
.LinksTopMenu {
     font-family:         tahoma; 
     font-size:           10pt; 
     color:               #1B3E9B;
     background-color:    ; 
     text-decoration:     None; 
}
.LinksTopMenu:hover {
     font-family:         tahoma; 
     font-size:           10pt; 
     color:               #ffffff; 
     background-color:    #1B3E9B;
     text-decoration:     None; 
}
.LeyendaFooter {
     font-family:         tahoma; 
     font-size:           8pt; 
     color:               #808080; 
}
.LinksFooter {
     font-family:         tahoma; 
     font-size:           8pt; 
     color:               #404040; 
     text-decoration:     Underline; 
}
.LinksFooter:hover {
     font-family:         tahoma; 
     font-size:           8pt; 
     color:               #ffffff; 
     background-color:    #1B3E9B; 
     text-decoration:     None; 
}

.LinksHome {
     font-family:         tahoma; 
     font-size:           10pt; 
     color:               #ffffff;
     background-color:    #000000;
     text-decoration:     none;
     padding-left:        9px;       
     padding-top:         5px;
     padding-right:       9px;
     padding-bottom:      5px;
     margin-top:          2px;
     margin-bottom:       2px;
     display:             inline-block;
}
.LinksHome:hover {
     color:               #ffffff; 
     background-color:    #1B3E9B;
     text-decoration:     underline;
}
.LinksHome2 {
     font-family:         tahoma;
     font-size:           10pt;
     color:               #ffffff;
     background-color:    #1B3E9B;
     text-decoration:     none;
     padding-left:        9px;
     padding-top:         5px;
     padding-right:       9px;
     padding-bottom:      5px;
     margin-top:          2px;
     margin-bottom:       2px;
     display:             inline-block;  
}

.LinksHome2:hover {
     color:               #ffffff; 
     background-color:    #1B3E9B;
     text-decoration:     underline;
}

.zoom200{
transition: transform .2s; /* Animation */
}
.zoom200:hover{
  transform:              scale(2.0);
}
.zoom300{
transition: transform .1s; /* Animation */
}
.zoom300:hover{
  transform:              scale(3.0);
}

