@charset "UTF-8";
/* CSS Document */

/* Z-index of #mask must lower than #boxes .window */
#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:999998;
	background-color:#000;
	display:none;
}
#boxes .window {
	position:absolute;
	width:638px;
	/*height:318px;*/
	z-index:999999;
	background-color:#FFF;
	text-align: left;
	border: 6px solid #aaaaaa;
	display:none;
}
#boxes .window .mapa { }
#boxes .window h3 {
	background: #0f6db7;
	font-size: 18px;
	line-height: 37px;
	height: 37px;
	padding-left: 10px;
	color: #FFF;
}
#boxes .window .close {
	position: absolute;
	top: 7px;
	right: 12px;
	width: 22px;
}

#boxes .window .close:after, #boxes .window .close:before {
	content: none;
}

/* Customize your modal window here, you can add background image too */
#boxes #dialog {
	width:375px;
	height:203px;
}
#boxes .window .detalle { padding: 15px; }
#boxes .window .detalle p { font-size: 0.875em; }


/* colores titulos etapas proceso penal */

#boxes #proceso01 h3 { background: #b44da8;}
#boxes #proceso02 h3 { background: #ca3f69;}
#boxes #proceso03 h3 { background: #de700e;}
#boxes #proceso04 h3 { background: #df490e;}
#boxes #proceso05 h3 { background: #dcbc0f;}
#boxes #proceso06 h3 { background: #5ea326;}
#boxes #proceso07 h3 { background: #8dd89f;}
#boxes #proceso08 h3 { background: #47bca2;}
#boxes #proceso09 h3 { background: #18becc;}
#boxes #proceso10 h3 { background: #072f6d;}
#boxes .imagen{text-align:center;margin:15px auto;width:100%;}
#boxes .imagen img{height:200px;}
#boxes .tooltip{color: #000;border-bottom: 1px dotted #000; font-weight:700; cursor:help;}