/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #DAD7C4;
	line-height: 20px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-style: none
	}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	color: #000000;
}

h1 {
	font-size: 12px;
}

h2 {
	padding-bottom: 15px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}

h3 {
	font-size: 1em;
}

h4 {
	padding-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	color:#0F3; 
}

p, ul, ol {
	margin: 0;
	padding: 0;
}

ul, ol {
	margin-left: 1em;
	padding: 0 20px 20px 10px;
	border-style: none;
	list-style:none
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	border-style: none;
	list-style:none
}

a {
	color: #057281;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	text-decoration: none
	
}


.img1 {
	padding-bottom: 10px;
	border-style: none
}

#wrapper {
	width: 800px;
	height: 370px;
	margin: 0 auto;
	background: url(images/image01.jpg) no-repeat left top;
	border-style: none
}

#menu {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0px auto;
	background-color:#6E2405;
}

#menu ul {
	float: right;
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
	padding: 10px 0 10px 0;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	border-style: none;
	padding-top: 18px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 12px;
	}

#menu a:link {
	color: #057281;
	font-size: 14px;
	font-weight: bold;
	border-style: none
}
a:visited {}
a:hover { color: #DAD7C4}
a:active {}

#header {
	width: 770px;
	margin: 0 auto;
	padding-top: 35px;
	border-style: none
}

#logo {
	float: left;
	width: 280px;
	height: 250px;
	margin: 0;
	border-image: none;
	border-bottom-style: none;
	border-style; none
	text-decoration: none;
	background: url(images/logo.gif) no-repeat left top;
	}

#header-image {
	float: right;
	width: 485px;
	height: 250px;
	background: url(images/oficina.gif) no-repeat left top;
	border-style; none
}

#page {
	width: 770px;
	margin: 0 auto;
	padding: 0;
}

#content {
	float: right;
	width: 485px;
	margin: 0;
	padding: 5px 0 0 0;
}

#sidebar {
	float: left;
	width: 220px;
	text-align:left
	height: auto
	margin: 0;
	padding: 5px 0 0 5px;
	background-color:#6E2405;
	list-style: none
}

#footer {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	background: url(images/image04.jpg) no-repeat left top;
	color: #B3B3B3;
	text-align: center;
	list-style: none
}

#footer p {
	padding-top: 40px;
	text-align: center;
	width: 800px
}

#footer a {
	color: #8BAD0C;
	text-align: center;
	width: 800px
}

img        { border-style: none }

.capbox {
	background-color: #92D433;
	border: #B3E272 0px solid;
	border-width: 0px 12px 0px 0px;
	display: inline-block;
	*display: inline; zoom: 1; /* FOR IE7-8 */
	padding: 8px 40px 8px 8px;
	}
	
	
	
	
	
	

.capbox-inner {
	font: bold 11px arial, sans-serif;
	color: #000000;
	background-color: #DBF3BA;
	margin: 5px auto 0px auto;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#CaptchaDiv {
	font: bold 17px verdana, arial, sans-serif;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#CaptchaInput { margin: 1px 0px 1px 0px; width: 135px; }
