body {
	background: #E3F6CE;
	margin: 0px;
}

a {
	color: #424242;
	text-decoration: none;
}
a:visited {
	color: #424242;
}
a:hover {
	text-decoration: underline;
}

.titulo {
text-align:center; 
text-transform: uppercase;
color:#82D05C; 
background: #E3F6CE;
font-family:Arial; 
font-size:40px;
padding-top: 20px;
padding-bottom: 20px;
}

.content { 
	margin: 0px;
	padding: 10px;
	width: 890px; 
	background: #E3F6CE;
	
}

.menu {
	float: left;
	width: 200px;
	text-align:left;
}

.sidebar a {
margin-left:5px; 
margin-right:30px;
color:#EAAF56; 
font-family:arial; 
text-decoration:none;
font-size:13px;}

.sidebar a:hover {color:#F68D31}

.sidebar ul {
	list-style: none;
	margin: 0 ;
	padding: 0 ;
	line-height: 1.2em;
}
.sidebar ul li {
	background: url(fotos/bullet-orange.gif) no-repeat;
	padding-left: 18px ;
}

.contenido {
	float: right;
	width: 660px;
	font-family:arial; font-size:13px; color:#424242;
	text-align: justify;
}

/* ------------------------------------- footer area  */

.footer {
	float: left;
	padding: 30px;
	width: 700px;
	font-family:arial; font-size:13px; color:#181818;
	text-align: center;
}

.footer a, #footer a:visited {
	text-decoration: none;
	color: #181818;
}

.footer a:hover {
	text-decoration: underline;
}

