/* CABECERA */

#titulo {
    margin: 0 0 10px 0;
}

#titulo div {
    position: relative;
    border-bottom: 1px dashed #B0B0B0;
    padding-bottom: 2px;
    height: 18px;
}

#titulo img {
    position: absolute;
    bottom: 1px;
    left: 0;
}

/* DETALLE */

#preparacion {
    width: 509px;
}

#preparacion div {
    padding: 15px 0 15px 0;
    border-bottom: 0px dashed #B0B0B0;    
}
#preparacion p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3935;
	text-align: justify
}
#preparacion p.titulo {
    font-weight: bold;
    text-align: left;
	color: #F49C32;  
}

#preparacion a {
	color: #F49C32;
    text-decoration: none;
}

#preparacion a:hover {
	color: #F49C32;
    text-decoration: underline;
}

#preparacion ol {
    font-family: Verdana;
    font-size: 11px;
    list-style-position: outside;
    list-style-type: decimal;
    margin-left: 30px;
    text-align: justify;       
}

#preparacion li {
    margin-bottom: 10px;
}
