/* CSS Document */
p {
	margin:0px;
	padding:0px;
	line-height:16px;
}
.titulo {
   font-size:24px;
   font-weight:bold;
   text-align:right;
   margin-bottom:15px;
   display:block;
   border-bottom:2px dashed #a69f11;
   padding-bottom:10px;
   color:#fe7119;
   background-image:url(../imagenes/jarro.jpg);
   background-position:right;
   background-repeat:no-repeat;
   padding-right:40px;
}

