﻿@charset "UTF-8";

/*ORGANIGRAMA*/

/*lightbox organigrama*/
.nombre-box{font-family: 'mic32newrd-rg-webfont'; font-size:22px; line-height:120%; font-weight:normal; color:#000; letter-spacing:inherit;}
.cv-box{font-family:'PTS55F-webfont'; color:#63635b;}
.page-node-308 #cboxContent{margin-top:10px !important;}
.page-node-308 #cboxClose{top:0 !important;}

#organigrama a{color:#000; text-decoration:none;}
#organigrama table, #organigrama tbody{ border:0;margin:auto;margin-bottom:0;}
#organigrama td{border:0; padding:0;}
#organigrama .field-label{display:none;}
#organigrama{ width: 100%; margin:auto; font-size: 80%; font-family: "mic32newrd-rg-webfont"; float:left; line-height: 1.1em;}
.organigrama-row{border-collapse: collapse;}
#cv-view{
	font-family: "mic32newrd-rg-webfont";
display: none;
position: absolute;
width: 44em;
background: #FFF;
top: 10%;
left: 2.5%;
margin: auto;
padding: 4em;
box-shadow: 1px 1px 8px #333;
border-radius: 11px;
}
#cv-view b,#cv-view strong{
	color: #000;
}
#cv-close{
padding: 0em 0.5em 0em 0.5em;
border: 1px solid #999;
border-radius: 100%;
font-size: 1.5em;
color: #999;
cursor: pointer;
position: absolute;
right: 1em;
top: 1em;
}
#cv-content{
height: 100%;
width: 100%;
}
.lvl1{width: 205px !important;
height: 108px !important;}

.inline-card{display: inline-block !important;height: 108px !important; vertical-align: top;}
.employee{	width: 101px;height: 101px;margin: auto; font-size: 1em; color: black; position:relative; /*background:#d9d8cd !important;*/}
.info{ width: 101px;display: inline-block; height: 101px; background: #d9d8cd; position: relative;vertical-align: top;}
.foto{ width: 101px; height: 101px; display: inline-block; vertical-align: bottom; background: black; float:left;}
.foto img{width: 100%;}	
.employee .info div{ margin: 0.5em;}
.employee .info .cargo { font-weight: bold;	margin-bottom: 0.6em;}
.employee .cv{ text-align: right; position: absolute; bottom: 0.2em; left: 0.2em; margin: 0;content:"CV"; }
#organigrama > table > tbody tr:nth-child(3) td.employee.lvl1 .cv { display: none; }
.orden3{ width:101px; height: 200px; margin-left:10px; margin-right:10px;display: inline-block;}
.order3 .info, .orden3 .foto{ display: block;}
.level-3{ width: 480px; margin: auto;}
.border1{ margin: auto;height: 30px;}
.border1 .bar{ background: white;border-right: 1px solid black;height: 5em;width: 10em;}
.border1 .bar2{ width: 10em; height: 5em;}
.border2-section{width: 43em;margin: auto;}
	.border{width: 490px;
        height: 3em;
        margin-left: 5em !important;}
	.border2 {
        border-bottom: 1px solid #D8D8CC !important;
        }
	.border3{
		width: 120px;
		height: 3em;
        
	}
    .no-mobile .border3-block{width: 25%;}
	.border3-block{border-left: 1px solid #d8d8cc !important;border-right: 1px solid #d8d8cc !important;}
    .border3-section {
width: 490px;
margin: auto !important;
margin-left: 5em !important;
}
    .table-boss{width:48%;margin-left:29% !important;}

.no-mobile#organigrama {display: block;}

.mobile#organigrama {
    display: none;
    font-size: 70%;
}
.mobile .organigrama-row {margin: auto;width: auto;}
.mobile .td-left {width: 49%; }
.mobile .td-left.border {  border-right: 1px solid #d8d8cc !important;}
.mobile .td-right {  width: 49%;    }
.mobile .level-3, .mobile .border3-section {width: 24.2em !important; margin: auto !important;}
.mobile .td-middle  {height: 1.3em;}
.mobile .td-middle.td-right div{
        height: 100%;
        width: 60%;
        float: left;
        border-top: 1px solid #d8d8cc;
        border-right: 1px solid #d8d8cc;
    }
.mobile .td-middle.td-left div{
        height: 100%;
        width: 60%;
        float: right;
        border-top: 1px solid #d8d8cc;
        border-left: 1px solid #d8d8cc;
    }
.mobile .tr-middle {
        vertical-align: bottom;
    }
.mobile .superior {
        padding-bottom: 1em !important;
    }
.mobile .border3-section .td-left {border-right: 1px solid #d8d8cc !important; width: 48.8%;}
.mobile .border {width: 22.8em; margin: auto !important;height: 1.5em;}
.mobile .border2 {border: 0 !important; }

#organigrama .info:before {
    content: "";
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 0px;
    height: 0px;
    border-top: 30px solid #d44817;
    border-right: 30px solid transparent;
}

#organigrama .info:after {
    content: "";
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 0px;
    height: 0px;
    border-bottom: 30px solid #fff;
    border-left: 30px solid transparent;
}
.no-mobile table.organigrama-row.level-3 {
    position: relative;
    left: -65px;
}
.no-mobile table.organigrama-row.border3-section {
    position: relative;
    left: -65px;
}
.no-mobile table.organigrama-row.border2.border {
    position: relative;
    left: -65px;
}