@import url("default.css");

td#menu, td#menubar {
	background-color: #969BB1;
}

h1 {
	background-image: url('../img/menu/h1_4.gif');
}

/*td#barra_c a:hover {
	color: #E35EF0;
}
*/
td#menu a:visited {
	
}

td#barra_c a:link {
	color: #E3D4F0;
}

.texto_inferior {
/*color: #42646F;*/
color: #355;
text-align: center;
}

.texto_inferior a:link, .texto_inferior a:visited {
	background-color: #355;
}
.texto_inferior a:hover { color: #000; background-color: #6aa; }


h3 {
	font-weight: bold;
	}

td#menuizq {
	background: #F6EAEA;
	color: #333;
	text-align: justify;
	padding: 10px;
	vertical-align: top;
}


td#menuder {
	background: #F6EAEA url('../img/individuals.jpg');
	width: 390px;
	height: 250px !important;
}

h2 {
	font-size: small; 
	text-align: center;
	/*color: #42646F;*/
	color: #355;
}

td#menuinf {
	letter-spacing: 1px;
	/*background-color: #CED8DD;*/
	background-color: #C6D2D5;
	vertical-align: middle;
	text-align: left;
	padding-top: 1em;
}

td#menuinf2 {
	letter-spacing: 0px;
	background-color: #C6D2D5;
	vertical-align: top;
	text-align: center;
	padding-top: 1em;
}

.highlit {
	color: #633;

}
.margen{	padding-left: 40px; }

/* Tabla calendario */

table.cal caption {
	background-color: #eee;
	color: #c00;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-top: 8px solid #C6D2D5;
	border-bottom: 8px solid #C6D2D5;
	border-left: 2px solid #C6D2D5;
	border-right: 2px solid #C6D2D5;
}
table.cal th, table.cal td {
	text-align: center !important;
	
}
table.cal th { background-color: #eee; color: #333; font-size: small; }
table.cal td { background-color: #fff; width: 2em; font-size: x-small; }
table.cal td.mark {
	background-color: #800000;
	color: #fff;
	font-weight: bold;
}
table.cal td.sep {
	width: 1em;
	height: 1em;
	border: none;
	background-color: #C6D2D5;
}

