.Tit_PAG_periodicos {
	font-size: 28pt;
	font-weight: bold;
	font-family: Algerian;
	padding: 10px;
	background-color: #301863;
}
.Cabecera {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	background-color: #43518F;
	padding: 8px;
}
.Subtitular {
	font-family: "Bodoni MT";
	font-size: 24px;
	font-weight: bold;
	background-color: #44218D;
	padding: 10px;
}

.ref {
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Periodico {
	font-family: Verdana;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	vertical-align: middle;
	margin: 0px;
	padding: 8px;
}
.AR_Periodico {
	font-family: "Courrier New";
	font-size: 18px;
	font-weight: 700;
}

.Tirada {
	font-family: Verdana;
	font-size: 10.0pt;
	padding: 6px;
}
/* Table containing whole calendar - TABLE */
.calOuterTable {
	border: 0px solid #333A87;
	width: 170px;
}
/* Month Selector - INPUT */
/* Year Selector - INPUT */
.calCtrl {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
/* Week Day Title - TD */
.calWTitle {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #DEE5F4;/* #787FA7*/
/*	background:#333A87;*/
	text-align: center;
	font-weight: bold;
	color:black;
	height: 20px;
	width: 20px;
}
/* Selected Date - TD */
.calDayCurrent {
	background:red;
	width: 20px;
}
/* Sat. and Sun. - TD */
.calDayWeekend {
	background: #909ACD;
	width: 20px;
}
/* Sat. and Sun. - TD */
.calDayHoliday {
	background: gray;
	width: 20px;
}
/* Not Sat. and Sun. - TD */
.calDayWorking {
	background: #FFFFFF;
/*	background: #DEE5F4;*/
	width: 20px;
}
/* Days of current month - A */
.calThisMonth {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
/* Days of other month - A */
.calOtherMonth {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #909090;
	text-decoration: none;
}
/* Days not allowed by limits - SPAN */
.calForbDate {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: red;
}
/* Time navigation table = TABLE */
.calTimetable{
	font-family: Tahoma, Verdana, sans-serif;	
	font-size: 10px;
}
.BODY_table {
	background-color: #5F6EB5;
	border-top-color: #585F8A;
	border-right-color: #585F8A;
	border-bottom-color: #585F8A;
	border-left-color: #585F8A;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
}
.Pais {
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	background-color: #43518F;
	padding: 8px;
}
