/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
.yui-calcontainer {
	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 .title {
	position: relative;
	z-index: 1;
}

.yui-calcontainer .close-icon {
	position: absolute;
	z-index: 1;
}

.yui-calendar {
	position: relative;
}

.yui-calendar .calnavleft {
	position: absolute;
	z-index: 1;
}

.yui-calendar .calnavright {
	position: absolute;
	z-index: 1;
}

.yui-calendar .calheader {
	position: relative;
	width: 100%;
	text-align: center;
	background-color: #0b2d5d;
	color: #ffffff;
}

.yui-calendar .calbody a:hover {
	background: inherit;
}

p#clear {
	clear: left;
	padding-top: 10px;
}

.yui-skin-sam .yui-calcontainer {
	background-color: #f2f2f2;
	/**
		JCV: Quito el borde y el margen al calendario
	    border: 1px solid #808080;
	    margin: 9px; 
	**/
	padding: 1px;
}

.yui-skin-sam .yui-calcontainer.multi {
	padding: 0 5px 0 5px;
}

.yui-skin-sam .yui-calcontainer.multi .groupcal {
	background-color: transparent;
	border: none;
	padding: 10px 5px 10px 5px;
	margin: 0;
}

.yui-skin-sam .yui-calcontainer .title {
	background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;
	border-bottom: 1px solid #cccccc;
	font: 100% sans-serif;
	color: #000;
	font-weight: bold;
	height: auto;
	padding: .4em;
	margin: 0 -10px 10px -10px;
	top: 0;
	left: 0;
	text-align: left;
}

.yui-skin-sam .yui-calcontainer.multi .title {
	margin: 0 -5px 0 -5px;
}

.yui-skin-sam .yui-calcontainer.withtitle {
	padding-top: 0;
}

.yui-skin-sam .yui-calcontainer .calclose {
	background: url(../../../../assets/skins/sam/sprite.png) no-repeat 0
		-300px;
	width: 25px;
	height: 15px;
	top: .4em;
	right: .4em;
	cursor: pointer;
}

.yui-skin-sam .yui-calendar {
	border-spacing: 0;
	border-collapse: collapse;
	font: 100% verdana;
	text-align: center;
	font-size: 10px;
	/**
	 * Aņadimos la propiedad width para que ocupe todo el ancho del div. 
	 **/
	width: 100%;
}

.yui-skin-sam .yui-calendar .calhead {
	background: transparent;
	border: none;
	vertical-align: middle;
}

.yui-skin-sam .yui-calendar .calheader {
	background-image: url("../../../../../../img/calendario/bg-meses.png");
	background-repeat: repeat-x; 
	font-weight: bold;
	padding: .3em 0 .3em 0;
	text-align: center;

}

.yui-skin-sam .yui-calendar .calheader img {
	border: none;
}

.yui-skin-sam .yui-calendar .calnavleft {
	/* jcv: cambio de las flechas */
	/* background: url(../../../../assets/skins/sam/sprite2.png) no-repeat 0 -450px; */
	background: url(../../../../assets/skins/sam/left-arrow.png) no-repeat;
	width: 25px;
	height: 18px;
	top: 0;
	bottom: 0;
	left: -10px;
	margin-left: 1.5em;
	margin-top: .4em;
	cursor: pointer;
	text-decoration: none;
}

.yui-skin-sam .yui-calendar .calnavright {
	/* jcv: cambio de las flechas */
	/* background: url(../../../../assets/skins/sam/sprite2.png) no-repeat 0 -500px; */
	background: url(../../../../assets/skins/sam/right-arrow.png) no-repeat;
	width: 25px;
	height: 15px;
	top: 0;
	bottom: 0;
	right: -10px;
	margin-right: -.1em;
	margin-top: .4em;
	cursor: pointer;
	text-decoration: none;
}

.yui-skin-sam .yui-calendar .calweekdayrow {
	height: 2em;
	background-color: #d8dee6;
}

.yui-skin-sam .yui-calendar .calweekdaycell {
	color: #7e91a9;
	font-weight: bold;
	text-align: center;
	width: 2em;
}

.yui-skin-sam .yui-calendar .calfoot {
	background-color: #f2f2f2;
}

.yui-skin-sam .yui-calendar .calrowhead,.yui-skin-sam .yui-calendar .calrowfoot
	{
	color: #a6a6a6;
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
}

.yui-skin-sam .yui-calendar .calrowhead {
	text-align: right;
	padding-right: 2px;
}

.yui-skin-sam .yui-calendar .calrowfoot {
	text-align: left;
	padding-left: 2px;
}

.yui-skin-sam .yui-calendar td.calcell {
	background: #fff;
	padding: 1px;
	height: 1.6em;
	line-height: 1.6em;
	text-align: center;
	white-space: nowrap;
}

.yui-skin-sam .yui-calendar td.calcell a {
	color: #002456;
	display: block;
	height: 100%;
	text-decoration: none;
}

.yui-skin-sam .yui-calendar td.calcell.today {
	/* @JCV */
	border: 1px solid #b54a12;
}

.yui-skin-sam .yui-calendar td.calcell.today a {
	/* @JCV */

}

.yui-skin-sam .yui-calendar td.calcell.oom {
	background-color: #cccccc;
	color: #a6a6a6;
	cursor: default;
}

.yui-skin-sam .yui-calendar td.calcell.selected {
	/* @JCV */
	color: #fff;
}

.yui-skin-sam .yui-calendar td.calcell.selected a {
	/* @JCV */
	background-color: #b54a12;
	color: #fff;
}

.yui-skin-sam .yui-calendar td.calcell.calcellhover {
	background-color: #002456;
	color: #fff;
	cursor: pointer;
}

.yui-skin-sam .yui-calendar td.calcell.calcellhover a {
	background-color: #002456;
	color: #fff;
}

.yui-skin-sam .yui-calendar td.calcell.previous {
	color: #e0e0e0;
}

.yui-skin-sam .yui-calendar td.calcell.restricted {
	text-decoration: line-through;
}

.yui-skin-sam .yui-calendar td.calcell.highlight1 {
	color: #fff;
}

.yui-skin-sam .yui-calendar td.calcell.highlight1 a {
	font-weight: bold;
	text-decoration: underline;
}

.yui-skin-sam .yui-calendar td.calcell.highlight2 {
	/* @JCV */
	font-weight: bold;
}

.yui-skin-sam .yui-calendar td.calcell.highlight3 {
	background-color: #ffcccc;
}

.yui-skin-sam .yui-calendar td.calcell.highlight4 {
	background-color: #ccff99;
}
