.titulo {
	font-family: "Trebuchet MS","Apple Myriad","Myriad","Lucida Sans",Helvetica;
	font-size: 18px;
}

.titulo2 {
    font-size: 12px;
    color: #666666;
}

th.cal {
	text-align: center;
	font-size: 12px;
	border-color: white;
	border-style: solid;
	border-width: 1px;
    background-color: #CCCCCC;
}

td.fuerames {
    font-size: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    background-color: transparent;
    height: 59px;
    width: 95px;
}

td.laborable {
    font-size: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    background-color: #CCCCCC;
    height: 59px;
    width: 95px;
}

td.laborable:hover {
	border-style: solid;
	border-color: #B01F2E;
	background-color: #FFFFCC;
	color: red;
}

td.evento {
    font-size: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    background-color: #ff7777;
    height: 59px;
    width: 95px;
}

td.evento:hover {
	border-style: solid;
	border-color: #B01F2E;
	background-color: #FFFFCC;
	color: red;
}

td.hoy {
    font-size: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    background-color: #999999;
    height: 59px;
    width: 95px;
}

td.hoy:hover {
	border-style: solid;
	border-color: #B01F2E;
	background-color: #FFFFCC;
	color: red;
}

.curso1 {
	margin: 0px 0px 1px 0px;
    text-align: left;
	display: block;
	background-color: #F0F8FF;
	font-family: "Trebuchet MS","Apple Myriad","Myriad","Lucida Sans",Helvetica;
	font-size: 11px;
	text-decoration: none;
	color: black;
	cursor: hand;
	cursor: pointer;
}

.evento1 {
	margin: 0px 0px 1px 0px;
    text-align: left;
	display: block;
	background-color: #CCFF99;
	font-family: "Trebuchet MS","Apple Myriad","Myriad","Lucida Sans",Helvetica;
	font-size: 11px;
	text-decoration: none;
	color: black;
	cursor: hand;
	cursor: pointer;
}

.seminario1 {
	margin: 0px 0px 1px 0px;
    text-align: left;
	display: block;
	background-color: #fedcdc;
	font-family: "Trebuchet MS","Apple Myriad","Myriad","Lucida Sans",Helvetica;
	font-size: 11px;
	text-decoration: none;
	color: black;
	cursor: hand;
	cursor: pointer;
}

.aviso {
    display: block;
    background-color: #B01F2E;
    color: white;
}

.diames {
    display: inline;
	font-size: 12px;
}

a.linkcal:link {
    text-decoration: none;
	font-family: "Trebuchet MS","Apple Myriad","Myriad","Lucida Sans",Helvetica;
	font-size: 20px;
	color: black;
}

a.linkcal:visited {
    text-decoration: none;
	font-family: "Trebuchet MS","Apple Myriad","Myriad","Lucida Sans",Helvetica;
	font-size: 20px;
	color: black;
}

.comentariocurso {
 	width: 450px;
 	text-align: left;
	visibility: hidden;
	padding: 10px;
	font-size: 12px;
	position: absolute;
	top:-142px;
	left: 120px;
	background-color: white;
	background-image: url(cursos.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: black;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	z-index: 5;
}

.pcomentariocurso {
	font-family: "Trebuchet MS","Apple Myriad","Myriad","Lucida Sans",Helvetica;
 	font-size: 14px;
}

.mes {
 	font-size: 25px;
	font-weight: bold;
	position: absolute;
	top: -32px;
	left: 5px;
	z-index: 3;
}

.leyenda {
 	font-size: 12px;
 	position: absolute;
	top: -25px;
	left: 220px;
	z-index: 4;
}