
.etiquetaH1 {
	padding-top: 20px;
	font-size: 14px;
	color: #335;
}

.etiquetaH2 {
	text-align: center;
	font-size: 14px;
	color: #333333;
}

.linksCompartir{
	font-size: 11px;
	
}

.table {
	width:auto;
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 12px;
}
.celda{
	width: 25px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/calendario/cells.png);
	color: #444;
	position: relative;
}
.encabezado{
	width: 25px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/calendario/cells.png);
	
	position: relative;
	/*height: 30px;*/
	
	font-size: 11px;
	font-family: arial,sans-serif;
	color:#333333;
	text-transform:capitalize;

}


.celda:hover, .encabezado:hover {
	background-position: 0px -25px;
	color: #222;
}
td.date_has_event {
	background-position: 126px 0px;
	color: white;
}
td.date_has_event:hover {
	background-position: 126px -25px;
}
td.padding {
	background: url(../img/calendario/calpad.jpg);
}
td.today {
	background-position: 25px 0px;
	color: white;
}
td.today:hover {
	background-position: 25px -25px;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../img/calendario/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 12px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}

.th a{
text-decoration:none;
font-size:120%;
font-weight:bold;
color: #000;
outline-width:0;
}

