@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
}
.clear {
	clear: both;
}
.wrapper {
	width: 815px;
	margin-right: auto;
	margin-left: auto;
}

h1, h2, h3, h4,h5,h6
{
	font-family: Arial, sans-serif;
}

#header {
	background-image: url(../images/header_back.jpg);
	float: left;
	height: 107px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 100%;
}
#header h1 {
	background-image: url(../images/crimelog.png);
	float: left;
	height: 107px;
	width: 506px;
	font-size: 12px;
	background-repeat: no-repeat;
}
#header h1 a {
	visibility: hidden;
	display: block;
	height: 107px;
	width: 276px;
	text-indent: -9000px;
}
#header h2 {
	float: right;
	width: 309px;
	font-size: 13px;
	padding-top: 12px;
	line-height: 22px;
	font-weight: normal;
}
#header #header_box {
	background-image: url(../images/header_watermark.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 107px;
}
#search {
		background: #464646; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2NDY0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYTFhMWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #464646 0%, #1a1a1a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#464646), color-stop(100%,#1a1a1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #464646 0%,#1a1a1a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #464646 0%,#1a1a1a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #464646 0%,#1a1a1a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #464646 0%,#1a1a1a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#1a1a1a',GradientType=0 ); /* IE6-8 */
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #E6CC01;
	float: left;
	width: 100%;
	clear: both;
}
#search h1 {
	text-transform: uppercase;
	color: #FAF62D;
	font-size: 18px;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 10px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	clear: both;
}
#search p {
	color: #FFFFFF;
	font-size: 13px;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 10px;
}
#search .search_box {
	width: 270px;
	float: left;
	background-position: center top;
	padding-bottom: 7px;
	border-right: 1px solid gray;

}

#content
{
	float: left;
	width: 100%;
}
.ordering  {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin-top: 15px;
	padding: 10px;
	margin-right: 50px;
	margin-left: 50px;
	background-image: url(../images/back_crimeform.png);
	border: 1px solid #CCCCCC;
}
.ordering a {
	color: #333333;
	text-decoration: none;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 20px;
}
.ordering a:hover {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.crime {
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
}
.crime:hover {
	background-color: #FFFFFF;
	border-bottom-color: #E6CC01;
	border-top-color: #E6CC01;
	background-image: url(../images/back_crime.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.crime h1 {
	text-align: center;
	font-size: 13px;
	color: #000000;
	float: left;
	height: 62px;
	width: 64px;
	background-image: url(../images/crimes_daybox.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 1px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
	line-height: 20px;
}
.crime h2 {
	margin: 4px;
}
.crime h2 a, .crime h2 a:link, .crime h2 a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 25px;
}
.crime h2 a:hover {
	color: #2C2200;
	text-decoration: underline;
}
.crime h3 {
	font-size: 15px;
	margin: 4px;
}
.crime p {
	font-size: 13px;
	margin: 4px;
}
.double_column {
	float: left;
	width: 407px;
	margin-top: 15px;
}
.double_column h1 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 4px;
}
.double_column h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 25px;
}
.double_column h3 {
	font-size: 15px;
	font-weight: normal;
	line-height: 19px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #5B3B00;
}
.double_column p {
	font-size: 13px;
	line-height: 22px;
	margin-top: 15px;
}
.double_column ul {
	margin: 5px;
}
.double_column li {
	font-size: 14px;
	list-style-type: none;
	line-height: 20px;
	color: #000000;
	margin-top: 10px;
}
.double_column a {
	color: #000000;
}
.double_column a:hover {
	color: #EF812E;
}
#footer {
	float: left;
	width: 100%;
	margin-top: 25px;
}
#footer p {
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.dia {
	font-size: 32px;
	color: #4F070C;
}
.link {
	color: yellow;
}
.notice
{
	font-size: 15px !important;
	font-weight: bold !important;
}
.search_box  .search_input {
	width: 150px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 3px;
	margin: 4px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	color: #333333;
}
.search_box select {
	width: 240px;
	margin: 4px;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	line-height: 24px;
	font-size: 17px;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
}
.search_box  .button {
	width: 75px;
	margin: 4px;
	padding: 3px;
	font-weight: bold;
	color: #000000;
	background-color: #E9E9E9;
	border: 1px solid #000000;
	font-size: 15px;
}
.search_box .button:hover {
	width: 75px;
	margin: 4px;
	padding: 3px;
	font-weight: bold;
	color: #000000;
	background-color: #E6CC01;
	border: 1px solid #000000;
}
input:focus {
	color: #000000;
	background-color: #FFFFCC;
}
select:focus {
	color: #000000;
	background-color: #FFFFCC;
}
.search_box .search_input_small {
	width: 97%;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	color: #333333;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}
.search_box .smallerbox {
	display: block;
	width: 47%;
	float: left;
	color: #EFEFEF;
	margin-right: 7px;
}
#search label {
	color: #FFFFFF;
	font-size: 13px;
	margin-bottom: 5px;
}
.search_box .button_small {
	font-weight: lighter;
	color: #000000;
	background-color: #999999;
	font-size: 9px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.search_box .button_small:hover {
	color: #000000;
	background-color: #FFFFCC;
}
#search .wrapper #crimesearch .start h1 {
	margin-left: 0px;
	padding-left: 0px;
}
.hora {
	font-size: 14px;
	font-weight: bold;
	color: #4F070C;
	font-style: italic;
}