/* CSS Document */
div#cuerpo #contenido3 {
	width: 900px;
	padding: 0px;
	font-size: 1.8em;
	color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
}
div#contenido3 h3 {
	font-size: 0.7em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-transform: uppercase;
}
div#contenido3 .titulo {
	background-image: url(../img/esq_roja.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div#contenido3 h1 {
	font-size: 0.85em;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	position: relative;
	width: 890px;
	left: 7px;
	background-color: #e00734;
	height: 19px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	line-height: 17px;
}
div#contenido3 h1 strong {
	color: #FFFFFF;
	margin-left: 5px;
	font-weight: bold;
}
div#contenido3 p{
	font-size: 0.7em;
	font-style: normal;
	background-color: #464646;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-indent: 10px;
}
div#contenido3 ol {
	background-color: #464646;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
}
div#contenido3 ol li {
}
div#contenido3 .ultimo {
	margin-bottom: 30px;
}

