/* PAGE/GENERAL */

*
{
	margin: 0;
	padding: 0;
}

html, body, #page
{
	height: 100%;
	min-height: 100%;
}

ul {
	list-style-type: none;
}


body
{	
	background-color: #FFF;
	color: #000;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: left;
}

#page {
	position: absolute;
	width: 100%;	
}

html > body, html > body #page {
  height:auto;
}

#header {
	background-color: #D5F4D4;
	padding: 7px;
	text-align: left;
	height: 100px;
}

#header #inside {
	background-image: url(../img/cabbg.jpg);
	background-repeat: repeat-x;
}

#header img {
	border: none;
}

#header #botones {
	position: absolute;
	margin-left: 200px;
	margin-top: 20px;
	left: 69px;
	top: 16px;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	width: 508px;
}

#header #botones p {
	text-align: center;
	margin-right: 20px;
	padding-left: 5px;
	padding-right: 5px;	
	float: left;
}

#header #botones p .selected {
	background-color: #CC3399;
}

#header #botones a img {
	text-decoration: none;
	border: none;
}

#header #botones a {
	color: #FFF;
}

#nonFooter {
	padding-bottom: 20px;
}

#footer {
	width: 100%;
	border-top-style: solid;
	border-width: 1px;
	border-color: #CCC;
	color: #666;
	clear: both;
	text-align: center;
}

