.contenedorExterior{
	width: 100%;
	background: #e6e6e6;
	border-top: solid 2px #19325b;
	border-bottom: solid 2px #19325b;	
}
.datosBasicos{
	color: #19325b;
	font-weight: bold;
	text-align: center;
	font-size: 1.8em;
	margin-top: 10px;
    margin-bottom: 15px;
}
.subTituloDespacho{
	color: #003e25;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 5px;
}
.textoDespacho{
	color : #948282;
	font-size: 1em;
	margin-bottom: 5px;
}
.mapaDespachos{
	height: 170px;
    margin: 0 6%;
    margin-bottom: 10px;
}
.separadorDespacho{
	border-top: solid 2px #19325b;
	margin: 0 -10px;
	margin-bottom: 15px;
}
.separador1Despacho{
	border-top: solid 1px #948282;
	margin: 5px 0;
}
    .row.border{
        border-bottom: solid 2px #e8e3ce;
    }
    .item{
        text-align: center;
        padding: 50px 0px;
	}
    .item a{ 
    	cursor: pointer;
    }
	.item .circular-portrait{
		position: relative;
		width: 100px;
		height: 100px;
		overflow: hidden;
		overflow: hidden;
		border-radius: 50%;
		margin: 5px auto;
	}
	.item .circular-portrait img{
		width: 100%;
		height: auto;
        opacity: 0.3;
	}
	.item h4{
		color: #999999;
		font-family: Oswald;
		font-size: 25px;
		font-weight: bold;
	}
	.item span, .item b{
		color: #999;
		font-size:15px;
	}
    .item a:hover{
        text-decoration: none;
    }
	.item:hover img{
		opacity: 1;
	}
	.item:hover h4{
		color: #00073d;
        text-decoration: none;    
	}
	.item:hover span, .item:hover b{
		color: #000;
        text-decoration: none;
	}
	.modal-content button.close{
		background: #e6e6e6;
		border-radius: 0px;
		padding: 5px 10px;
		font-size: 30px;
		text-shadow: none;
		color: #00073d !important;
		position: fixed;
		top: 1px;
		right: 1px;
		opacity: 1;
	}
	.modal-body{
		padding: 15px 25px 25px;
		overflow: auto;
	}
	.modal-body img{
		display: block;
		margin: 20px auto;
		height: 150px;
	}
	.modal-body h4{
		color: #00073d;
		font-family: Oswald;
		font-size: 30px;
		font-weight: bold;
	}
	.modal-body .info, .modal-body b{
		font-size:17px;
	}
	.modal-body .bio{
		font-size: 14px;
		text-align: justify;
        display: block;
	}
	.modal-body hr{
		border-bottom: solid 1px #e8e3ce;
		width: 100%;
	}
	.modal-header {
		border-bottom: none;
	}
	.modal-content{
		border-radius: 0px;
	}
	.modal-content .date>div{
		padding-left: 0px;
	}
	.modal-content .title-date{
		color: #999;
	}