body {
	font-family: Sans-serif; 
	background-color:#9fc;
	background-image: linear-gradient(white,#9fc);
	background-size:100% 300px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	margin-bottom:5px;
}
h1 {
	text-shadow:2px 2px 3px gray;
}
h2 {color:#fd9320;}
a {
	text-decoration:none;
	color:navy;
	padding:3px;
}
a:hover {
	color:white;
	background-color:blue;
}
th {
	background-color:navy;
	vertical-align:top;
	padding:5px;
	color:white
}
td {
	vertical-align:top;
	padding:5px
}
td.factura{
	border-left:thin solid #ccc;
}
td.cifra{
	padding: 3px 7px;
	text-align: right;
	background-color:#cce;
}
small{color:gray}
button, input[type=button], input[type=submit], input[type=reset] {
	color:navy;
	font-weight:bold;
	padding:5px;
	border:thin outset;
	border-radius:5px;
}
button:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	color:white;
	background-color:#ccd;
}
.boseg {
	text-decoration:none;
	color:navy;
	background-color:#f4f4ff;
	width:150px;
	margin:3px;
	padding:5px;  
	border-bottom:none; 
	border-radius: 5px 5px 0 0;
	box-shadow: 3px 3px 3px gray;
	cursor:pointer;
	text-align:center;
}
.boseg:hover{
	color:white;
	background-color:blue;
}
.bosac {
	text-decoration:none;
	color:navy;
	background-color:white;
	width:150px;
	margin:3px;
	padding:5px;  
	font-weight:bold;
	margin:10px;
	padding:8px;  
	border-bottom:none; 
	border-radius: 5px 5px 0 0;
	box-shadow: 3px 3px 4px gray;
	cursor:pointer;
	text-align:center;
}
.bosac:hover{
	color:white;
	background-color:blue;
}
.bodiv{
	background-color:#6a962b;
	color:white;
	padding:5px;
	margin:0 5px;
	border-radius:10px;
	box-shadow:5px 5px 5px gray;
}
.bodiact{
	font-family:serif;
	font-size:20pt;
	font-weight:bold;
	color:#6a962b;
	text-shadow:2px 2px 2px gray;
	padding:15px;
}
.marco{
	background-color:white; 
	padding:10px; 
	border:none; 
	position:relative; 
	top:-10px; 
	z-index:2; 
	border-radius: 9px; 
	box-shadow: 3px 3px 3px gray
}
.marcosimple{
	background-color:white;
	padding:10px;
	border-radius: 9px;
	box-shadow: 3px 3px 3px gray
}
.celda {background-color:white;}
.cld {text-align:right}
.clc {text-align:center}
.inblo {
	display:inline-block;
	vertical-align:top;
	margin:10px;
}
.proyectado {color:#ddd; background-color:#bbb;}
.ejecutado {color:navy; background-color:#eef;}