#middle_menu {
	clear: both;
	width: 800px;
	height: 229px;
	padding: 0px 0px;
	background: url(../novedades/imagenes/cintillo_sombra.jpg) no-repeat;
}
#middle_menu .learn_btn a {
	display: block;
	width: 162px;
	height: 40px;
	background: url(../novedades/imagenes/learn_btn.png) no-repeat;
}

#middle_menu .learn_btn a:hover {
	background: url(../novedades/imagenes/learn_btn_hover.png) no-repeat;
}

.estilo_Contenido{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align:justify;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	line-height: 20px;
}
.estilo_titulo{
	font-family: Denmark;
	font-size: 14px;
	font-style: normal;
	text-align:center;
	color:#C37755;
}
.estilo_titulo_azul{
	font-family: Denmark;
	font-size: 14px;
	font-style: normal;
	text-align:center;
	color:26498D;
}
.estilo_sub-titulo{
	font-family: Denmark;
	font-size: 13px;
	font-style: normal;
	text-align:center;
	color:#C37755;
	
}
.ol_decimal 
   {list-style-type: decimal;
	margin-left: 50px;
	}

.ol_lroman
 {list-style-type: lower-roman;
 margin-left: 50px;
 }
 .ol_uroman
 {list-style-type: upper-roman;
 margin-left: 50px;
 }
 .ol_lalfa
 {list-style-type: lower-alpha;
 margin-left: 50px;
 }
  .ol_ualfa
 {list-style-type: upper-alpha;
 margin-left: 50px;
 color: ;
 }

a:link { text-decoration:none; color: #006699;} /* un enlace no visitado*/ 
A:visited { text-decoration:none; 
			color: #006699;} /* enlace visitado */ 
A:active { text-decoration:none; 
			color: #003366;} /* enlace activo */ 
a: hover {text-decoration: underline; 
			color: #003366;}

