html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	color: #666666;
	background-color: #EBEEF1;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
a {
	color: #C17BA0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img{
    border:0px;
}
#home{
	width: 100%; 
	height: 100%;
	z-index: 1; 
	vertical-align: middle; 
	text-align: center;
}
#todo {
	display: block;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #CCCCCC;
	background-image: url(img/bg_main.gif);
	border-left: 1px solid #6F89AA;
	border-right: 1px solid #6F89AA;
}
#todo #header {
	display: block;
	height: 120px;
	background-color: #E8DBE7;
}
#todo #main {
	display: block;
	padding-bottom: 40px;
	margin-bottom: 5px;
	clear: both;
	border-top: solid 3px #6F89AA;
	padding-bottom: 100px;
}
#todo #main #lateral {
	display: block;
	float: left;
	width: 200px;
	padding-bottom: 100px;
}
#todo #main #contenidos {
	display: block;
	float: right;
	width: 520px;
/*	background-color:#FFFFFF;*/
	font-size: 12px;
	clear: none;
	padding: 10px;
	padding-bottom: 100px;
}

#todo #footer {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif, Verdana;
	background-color: #DEE4EB;
	font-size: 12px;
/*	background-image: url(img/bg_pie.jpg);*/
	color: #454545;
	display:block;
	padding: 0px;
	padding-top:3px;
	margin: 0px;
	width: 760px;
	border-top: solid 3px #6F89AA;
	position: absolute;
	height: 90px;
	bottom: 0 !important;
	bottom: -1px;
}
.volver {
	display: block;
	height: 20px;
	width: 80px;
	background-color: #FFFFFF;
	border:solid 1px #C17BA0;
	float: right;
	text-align: center;
	padding: 2px;
}
.menu{
	font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
    padding-left: 5px;
}
.smenu{
	font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 12px;
}
.titulo {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	border-bottom: 1px solid #575757;
	color: #CE93B4;
}
.subtitulo {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	color: #84A3B9;
}
/* MENU V */
#todo #main #lateral {
	display: block;
	float: left;
	width: 152px;
	padding-bottom: 100px;
}
#todo #main #lateral .menuvbase {
	display: block;
}
#todo #main #lateral .menuvbase .menuvlink {
	font-family: Tahoma, 'Trebuchet MS', Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CE93B4;
	width: 152px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	/*padding-bottom: 5px;*/
	padding-left: 10px;
	border-bottom: 1px solid #6F89AA;
	/*height:17px;*/
}
#todo #main #lateral .menuvbase .menuvlink img{
	margin-top:-2px;
}
#todo #main #lateral .menuvbase .menuvlink:hover {
	text-decoration: underline;
	background-color:#D7A6C0;
}
/* ESTOS son los del menus seleccionado, no estan en uso*/
#todo #main #lateral .menuvbase .menuvlinksel {
	font-family: Tahoma, 'Trebuchet MS', Verdana, Arial;
	font-size: 10px;
	color: #96928D;
	text-decoration: none;
	background-color: #DFE1E9;
	width: 178px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #A5B9C5;
}
#todo #main #lateral .menuvbase .menuvlinksel:hover {
	font-family: Tahoma, 'Trebuchet MS', Verdana, Arial;
	font-size: 10px;
	color: #96928D;
	text-decoration: underline;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-right-color: #9C9C9C;
	border-bottom-color: #9C9C9C;
	border-left-color: #9C9C9C;
}
/* hasta aca...*/
#todo #main #lateral .menuvsub {
	display: block;
	/*border-top: 1px solid #9C9C9C;*/
}
#todo #main #lateral .menuvsub .menuvsublink {
	font-family: Tahoma, 'Trebuchet MS', Verdana, Arial;
	color:  #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	background-color: #D7A6C0;
	display: block;
	width: 150px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #6F89AA;
}
#todo #main #lateral .menuvsub .menuvsublink img{
	margin-top:-2px;
}
#todo #main #lateral .menuvsub .menuvsublink:hover {
	text-decoration: underline;
	background-color: #DBB0C8;
}
#todo #main #lateral .menuvsub .menuvsublinksel {
	font-family: Tahoma, 'Trebuchet MS', Verdana, Arial;
	font-size: 10px;
	color: #B07246;
	text-decoration: none;
	background-color: #E9E4D9;
	display: block;
	width: 150px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-right-color: #B07246;
	border-bottom-color: #B07246;
	border-left-color: #B07246;
}
#todo #main #lateral .menuvsub .menuvsublinksel:hover {
	text-decoration: underline;
	display: block;
}
.img_th {
	display: block;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #6F89AA;
	background-position: center;
	height: 95px;
	width: 246px;
	float: right;
	border-right: 6px solid #6F89AA;
	border-left: 12px solid #FFFFFF;
	border-bottom: 1px solid #6F89AA;
	border-top: 12px solid #FFFFFF;
}
.video {
	display: block;
	background-color:#D0D5DD;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #6F89AA;
	background-position: center;
	height: 95px;
	width: 246px;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 6px solid #6F89AA;
	border-left: 12px solid #FFFFFF;
	border-bottom: 1px solid #6F89AA;
	border-top: 12px solid #FFFFFF;
}
