div {
	display: inline;
	float: left;
	position: relative;
}

h3 {
	height: 15px;
	margin: 0;
	clear: both;
	border-bottom: 3px solid #363636;
}

div.wrap_table {
	margin-bottom: 15px;
}

div.wrap_table ul {
	margin: 0;
	padding: 0;
}

div.wrap_table li {
	padding: 0;
	height: auto;
	border-bottom: 1px dotted lightgray;
	cursor: pointer;
    
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 100%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 100%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

div.wrap_table li:hover {
	background: #aaa; /* Old browsers */
	background: -moz-linear-gradient(top,  #aaa 0%, #f3f3f3 100%, #aaa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaa), color-stop(100%,#f3f3f3), color-stop(100%,#aaa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aaa 0%,#f3f3f3 100%,#aaa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #aaa 0%,#f3f3f3 100%,#aaa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #aaa 0%,#f3f3f3 100%,#aaa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #aaa 0%,#f3f3f3 100%,#aaa 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaa', endColorstr='#aaa',GradientType=0 );  IE6-9 */
}
div.wrap_table li:hover a {
	color: #000;
}

div.wrap_table a {
	font-size: 13px;
    font-weight: bold;
    display: block;
    padding: 9px 25px;
}

div.wrap_table label.right {
	float: right;
	padding: 0;
	margin-right: 20px;
	font-family: monospace;
	cursor: pointer;
}

.content_right_column {
	float: right;
}

#content .content_left_column {
    border-right: none;
    /*float: none;*/
}
.content_left_column .wrap_table,.content_right_column .wrap_table {
	width: 441px;
}

.content_left_column,.content_right_column {
	width: 443px;
}

#boxes {
	width: 980px;
}

#bodyIndex {
	margin: 0px 40px 0px 40px;
	background-color: #F5F5F5;
}

#bodyLeft {
	float: left;
	width: 30%;
}

#bodyLeft img {
	width: 100%;	
}

#bodyRight {
	width: 70%;
	padding: 15px;
	
}

#bodyRight p {
	font-size: 14px;
	text-align: justify;
}

#span1 {
	font-size: 20px;
	font-weight: bold;
	color: #002B32;
}

#span2 {
	font-size: 18px;
}

.numbercontainer #child {
    margin: 0 auto;
}

.bodyNumbers {
	
}

.bodyNumbersRight {
	width: 490px;
}

.boldFont {
	font-weight: bold;
	color: black;
}

.interspace {
	clear: both;
    visibility: hidden;
}

.parentNumber {
	display: flex;
	align-items: center;
	margin-top: 5px;
}

.numberFirmaLeft {
	margin: 0 0 0 10px;
	font-weight: bold;
	width: 170px;
}

.numberFirmaRight {
	width: 370px;
	margin: 0 0 0 30px;
}

.linksGreen {
	color: #689A96 !important;
	text-decoration: none;
	display:contents;
}

#inicTramite {
	float: right;
}

#inicTramite a {
	display:contents; 
	color: #1B6962 !important;
	text-decoration: none;	
}

#firmaBody {
	width: 480px;
	margin: 0px 0px 0px 60px;
}

#btnTramite {
	background-color: #002B32;
	color: #E5E5E5;
	cursor: pointer;
	height: 30px;
	border-radius: 5px;
	font-weight: bold;
	text-transform: uppercase;
	width: 240px;
}

#msgCitas {
	width: 100%;
}

.swal2-close {
	color: #6f7882 !important;
}

.swal2-close:hover {
  color: #f27474 !important;
}