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;
}

#titleTurno {
	font-size: 18px;
	text-transform: uppercase;
}

.fontTypeTurno {
	color: #002B32;
	font-weight: bold;
}

#bodyIndex {
	margin: 0px 40px 0px 40px;
	background-color: #F5F5F5;
}

#bodyLeft {
	float: left;
	width: 270px;
}

#bodyRight {
	float: right;
	width: 550px;
	padding: 15px;
	
}

.interspace {
	clear: both;
    visibility: hidden;
}

#sendTramite {
	background-color: #002B32;
	color: #E5E5E5;
	cursor: pointer;
	height: 30px;
	border-radius: 5px;
	font-weight: bold;
	text-transform: uppercase;
	width: 240px;
}

select {
	border-radius: 5px;
	height: 30px;
	padding-left: inherit;
	float: none;
	border: solid 1px gray;
}

input {
	border-radius: 5px;
	border: solid 1px gray;
}

.required {
	background-color: white;
}

#logoLeft {
	width: 100%;	
}