body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E3E2CE;
}
body,td,th {
	font-family: Trebuchet MS;
	font-size: 11px;
}
.borde {
	border: 1px solid #9A9285;
}
.mes {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #333333;
}
.dia {
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #333333;
}
.titulo {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #868359;
}
.bajada {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	font-style: italic;
}
.nota {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
}
.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.hoverbox1
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	margin: 2px;
	padding: 4px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.tag_cloud { padding: 3px; text-decoration: none; float:left}
.tag_cloud:link  { color: #333333; }
.tag_cloud:visited { color: #333333; }
.tag_cloud:hover { color: #000000; }
.tag_cloud:active { color: #000000; }

ul {
	width:100%;
	background:#FFF;
	border-width:1px;
	border-style:solid;
	border-color:#F5F5F5 #CCC #CCC #F5F5F5;
	margin:10px 0 0 0;
	padding:0;
	}
ul,ol {
	list-style:none;
	}
li {
	padding:3px;
	}


.odd {
		background-color:#cdcbb4;
		}
	.even {
		background-color:#e3e2ce;
		}
	.off {
		background-color:red;
		}
	.on {
		background-color:blue;
		}
	.hover {
		color:red;
		cursor:crosshair;
		}
	.selected {
		font-style:italic;
		}

.bordc {
border-bottom: 1px dashed Gray;
}

.limitorBox {
	border: 1px solid #000;
	border-top: none;
	background-color: #ffc;
	padding: 3px 6px;
	font-size: 10px;
}

.limited {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

.login input { background:#fff; border: 1px solid #b0aeae; color: #444; font-size: 11px; margin-bottom: 5px; padding: 3px; width: 117px; }
			
			.login input#username { background: url('../images/input.username.bg.gif') 0 -18px no-repeat #fff; margin-right: 14px; padding-left: 20px; }
			.login input#password { background: url('../images/input.password.bg.gif') 0 -18px no-repeat #fff; padding-left: 23px; }
			
			.login input#username.blank { background: url('../images/input.username.bg.gif') top left no-repeat #fff; }
			.login input#password.blank { background: url('../images/input.password.bg.gif') top left no-repeat #fff; }
