iframe.cal1, iframe.cal2 {
	width:190px;
	height:165px;
	background:transparent;
}


#calendarios a {
	color: #000;
	text-decoration: none;
	padding: 2px 4px;
}
	
#calendarios a:visited {
	color: #000;
}

#calendarios a:hover, #cal a:hover {
	color: #fff;
	text-decoration: none;
	background: #7D6D4D;
}
	
#cal1 td.weekend a ,#cal2 td.weekend a {
	color:#6B5F38;
}

#cal1 td.weekend a:hover,#cal2 td.weekend a:hover {
	color: #fff;
}

#cal1 td.selCal a,#cal2 td.selCal a  {
	background:#6B5F38;
	color: #fff;
}
#seleccion  {
	background:#7D6D4D  !important;
}
p#f1-1, p#f1-2 {
	color:#393121;
	font-weight:bold;
}
a#menosMes {
	float: left;
	width:7px;
	font-weight: bold;
	text-align:left;
	padding-left:5px;
	font-size:1.2em;
}

a#masMes {
	float:right;
	width:7px;
	font-weight: bold;
	text-align:right;
	padding-right:5px;
	font-size:1.2em;
}

th {
	background:#00AFDB;
	color: #FFF;
	border-top: 1px solid #393121;
	border-bottom: 1px solid #393121;
	font-weight:bold;
	padding:2px 0 2px 0;
}



td {
	padding: 1px;
	margin:1px;
	width:12px;
	
}

td span {
	padding: 1px 4px;
	color:#6B5F38;
}

.title {
	text-align: center;
	margin:0 auto;
	color: #fff;
	float: left;
	padding: 0px 8px;
	width: 140px;
	text-transform: uppercase;
	font-weight: bold;
}

table#cal{
	font-size: 11px;
	color: #000;
	cursor: default;
	background:transparent url(../img/calendarioFinal.gif) no-repeat 50% 96%;
	padding: 5px;
	width:189px;
	height:140px;
}

	
.headrow th {
	background: url(../img/calendarioMes.gif) no-repeat bottom;
	width:187px;
	height:30px;
	color: #000;
	border: 0;
}


.dias { /* Cells <TD> containing the day names */
	border-bottom: 1px solid #a52e2e;
	border-top: 1px solid #a52e2e;
	border-left:2px solid #383021;
	padding: 2px;
	margin: 0;
	text-align: center;
	color: #000;
}

