html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #E8E8E8;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#todo {
	background-color: #FFFFFF;
	display: block;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#todo #header {
	width: 760px;
	height: 123px;
}
#todo #menuh {
	color: #FFFFFF;
	clear: none;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #325373;
}
#todo #menuh .menuhbase {
	background-color: #661E32;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#todo #menuh .menuhbase .menuhlink {
	font-family: Tahoma, 'Trebuchet MS', Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #902B46;
	float: left;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#todo #menuh .menuhbase .menuhlink:hover {
	text-decoration: underline;
	background-color: #902B46;
}
#todo #menuh .menuhbase .menuhlinksel {
	font-family: Tahoma, 'Trebuchet MS', Verdana, Arial;
	font-size: 11px;
	color: #325373;
	text-decoration: none;
	background-color: #E6E6E6;
	display: block;
	float: left;
	width: 105px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #737373;
}
#todo #menuh .menuhbase .menuhlinksel:hover {
	text-decoration: underline;
	background-color: #DACDC6;
}
#todo #menuh .menuhsub {
	width: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#todo #menuh .menuhsub .menuhsublink {
	font-family: Tahoma, 'Trebuchet MS', Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #902B46;
	display: block;
	width: 105px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#todo #menuh .menuhsub .menuhsublink:hover {
	background-color: #902B46;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#todo #menuh .menuhsub .menuhsublinksel {
	font-family: Tahoma, 'Trebuchet MS', Verdana, Arial;
	font-size: 11px;
	color: #632D28;
	text-decoration: none;
	background-color: #E6E6E6;
	width: auto;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-right-color: #632D28;
	border-bottom-color: #632D28;
	border-left-color: #632D28;
}
#todo #main {
	background-color: #FFFFFF;
	clear: both;
	width: 760px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#todo #main #lateral {
	background-color: #FFFFFF;
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	vertical-align: top;
}

#todo #main #contenidos {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	line-height: 21px;
	clear: none;
	float: right;
	width: 490px;
	margin-bottom: 10px;
	margin-top: 40px;
	margin-right: 30px;
}

#todo #footer {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #902B46;
	display: block;
	width: 715px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	position: absolute;
	height: 50px;
	bottom: 0 !important; 
	bottom: -1px;
}

.pie {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.pie:hover {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.pie_tec {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif, Verdana;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
.titulo{
	margin-top: 10px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif, Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #902B46;
}
.titulo_sub {
	margin-top: 10px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #902B46;
}
.staff {
display:block;
width: 100%;
height: 81px;
margin-top: 20px;
margin-bottom: 20px;
}
.staff_int {
display:block;
vertical-align:top;
width: 55%;
height: 81px;
float:left;
text-align: right;
}
.staff_img {
display:block;
width: 40%;
vertical-align:top;
float: right;
text-align: left;
}
.Estilo1 {color: #902B46;
font-weight:bold;}
