div#Review {
	margin:0px auto 0px auto;
}
div#Review h2 {
	font-size: 1.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4B8E3E;
	font-weight: lighter;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 10px;
}
div#Review p {
	text-align: justify;
}
div#Review a {
	color:#3DC246;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #3DC246;
}
div#Review a:hover {
	color:#E9E9E9;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E9E9E9;
}

div#BannerRev {
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.RV-Img-Derecha {
	float: right;
	padding: 4px;
	border: 6px solid #397D3F;
	margin-bottom: 5px;
	margin-left: 10px;
	cursor: pointer;
}
.RV-Img-Izquierda {
	float: left;
	padding: 4px;
	border: 6px solid #397D3F;
	margin-bottom: 5px;
	margin-right: 10px;
	cursor: pointer;
}
.Important {
	border: 3px dotted #3A6B2F;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-top: 5px;
	background-color: #24411D;
	color: #FFFFFF;
	font-weight: bold;
}

