﻿/* CSS Document */

/*!!
Epoch DHTML JavaScript Calendar - Version 2.0.2
EdiciÃ³n espaÃ±ola
CSS Style File
(c) 2006-2007 MeanFreePath
Free for NON-COMMERCIAL use - see website for details and updates
http://www.meanfreepath.com/javascript_calendar/index.html
!!*/

table.calendar {
	border-collapse: collapse;
	
	width: 306px;
	height:169px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
	background:transparent url('../images/backCalendario.png') 0px 0px  no-repeat;
	z-index:10001;
    /*-khtml-user-select: none;*/
}


table.calendar tbody{	width: 300px;
}

table.calendar a:hover {
	text-decoration:none;
	color:#525252;
}

table.calendar a:hover { color:red !important;
}

/* MES Y AÃ‘O SELECT */

table.calendar td, table.calendar th {
	border: 0;
	font-size: 10px;
	text-align: center;
	
}
table.calendar td{
height:13px;	
}

.left{
	float:left;
	padding-left:8px;
}

.left_2{
	float:left;
	padding-left:20px;
}

.mainheading {
 height:20px;
 padding:20px 0px 0px 10px;
}

table.cells {
	border-collapse: collapse;
	cursor: pointer;
	width:295px;
	height:20px;
	text-align: center;
	margin:0px 0px 0px 6px;
	float:left; _display:inline;
}

.caldayheading{
	border:0px solid ;
}

/*the day headings*/
table.cells th {
	text-align: center;
	color:#646464;
	background-color:#F7F7F7;
	font-weight:bold;
	height:20px;
	width: 28px;}
	
