/* CSS Document */

/* 
    Created on : 27/10/2015, 03:45:09 PM
    Author     : FÃ¡tima
*/

.gabLegal {
   
   text-align: center;
   margin:auto;
   padding-bottom: 10px;
   margin-left: 15px !important;
   margin-right: 15px !important;
}

.personaLegal
{
     height: 100%;
}
.personaLegal img{
   width: 100%;
   
}

.gabLegal span{
   font-size: 0.8em;
  
}

.capsula{
    height: 80%;
}
.departamento{
    height: 80px;
}
.hoverGabinete{
    display: none;
    position: absolute;
    top: 10%;
    padding-right: 12% !important;
    width: 100%;
    height: 100%;
    background-color:transparent;
    color: #000;
    /*font-family: sans-serif;*/
    text-align: center;
    font-size: 1.1em;
}


.personaLegal:hover .imghover{
    opacity: 0.4;
    filter: alpha(opacity=40);
    
}
.personaLegal:hover .hoverGabinete{
   display: block; 
   color: #000 !important;
   
}
.hoverGabinete > img{
    
    width: 50%;
}
.hoverGabinete > a > img{
    width: 15%;
    max-width: 100%;
    cursor: pointer;
}
.hoverGabinete > .nocv > img{
    width: 15%;
    max-width: 100%;
    cursor: auto;
}
.hoverGabinete p{
    font:small-caption;
    font-size: 0.8em;    
    color: #000;    
    text-align: center;
   /* text-transform: uppercase;*/
}
.hoverGabinete > span{
    font-size: 1.1em !important;
    /*font-weight: bold !important;*/
   /* font-variant:small-caps;*/
    
}

@media (max-width: 543px) {  
   .hoverGabinete{ 
       font-size: 1em;
    }
}

@media (min-width: 544px) and (max-width: 767px) {  
   .hoverGabinete{ 
       font-size: 1em;
    }
}

@media (min-width: 768px) and (max-width: 991px) { 
    .hoverGabinete{ 
       font-size: 0.8em;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
   .hoverGabinete{ 
       font-size: 0.9em;
    }
}
@media (min-width: 1200px) { 
   .hoverGabinete{ 
       font-size: 1em;
    }
}
/*
.ui-dialog{
   
     max-width: 100% !important;
     min-width: 50% !important;
     
}

.cvopen 
{   
     display: block !important; 
}
.cv{
    background-color: red;
     width: auto !important;
     
}


.ui-widget-header {
  border: none;
  background: transparent;
}
.ui-widget-content {
  background: #000;
  opacity: 0.8;
  color: white;
  
   
    font-size: 1em;
}
.divcv{
    color: #ffffff;
    
    width: auto !important;
}

.transparent-dialog {
   width: 90% !important;
}

.ui-dialog-titlebar-close {
  border: none;
  background: transparent;
  background-image: url(imagenes/X.png);
  background-repeat:no-repeat;
    background-size:contain;
  color:#ffffff;
}
*/
