/* CSS Document */
body {
	margin: 0px;
	background-image: url("bg.jpg");
	background-color: #ffffff;
	background-repeat: repeat-x;
	font-family: "Trebuchet MS";
	font-size: 10px;
	line-height: 11px;
	color: #858585;
}

a:link, a:active, a:visited {
	font-family: "Georgia";
	font-size: 12px;
	text-transform: lowercase;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #959f87;
}

a:hover {
	text-decoration: none;
	color: #6d8a45;
}

.titulo {
	background-image: url("");
	background-color: #f0f3ea;
	font-family: "Georgia";
	font-size: 12px;
	text-transform: lowercase;
	font-weight: bold;
	font-style: italic;
	color: #a2af95;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #dce3d3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.contenido {
	/*background-color: #fbfdf8;*/
	font-family: "Trebuchet MS";
	font-size: 10px;
	line-height: 11px;
	color: #8a8a8a;
	text-align: justify;
	border-bottom: 0px dotted #8b1c1c;
	padding: 5px;
	padding-left: 3px;
}

.img {
	background-color: #f1f7f3;
	padding: 5px;
	border: 1px solid #e3e9db;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

a img {
	background-color: #f1f7f3;
	padding: 5px;
	border: 1px solid #e3e9db;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

a:hover img {
	background-color: #f0f3ea;
	padding: 5px;
	border: 1px solid #e3e9db;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

b {
	color: #b57d5a;
}

em {
	color: #6b8144;
	font-family: "Georgia";
	font-size: 12px;
	text-transform: lowercase;
	font-weight: bold;
}

i {
	color: #9db97d;
}

blockquote {
	background-color: #;
	border-left: 10px solid #241e1e;
	padding: 7px;
}