@charset "utf-8";
/* CSS Document */

body {
	background: #58585a;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:400;
	width: 100%;
	margin:0;
	padding:0;
	}
a {
	color:#30F;
	text-decoration: none;}
ul {
	color:#58585a;}
p {
  color:#58585a;}
h1,h2,h3,h4 {
	font-weight:600;
	color:#723518;}
h1 {
	background:#723518;
	color:#fff;
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	width:64%;}

#header {
	border-top: 5px solid #d2e289;
  	background:#faf8e3;
	height:255px;
}
#logo {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	display:block;
}
#logo2 {
	float:right;
	display:block;}
#foto {
	height:140px;
	overflow:hidden;
	border-bottom: 5px solid #d2e289;
}
#content {
	background-color: #fff;
	margin: 20px;
	padding: 20px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
	height:auto;
	}
#footer p{
	color: #fff;
	font-size: 9px;
	background: #58585a;
	text-align: center;
	}
#footer a{
	color:#fff;}


#third_left {
	float:left;
	width: 66%;
	margin-right: 4%;
	display:block;
	overflow:hidden;}
	
#third_right {
	float:left;
	width:30%;
	margin:0;
	display:block;}
#clearfloat {
	clear:both;}
hr {
	border: none;
	border-bottom: 3px solid #d2e289;
}