html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #E6E6E2;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
}
a {
	color: #008E4C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img{
    border:0px;
}
#todo {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 0px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(img/bg_contenidos.gif);
}
#todo #header {
	height: 67px;
	padding-bottom: 3px;
	background-color: #E6E6E2;
}
#todo #header #logo {
	background-color: #008E4C;
	height: 67px;
	width: 251px;
	text-align: center;
		float: left;
}
#todo #header #banner {
	float: left;
	width: 199px;
}
#todo #header #galogo {
	float: right;
	margin-top: 10px;
}
#todo #menuh {
	background-color: #E6E6E2;
}
#todo #menuh a {
	display: block;
	background-color: #575757;
	width: 124px;
	margin-right: 3px;
	color: #FFFFFF;
	float: left;
	text-decoration: none;
	text-align: center;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
}
#todo #menuh a:hover {
	text-decoration:underline;
	background-color: #008E4C;
}
#todo #menuh a.last{
    margin-right:-3px;
}
#todo #menuh a#selected {
	background-color: #008E4C;
}

#todo .divisor {
	height: 3px;
	background-color: #E6E6E2;
	overflow: hidden;
	clear: both;
}
#todo .divisor2 {
	height: 4px;
	background-color: #B2B2B2;
	overflow: hidden;
	clear: both;
}
#todo #main {
	padding-bottom: 40px;
	margin-bottom: 5px;
	clear: both;
}
#todo #main #lateral {
	float: left;
	width: 251px;
	padding-bottom: 100px;
}
#todo #main #lateral select {
	border: 1px solid #575757;
	font-family: "Trebuchet MS", Arial, sans-serif, Verdana;
	font-size: 12px;
	width: 250px;
}

#todo #main #contenidos {
	float: right;
	width: 484px;
	background-color:#D9D8D5;
	font-size: 12px;
	clear: none;
	padding: 10px;
}
#todo #main #contenidos .titulo {
	color: #008E4C;
}
#todo #main #contenidos .info {
	width: 484px;
	font-size: 10px;
}
#todo #main #contenidos .info td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}
#todo #main #contenidos .info td.t1 {
	color: #FFFFFF;
	background-color: #33332E;
}
#todo #main #contenidos .info td.t2 {
	color: #FFFFFF;
	background-color: #008E4C;
	text-align: center;
	padding: 2px;
}
#todo #main #contenidos .info td.t3 {
	color: #FFFFFF;
	background-color: #008E4C;
}
#todo #main #contenidos .info td.i1 {
	color: #008E4C;
	background-color: #CBCAC7;
}
#todo #main #contenidos .info td.i2 {
	background-color: #CBCAC7;
}
#todo #main #contenidos .info td.i3 {
	background-color: #D1D0CD;
}



#todo #main .field{
	width:466px;
	border: 1px solid #575757;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
}
#todo #main #contenidos .subm {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	border: 1px solid #575757;
	float: right;
	margin-top: 5px;
	margin-right: 16px;
}

#todo #footer {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif, Verdana;
	background-color: #E6E6E2;
	font-size: 12px;
	color: #454545;
	display:block;
	padding: 0px;
	padding-top:3px;
	margin: 0px;
	width: 760px;
	clear: both;
	position: absolute;
	height: 40px;
	bottom: 0 !important;
	bottom: -1px;

}
#todo #footer #footdata{
	position:absolute;
	height:90px;
	margin-top:-100px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
}
.piebar {
	display: block;
	height: 12px;
	background-color: #585852;
	overflow: hidden;
}
.pie1 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	color: #585852;
	text-decoration: none;
	float: left;
}
.pie1:hover {
	text-decoration: underline;
}
.pie2 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	color: #585852;
	text-align: right;
	text-decoration: none;
	float: right;
}
.pie2:hover {
	text-decoration: underline;
}
