﻿
body {
    font-family: Arial;
    background-color: #222;
    margin: 0;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    
     
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    
    
}

#Top {
    background-image: url(/img/logo01.png );
    background-repeat: no-repeat;
    background-position: center;
    height: 122px;
    vertical-align: middle;
}

#TopChico { 
    background-image: url(/img/logo01.png );
    background-position: 10px 5px;
    background-repeat: no-repeat;
    background-size: 135px;
    background-color: #171717;
    height: 60px;
    
}

#TopNav {
    background-image: url(/img/fondo.png );
    background-repeat: repeat;
    background-size: 200px;
}

.card {
    background-color: transparent;
}
.card-title {
    color: #009bdb;
    font-family:  Arial Black;
    font-size: 16pt
    
}
.table {
    background-color:  whitesmoke;
}
.list-group-item {
    background-color: rgba(255,255,255,0.1);
    border-top: 2px solid #ddd;
    border-radius: 0;
    color: #fff;
}

.cat-contenedor
{   background-color: #fff;
    width: 292px;
    height : 350px;
    float: left ;
    padding: 10px;
    margin-top:10px;
    
    
}
    
.cat-img  {
     max-height:150px;
     max-width:280px;   
     margin-left:auto;
     margin-right:auto;
     margin-top: -20px;    
       
}   
.cat-mas
{  
    position: relative;
    top:310px;  
    text-align:center;  
   
}   
.cat-resumen 
{
    font-family:Arial;
    float:left;    
    text-align:left;
    overflow: hidden;
    width: 250px;
    height: 110px;
    padding: 10px;
    font-size:14px;
    }
    
.cat-titulo
{
    font-family:Chivo;
    font-weight: 600;
    float:left;
    text-align:left;
    width:270px; 
    padding:  10px 10px 0 10px;
    }
.CalActive 
{
    background-color:  Highlight ;
    color:White;
}



#Logo
{   width:254px;
    height: 39px;
    left:0px;
    margin-top:10px;
    margin-left:0px;
    text-align:left;
    color:White;
    
    
    }

.pnlPrincipales {
    float:left;        
    margin-bottom:30px;    
    margin-left:30px;    
}


#ArchivoAdjunto
{   float:left ;
    margin-left:5px;
    margin-right:5px;
    font-size:9pt;    
    cursor:pointer;
        }
   
#Quitar
{   float:left ;
    margin-right:5px;
    font-size:9pt;
    vertical-align:middle;
    cursor:pointer;
        }
    
#CajaAdjunto
{
    float:left ;
    height:20px;
    width:120px;
    overflow: hidden;
    border : 1px solid silver;
    background-color:#f8f8f8;
    margin-top:5px;
    margin-bottom :2px;
    margin-right:5px;
    
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
  
  
.divider-vertical {
    height: 30px;                   /* any height */
    border-left: 1px solid  #ddd;     /* right or left is the same */
    float: left;                     /* so BS grid doesn't break */
     margin-right:14px;     
     margin-top:10px
}
.TituloPanel
{
    font-family:Arial;
    font-size: 18px;
    font-weight:bold;
    }
    .TituloMenu
{
    font-family:Chivo;
    font-size: 14px;
    font-weight:bold;
    }
.ItemMenu
{
    font-family:Chivo;
    font-size: 14px;
    
    }


.breadcrumb {
    background-color: transparent;
}

    .breadcrumb > .active {
        color: #009bdb;
        font-family: Arial black;
        font-size: 12pt
    }


