#calendarioAn {
	width:98%;
	display: block;
	float: left;
	background: url('../img_fgpweb/tablas/tab_titulo_todo.gif') repeat-x left top;
	margin-right: 3px;
	margin-left: 2px;
	}
	
/* estilo para el ancho de la envoltorio del calendario*/
#calendario {
	width:32%;
	display: block;
	float: left;
	margin-right: 3px;
	margin-left: 2px;
	}

/* estilos para la cabecera de la tabla*/
#esquinaSI {
	float: left;
	width: 7px;
	background: url('../img_fgpweb/tablas/headerLT.gif') no-repeat left top;
	height: 6px
	}

#esquinaSD {
	float: right;
	width: 7px;
	background: url('../img_fgpweb/tablas/headerRT.gif') no-repeat right top;
	height: 6px
	}

#parteSup {
	border: 1px solid #acc1cb;
	background: url('../img_fgpweb/tablas/cabeceraBackground.gif') repeat-x bottom;
	display: block

	}
#parteSup h1{
	margin:0.5em;
	font-weight: bold; 
	font-size: 65%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #294958;

}
#parteSup img{
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: -5px;
}
.titularmes{
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#esquinaII {
	float: left;
	width: 7px;
	background: url('../img_fgpweb/tablas/esquinaII.gif') no-repeat left top;
	height: 5px
}

#esquinaID {
	float: right;
	width: 7px;
	background: url('../img_fgpweb/tablas/esquinaID.gif') no-repeat right top;
	height: 5px
}

/* estilos para el contenido de la tabla*/
#contenidomes{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #acc1cb;
	border-left-color: #acc1cb;

}
#contenidomes table{
	margin-top:5px;
	margin-left:-6px;
	
}
/*especifico para IE*/
* html #contenidomes table{
	margin-top:0px;
	margin-left:0px;
	
}
#contenidomes table thead td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 68%;
	font-weight: bold;
	color: #95a0a5;
	padding-right:3px;
	padding-left:3px;
	padding-bottom:3px;
	padding-top:3px;
	height: 15px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#contenidomes table thead td{
	background-color:#a7bdc8;
	color: #FFFFFF;
}

#contenidomes table tbody td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:65%;
	color:#4f4f4f;
	vertical-align:top;
	padding: 5px;
}
/*para el calendario*/
#contenidomes table #calendario td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:65%;
	color:#4f4f4f;
	vertical-align:middle;
	padding: 5px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.festivo {
	color:#FF0000;
    font-weight: bold;
}
#contenidomes table #calendario a {
	color:#008000;
	text-decoration: none;
	font-weight: bold;
}
#contenidomes table #calendario a:link {
	color:#008000;
	text-decoration: none;
	font-weight: bold;
}
#contenidomes table #calendario a:visited {
	color:#003399;
	text-decoration: none;
	font-weight: bold;
}
#contenidomes table #calendario a:hover {
	color:#FF6600;
	text-decoration: none;
	font-weight: bold;
	background-color: #CCCCCC;
}


#contenidomes table tfoot td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size:65%;
	color:#4f4f4f;
	background-color:#DFE6E6;
	padding: 5px;
}

/* estilos para el pie de la tabla*/
#esquinaPieI {
	float: left;
	width: 8px;
	height: 8px;
	right:0;
	bottom:0;
	background-image: url('../img_fgpweb/tablas/pieI.gif');
	background-repeat: no-repeat;
	background-position: left top
}

#esquinaPieD {
	float: right;
	width: 8px;
	background: url('../img_fgpweb/tablas/pieD.gif') no-repeat right top;
	height: 8px;
	left:0;
	bottom:0
}

#piemes {
	margin: 0px;
	padding: 0px;
	background-image: url('../img_fgpweb/tablas/pieBackground.gif');
	height: 8px;
	background-repeat: repeat-x;
	display:block;
	width: 100%

}