body {
	margin: 10px 0 10px 0;
	background-color: white;
	color: #808080;
}

body,p,input,textarea,select,td,th {
	font-size: 9pt;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

/* a:link {
	color: #e0e0e0;
}
a:visited {
	color: #c0c0c0;
}
a:active {
	color: white;
} */

h1,h2,h3,h4,h5,h6 {
	color: #00a9da;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

h1 { font-size: 12pt; }
h2 { font-size: 11pt; }
h3 { font-size: 10pt; }
h4 { font-size: 9pt; }
h5 { font-size: 8pt; }
h6 { font-size: 8pt; }

form {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 786px;
	margin-left: auto;
	margin-right: auto;
	background: url('/images/bg1.png') 0 0 repeat-y;
}
#container div.mydiv img {
	display: block;
}

#frame {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

#header {
}

#logo {
}
#logo a img {
	border: none;
}

#menu {
	margin: 2px 0 0 0;
	padding: 5px 0 5px 0;
	background-color: #bddcf6;
	float: right;
	width: 162px;
	min-height: 250px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
#menu ul li {
	padding: 7px 0 7px 0;
	list-style: none;
	border-bottom: 3px solid white;
}
#menu ul li a {
	padding: 3px;
	color: black;
	text-decoration: none;
	display: block;
}
#menu ul li.active a {
	font-weight: bold;
}
#menu ul li a:hover {
	text-decoration: underline;
}

#ad {
	margin-top: 10px;
	clear: right;
	float: right;
	width: 162px;
}

#footer {
	margin: 25px 0 50px 0;
	text-align: center;
}
#footer a {
	color: blue;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#body {
	width: 750px;
	overflow: hidden;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

#contact {
	float: right;
	text-align: right;
}
#contact p, #contact h1 {
	color: #ffc600;
}
#contact p {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0px;
}
#contact h1 {
	margin-top: 0px;
	font-size: 18pt;
}

#content {
	float: left;
	width: 568px;
}
#content p {
	text-align: justify;
	line-height: 15pt;
}

#top, #bottom {
	width: 600px;
	height: 21px;
}
#top {
	background: url('/images/top.png') 0 0 no-repeat;
}
#bottom {
	background: url('/images/bottom.png') 0 0 no-repeat;
}

img.float {
	border: 1px solid black;
	margin: 10px;
}
img.right {
	float: right;
	margin-right: 0px;
}
img.left {
	float: left;
	margin-left: 0px;
}

div#ajillo_search table {
	width: 100%;
}
div#ajillo_search input.button {
	margin-top: 10px;
	border: 1px solid #003f99;
}

div#ajillo_search select.locale {
	width: 16em;
}
div#ajillo_search label {
	margin-right: 0;
}
div#ajillo_view {
	/* width: 400px; */
}
