html, body, top 
{
	height: 100%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

div, h1, h2, h3, p, img
{
	margin: 0;
	padding: 0;
	border: 0;
}

input
{
	position: absolute;
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 17px;
	font-weight: bold;
}


/***** Header *****/

#bodyHeader
{
	background: #C6E6E6;
	margin: 0;
}

#imgHeaderLogo
{
	top: 8px;
	left: 10px;
}

#divHeaderLeft
{
	top: 24px;
	left: 80px;
}

#divHeaderLeft h1
{
	font-size: 21px;
	color: black;
	font-weight: normal;
}

#divHeaderLeft p
{
	top: 20px;
	color: black;
}

#ulHeader
{
	position: absolute;
	margin: 0;
	top: 6px;
	right: 20px;
	list-style: square inside;
}

#ulHeader li
{
	color: white;
}

#ulHeader li a
{
	color: white;
}

/***** Menu *****/

#bodyMenu
{
	background: #C6E6E6;
	margin: 0;
}

#divMenu 
{
	width: 200px;
	margin: 0;
}

#divMenu div
{
	position: relative;
	border: none;
	margin-top: 2px;
	font-weight: bold;
}

#divMenu div a 
{
	font-size: 14px;
	font-weight: bold;
	display: block;
	background: #A0C0C0;
	padding: 6px;
	margin: 0;
	border-left: 10px solid #666;
	color: Black;
	width: 100%;
}

#divMenu div a:hover 
{
	border-left: 10px solid blue;
}

#divMenuLopeta
{
	margin-top: 7px;
}

/***** Main *****/

#divBody
{
	margin: 10px;
}		