.recuadropresentacion {
	box-sizing: border-box;
	width: 80%;
	background: url(hgt.png) no-repeat bottom left; 
	background-color: #fc9;
	border-radius: 1rem;
	padding: 0 1rem 1rem 8rem;
	text-align: left;
}

.barrasup {
	background-color: #f93;
	border-radius: 1rem 1rem 0 0;
	color: white;
	margin: 0 -1rem 0 -8rem;
	padding: 1rem 0 0.3rem 1rem;
}

blockquote {
	margin-bottom:2rem;
}

blockquote p {
	font-style:italic;
}

.roundcont {
	width: 80%;
	background-color: #fc9;
}

.roundcontvd {
	width: 90%;
	background-color: #9fc;
}

.roundcontvt {
	width: 90%;
	background-color: #c9f;
}

.roundcont p {
	margin: 0 10px 0 0;
	padding-left:130px;
	padding-top: 10px;
	text-align:left;
	background: url(fondeadonovena.jpg) no-repeat bottom left; 
	}

.roundcontvd p, .roundcontvt p {
	padding: 0 10px;
	text-align:left;
	}
	
.roundtop { 
	background: url(tr.gif) no-repeat top right; 
	text-align: left;
	background-color: #f93;
}
	
.roundtopvd { 
	background: url(trvd.jpg) no-repeat top right; 
	text-align: left;
	background-color: #396;
}
	
.roundtopvt { 
	background: url(trvt.gif) no-repeat top right; 
	text-align: left;
	background-color: #96c;
}

.roundbottom {
	background: url(br.gif) no-repeat top right; 
	text-align: left;
}

.roundbottomvd {
	background: url(brvd.gif) no-repeat top right; 
	text-align: left;
}

.roundbottomvt {
	background: url(brvt.gif) no-repeat top right; 
	text-align: left;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

img.cornerlong {
   width: 116px;
   height: 15px;
   border: none;
   display: block !important;
}

.roundtop h3, .roundtopvd h3, .roundtopvt h3 { 
	color: #fff;
	margin: 0px 5px 0px 17px;
	padding-bottom: 5px;
}

/* RECUADRO de las EFEMÉRIDES y MEMORIA */
	
h3.efe, h3.memo, h3.rec { 
	color: #fff;
	margin: 10px 5px 0px 17px;
	padding-bottom: 5px;
}

.efemer {
	width: 80%;
	background-color: #9cf;
	border: solid 1px #06c;
	margin-bottom:10px;
}

.titefemer {
	width: 80%;
	text-align: left;
	background-color: #06c;
	border: solid 1px #06c;
}

.recu {
	width: 80%;
	background-color: #fdeda4;
	border: solid 1px #fdb301;
	margin-bottom:10px;}
	
.titrecor {
	width: 80%;
	text-align: left;
	background-color: #fdb301;
	border: solid 1px #fdb301;
}
	
.titmemo {
	width: 100%;
	text-align: left;
	background-color: #666;
}

.efemer p, .recu p {
	margin: 0;
	padding:10px;
	text-align:left;
	}

		
/* Termina el RECUADRO de las EFEMÉRIDES */
