/* @end Tooltip styles  */
.yui-calcontainer {
	font: bold 11px Arial, sans-serif;
	position: relative;
	float: left;
	_overflow: hidden;
}
.yui-calcontainer iframe {
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.yui-calcontainer iframe.fixedsize {
	width: 50em;
	height: 50em;
	top: -1px;
	left: -1px;
}
.yui-calcontainer.multi .groupcal {
	z-index: 1;
	float: left;
	position: relative;
}
.yui-calcontainer .close-icon {
	position: absolute;
	z-index: 1;
}
.yui-calendar {
	position: relative;
}
.yui-calendar .calnavleft {
	position: absolute;
	z-index: 1;
	border: none;
	text-decoration: none;
	overflow:hidden;
	text-indent:-10000em;
}
.yui-calendar .calnavright {
	position: absolute;
	z-index: 1;
	border: none;
	text-decoration: none;
	overflow:hidden;
	text-indent:-10000em;
}
.yui-calendar .calheader {
	color: #036;
	font-size: 12px;
	position: relative;
	width: 100%;
	text-align: center;
}
.yui-calendar .calbody a:hover {
	background: inherit;
}
p#clear {
	clear: left;
	padding-top: 10px;
}
.yui-calcontainer {
	background-color: #fff;
	border-color: #369;
	border-style: solid;
	border-width: 5px 1px 1px;
	padding: 10px;
}
.yui-calcontainer.multi {
	padding: 0 5px 0 5px;
}
.yui-calcontainer.multi .groupcal {
	background-color: transparent;
	border: none;
	padding: 10px 5px 10px 5px;
	margin: 0;
}

.yui-calendar {
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 100%;
	text-align: center;
}
.yui-calendar .calhead {
	background: transparent;
	border: none;
	vertical-align: middle;
}
.yui-calendar .calheader {
	background: transparent ;
	padding: 0 0 .6em 0;
	text-align: center;
}
.yui-calendar .calheader img {
	border: none;
}
.yui-calendar .calnavleft {
	background: url(../../../../../../images/arrows.gif) no-repeat;
	color: white;
	font-size: 0;
	width: 15px;
	height: 17px;
	top: -2px;
	left: 0;
	bottom: 0;
	margin-left: .4em;
	cursor: pointer;
}
.yui-calendar .calnavright {
	background: url(../../../../../../images/arrows.gif) no-repeat -15px 0;
	color: white;
	font-size: 0;
	width: 15px;
	height: 17px;
	top: -2px;
	right: 0;
	bottom: 0;
	margin-right: .4em;
	cursor: pointer;
}
.yui-calendar .calfoot {
	background-color: #f2f2f2;
}
.yui-calendar .calrowhead, .yui-calendar .calrowfoot {
	color: #a6a6a6;
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
}
.yui-calendar .calrowhead {
	text-align: right;
	padding-right: 2px;
}
.yui-calendar .calrowfoot {
	text-align: left;
	padding-left: 2px;
}
.yui-calendar td.calcell {
	border: 1px solid #69c;
	background: #fff;
	padding: 1px;
	height: 1.5;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	width: 20px;
}
.yui-calendar td.calcell a {
	color: #036;
	display: block;
	height: auto;
	padding: 0 2.9px;
	text-decoration: none;
}
.yui-calendar td.calcell.today {
	background-color: #65AF00;

}
.yui-calendar td.calcell.today a {
	background-color: #fff;
}
.yui-calendar td.calcell.oom {
	background-color: #9DB9CF; /*Fondo de las celdas solas*/
	color: #EBEBEB; /*Fondo de letras*/
	cursor: default;
}
.yui-calendar td.calcell.selected {
	background-color: #036;
}
.yui-calendar td.calcell.selected a {
	background-color: #036;
	color: #fff;
}
.yui-calendar td.calcell.calcellhover {
	background-color: #D65D00;
	cursor: pointer;
}
.yui-calendar td.calcell.calcellhover a {
	background-color: #D65D00;
	color: #FFFFFF;
}
.yui-calendar td.calcell.previous {
	color: #e0e0e0;
}
.yui-calendar td.calcell.restricted {
	text-decoration: line-through;
}
.yui-calendar td.calcell.highlight1 {
	background-color: #cf9;
}
.yui-calendar td.calcell.highlight2 {
	background-color: #9cf;
}
.yui-calendar td.calcell.highlight3 {
	background-color: #fcc;
}
.yui-calendar td.calcell.highlight4 {
	background-color: #cf9;
}
.yui-calendar th.calweekdaycell {
	color: #369;
	font-weight: normal;
}
.calendarContainer {
	width: 345px;
	position: absolute;
}

