

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5em;
	background-position: top;
	background-color: #DFDFDF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #009900;
}

a {
	color: #009900;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

/* Menu */



/* Logo */

#logo {
	width: 780px;
	height:200px;
	margin: 0 auto;
	padding: 0px 0 0 0;
	background: url(images/logo.jpg) no-repeat;
}



/* Content */

#content {
	width: 780px;
	margin: 0 auto;
	background: #FFF;
}

#colA {
	width: 600px;
	padding: 0 10px 0 10px;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#colB {
	float: right;
	width: 150px;
	background-color: #FFF;
}

/* BoxedA */

.boxedA {
	margin-left:10px;
}

.boxedA h2 {
	padding-top: 25px;
	border-bottom: 1px solid #009900;
	font-size: 18px;
}

.boxedA h3 {
	font-size: 1em;
	font-weight: bold;
}

.boxedA p {
	line-height: 1.5em;
	text-align: justify;
	padding-left: 5px;
	padding-right:15px;
	font-size:12px;
}



/* BoxedB */

.boxedB {

	margin-top:50px;
	background: #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-right:7px;
}


.boxedB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedB li {
	display: inline;
}

.boxedB a {
	display: block;
	height: 23px;
	padding: 7px 0 0 21px;
	background: #E9F1E2 url(images/img09.gif) no-repeat;
	border-bottom: 3px solid #FFF;
	text-decoration: none;
	color: #009900;
	
}

.boxedB a:hover {
	background: #87B366 url(images/img08.gif) no-repeat;
	color: #FFFFFF;
	text-decoration:none;
}



/* Footer */

#footer {
	clear: both;
	width: 766px;
	margin: 0 auto;
	border-top: 4px solid #0A7E3D;
	background: #87B366;
	padding: 7px;
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}



#footer a {
	color: #006600;
}


/* FORMULARIO */

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 100px; /*width of left column containing the label elements*/
height: 1%;
color:#FFFFFF;
}

.cssform label{
font-weight: bold;
color: #000000;
float: left;
margin-left: -100px; /*width of left column*/
width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}


* html .threepxfix{
margin-left: 3px;
}
