html,body{
	height:100%;
}
body{
	margin:0px;
	background:#FFFFFF;
}
#contenido{
	height:100%;
}
.titulo {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 16px;
	color: #006296;
	font-weight: bold;
	text-transform:uppercase;
}
.normal {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
.subtitulo {
	font-family: Verdana, "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #746A45;
	text-decoration: none;
}
.subtitulo:hover {
	font-family: Verdana, "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #7A7A7A;
	text-decoration: underline;
}
.piebold {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
	text-decoration: none;
}
.pie {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 15px;
	text-decoration: none;
}
.pie:hover {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 15px;
	text-decoration: underline;
}

