#contenidoMegaEditor {
	padding-right: 30px;
	padding-left: 40px;
}
#contenidoMegaEditor a:hover {
	text-decoration: underline;
}

#contenidoMegaEditor p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contenidoMegaEditor blockquote {
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#contenidoMegaEditor ul, ol {
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 35px;
}
#contenidoMegaEditor ol {
	margin-left: 30px;
}

#contenidoMegaEditor ul li {
	background-image: url(../img/bullet03_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 13px;
	padding-bottom: 5px;
}
#contenidoMegaEditor ol li {
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-type: decimal;
}
#contenidoMegaEditor table {
	border-top-color: #999999!important;
	border-right-color: #999999!important;
	border-bottom-color: #999999!important;
	border-left-color: #999999!important;
	margin-top: 15px;
	padding-left: 5px;
}
