html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 99%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}

.fondoNubes {
	background-attachment: fixed;
	background-image: url(img/cieloFondo2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


.fondoIframes {
	background-image: url(img/cielo_iframe.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	background-attachment: fixed;
}
.fondoNubesBarra {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(img/cielo_fondo_cBarra.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CC0000;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CC0000;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
.txtBold12 {
	font-size:12px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#tablacalendario {
	height: 300px;
	width: 390px;
}
