/* Hoja de estilos para el calendario global */

 body {
	font-family: "Times New Roman", "Trebuchet MS" ,"Comic Sans MS", "Roman", sans-serif;
	font-size: 12pt;	
	background-image: url(calendario.jpg);
}


/* Hoja con los estilos usados de manera general en todo el sitio */
/* Enlaces */	

a:link {
	color: Black;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
		color: Black;
		background : transparent;
		text-decoration: none;
		font-weight: bold;
}

a:active {
		color: #ff0000;
		background : transparent;
		text-decoration: none;
}

a:hover {
	color: #ff0000;
	background : transparent;
}

	
/* Genéricos */
	p		{
		text-align: justify;
	}


/* Tipos de Textos */

.centro 		{
	text-align: center;
	}

.grantitulo {
	color: Black;
	font-family: "Times New Roman";
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

.fuerte  { font-weight: bold;}

.anchura100 {
	width : 100%;	
   }

.navegador7 {
	background : #D0223D;
	font-size : 12pt;
	font-weight : bold;
	color : white;
	width: 14%;
	text-align : center;
	vertical-align : middle;
	border : thin ridge Yellow;
   }	

/* KAL kalendas */
.diakal {
	background: url('kalenda.jpg');
	font-size: 16px;
	font-weight: bold;
	color: Black;
	width: 14%;
	height: 100px;
	text-align: left;
	vertical-align: middle;
	border: thin ridge Yellow;
}
/* EIDVS idus */
.diaidu {
	background: url('idus.gif');
	font-size: 16px;
	font-weight: bold;
	color: Black;
	width: 14%;
	height: 100px;
	text-align: left;
	vertical-align: middle;
	border: thin ridge Yellow;
}
/* NON nonas */
.dianon {
	background: url('nonas.jpg');
	font-size: 16px;
	font-weight: bold;
	color: Black;
	width: 14%;
	height: 100px;
	text-align: left;
	vertical-align: middle;
	border: thin ridge Yellow;
}
/* C comitiales */
.diacom {
	background: url('comitiales.jpg');
	font-size: 16px;
	font-weight: bold;
	color: Black;
	width: 14%;
	height: 100px;
	text-align: left;
	vertical-align: middle;
	border: thin ridge Yellow;
}
/* F fasti */
.diafas {
	background: url('fasti.gif');
	font-size: 16px;
	font-weight: bold;
	color: Black;
	width: 14%;
	height: 100px;
	text-align: left;
	vertical-align: middle;
	border: thin ridge Yellow;
}
/* N nefasti */
.dianef {
	background: url('nefasti.jpg');
	font-size: 16px;
	font-weight: bold;
	color: Black;
	width: 14%;
	height: 100px;
	text-align: left;
	vertical-align: middle;
	border: thin ridge Yellow;
}
/* FP fastus priore */
.diafpr {
	background: url('fastuspriore.jpg');
	font-size: 16px;
	font-weight: bold;
	color: Black;
	width: 14%;
	height: 100px;
	text-align: left;
	vertical-align: middle;
	border: thin ridge Yellow;
}
/* NP nefastus priore */
.dianpr {
	background: url('nefastuspriore.jpg');
	font-size: 16px;
	font-weight: bold;
	color: Black;
	width: 14%;
	height: 100px;
	text-align: left;
	vertical-align: middle;
	border: thin ridge Yellow;
}
/* EN endotercisus */
.diaend {
	background: url('endotercisus.jpg');
	font-size: 16px;
	font-weight: bold;
	color: Black;
	width: 14%;
	height: 100px;
	text-align: left;
	vertical-align: middle;
	border: thin ridge Yellow;
}
