/*=============================================
	Estilos generales
=============================================*/
a:link,a:visited,a:hover,a:active {
	color:#004685;
	text-decoration:none;
}
body {
	background:url('../images/mainBkgBar.jpg') #336B9E;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:10px;
}
body,td,th {
	color:#333333;
	font-family:Tahoma,Arial;
	font-size:11px;
}

/*=============================================
	Estilos para formas
=============================================*/
.button {
	font-family:Tahoma,Arial;
	font-size:10px;
	color:#333333;
}
.select {
	font-family:Tahoma,Arial;
	font-size:10px;
	color:#333333;
}
.textbox {
	font-family:Tahoma,Arial;
	font-size:10px;
	color:#333333;
}

/*=============================================
	Estilos propios
=============================================*/
.celdaActiva {
	background-color:#E3F2F9;
	padding:2px;
}
.celdaHeader {
	background-color:#999999;
	padding:2px;
	color:#FFFFFF;
	font-weight:bold;
}
.celdaNormal {
	background-color:#FFFFFF;
	padding:2px;
}
.celdaInactiva {
	background-color:#EBEBEB;
	padding:2px;
}
.divTrans {
	cursor:wait;
	visibility:hidden;
	background-color:white;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	position:absolute;
	z-order:10;
	top:0px;
	left:0px;
	height:100px;
	width:100px;
}
.dotshorizontalfill {
	background-image:url(../images/dotshorizontalfill.gif);
	background-repeat:repeat-x;
}
.linkCopyright {
	color:white;
	text-decoration:underline;
}
.main {
	background:url('../images/mainBkgBar.jpg');
	padding-bottom:5px;
}
.mainWorld {
	background:url('../images/mainBkgWorld.jpg') no-repeat top left;
}
.nota {
	background-color:#FFFFCC;
	padding:1px;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:dotted;
}