@charset "UTF-8";
html, body { width:100%; height:100%; padding:0; border:0; }
a:link {
	text-decoration: none;
	color: #52AF1A;
}
a:visited {
	text-decoration: none;
	color: #52AF1A;
}
a:hover {
	text-decoration: none;
	color: #6666FF;
}
a:active {
	text-decoration: none;
	color: #52AF1A;
}
#lienzo {
	width:100%;
	height:100%;
	border:0;
	padding:0;
	text-align: right;
}
.linkgris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.celdac {
	background-image: url(edit/homecbase.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #52AF1A;
	font-style: normal;
	line-height: 10px;
	font-weight: lighter;
	text-align: left;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #52AF1A;
	font-style: normal;
	line-height: 30px;
	font-weight: lighter;
	text-indent: 10px;
}
.celdad {
	background-image: url(edit/Homedbase.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: right;
	width: 674px;
}
.celdacentral {
	background-image: url(edit/fondoweb1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}
.tabla {
	background-image: url(edit/contacto.jpg);
	background-repeat: no-repeat;
}
#navMenu {
	margin:0;
	padding:0;
	list-style:none;
	font-family:arial;
	text-align:center;
	line-height:100px;
	font-size: 12px;
}
#navMenu li {
		float:left;	
		background:url(default.jpg) no-repeat center center;	/* default background image	*/
		width:67px;							/* width and height of the menu item */
		height:65px;
		border-left:0px solid #111;				/* simulate pixel perfect using border */
		border-right:0px solid #333;
		border-top:0px solid #555;
		border-bottom:0px solid #333;
		position:relative;			/* must set it as relative, because .hover class top and left with absolute position will be positioned according to li.	*/
	}

	#navMenu li a {
	z-index:20;		/* z-index must be higher than .hover class */
	display:block;	/* display as block and set the height according to the height of the menu to make the whole LI clickable	*/
	height:65px;
	position:relative;
	color:#FFF;
	text-decoration: none;
	}

 	#navMenu li .hover {
		background:url(over.jpg) no-repeat center center;		/* mouseover image	*/
		position:absolute;	/* must be postion absolute 	*/
		width:67px;	/*	width, height, left and top to fill the whole LI item	*/
		height:104px;
		left:0; 
		top:-40px;	
		z-index:0;		/* display under the Anchor tag	*/
		display:none;	/* hide it by default	*/
	}	

	#navMenu li.selected {
		background:url(selected.jpg) no-repeat center center;	/* selected image	*/
	}
