*	{
border:none;
text-decoration:none;
margin:0;
padding:0;
font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

body{
	text-align:center;
	background-image:url("images/content_01.png");
	background-position: top center;
	background-repeat: repeat-y;
	
	}
	
	#hcontainer {
		background-image:url("images/header_03.png");
		height:193px;
		background-position: top center;
	
	}
	
	#hslogan {
	font-size:150%;
	color:#fff;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	margin-top:-140px;
	margin-left:35px;
	width:190px;
	}

div#header {
	background-image:url("images/header_03.png");
	height:193px;
	background-position: top center;
	width:905px;
	margin:0 auto;
}



h1 {
padding-top:60px;
padding-left:240px;
font-size:0%;
}
	
h1 a{
  color:#755;
  display:block;
  width:635px;
  height:113px;
}	
	
	


div#navigation{
	background-image:url("images/menu.png");
	background-position: top center;
	height:70px;
	margin:0 auto;
	width:905px;
	
}

div#navigation ul {
	text-align:right;
	list-style-type:none;
	padding-top:10px;
	padding-right:50px;
}


div#navigation li , div#navigation li a {
	display:inline;
font-weight:bold;
font-size:115%;
	text-transform:lowercase;
	color:#755;
	padding-top:30px;
	padding-left:20px;
}


div#navigation li a:hover {
color:#fff;
}

div#container{margin:0 auto}
div#container{text-align:left}


div#wrapper{
	background-image:url("images/content_01.png");
	background-position: top center;
	background-repeat: repeat-y;
	margin:0 auto;
	width:905px;
}
	
div#content {
width:785px;
margin-left:80px;	
line-height:21px;
}
	
div#content p{
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans serif;
	margin-top:20px;
	color:#755;
}


	
h2 {
margin-top:30px;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans serif;
	font-size:250%;
	color:#422;
line-height:37px;
letter-spacing:-1px;
}
	
h3 {
border-bottom:5px solid #edd;;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans serif;
	font-size:180%;
	text-align:left;
	margin-top:30px;
	margin-bottom:20px;
	color:#533;
	
}
	
	
	
img {
	float:left;
	padding:5px;
	margin-right:50px;
	border:1px solid #755;
}

ul li{
	font-size:150%;
	color:#533;
	list-style-type:square;
margin-left:25px;
}

ol li{
	color:#533;
margin-left:25px;
}

ul, ol {
margin-bottom:20px;
}
address {
	margin-top:20px;
	margin-bottom:20px;
}

table {
	border-spacing:0;
}

table tr th{
	padding:10px;
	border:1px dotted #333;
}


table tr td{
	padding:10px;
	border:1px dotted #333;
}



div#footer{
	color:#fff;
	text-align:center;
	background-image:url("images/footer_01.png");
	background-position: top center;
	height:114px;

}

div#footer p{
padding-top:60px;
}




#formulario {
		width: 500px;
		height: auto;
		
		padding: 20px 10px;
		
		}
		
#formulario	fieldset {
		border: 1px solid #eee;
		padding: 12px;
		
		}
	
#formulario legend {
		font-size: 0.7em;
		font-variant: small-caps;
		font-weight: bold;
		color:#444;
		}
		
#formulario	label {
		font-size: 0.7em;
		color: #333;
		}
		
#formulario	input {
		width: 460px;
		height: auto;
		background-color: #FFFFFF;
		border: 1px solid #7F9DB9;
		padding: 3px;
		margin-bottom: 3px;
		}
		
#formulario	select {
		width: 366px;
		height: auto;
		border: 1px solid #7F9DB9;
		margin-bottom: 3px;
		padding: 3px;
		}
		
#formulario	optgroup {
		background-color: #FFFFB0;
		color: #333333;
		font-style: normal;
		}
	
#formulario	option {
		background-color: #FFFFE8;
		color: #333333;
		}
		
#formulario	textarea {
		width: 460px;
		height: 80px;
		border: 1px solid #7F9DB9;
		margin-bottom: 3px;
		padding: 3px;
		}
		
#formulario	#enviar {
		width: 100px;
		height: auto;
		padding: 5px;
		margin: 10px 0px 10px 14px;	
		}
		
#formulario	input:hover, #formulario select:hover,#formulario textarea:hover {
		background-color: #ddd;
		}
		
#formulario	input:focus,#formulario select:focus,#formulario textarea:focus {
		background-color: #FFFFCC;
		}

