body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #101010;
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-left: 0px;
}

#logo {
	color: #FFFFFF;
	background-color: #1b6e44;

}

#logo p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;

}

#menu {
	background-color: #d03200;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#cuerpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px;
	margin: 5px;

}

#noticias{
	background-color: #FFFFFF;
	width: 320px;
}

a:link {
	color: #101010;
}
a:visited {
	color: #101010;
}
a:hover {
	color: #101010;
}
a:active {
	color: #101010;
}
#carta {
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
	border: thin dashed #D03200;

}

#menu a:link {
	color:#FFFFFF;
	text-decoration: none;
}
#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.noticias {
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D03200;
	border-right-color: #D03200;
	border-bottom-color: #D03200;
	border-left-color: #D03200;
}
