
html, body {
	margin: 0;
	font-family: Tahoma, Verdana, Helvetica,  Arial, sans-serif;
	color: #3e4348;
	line-height:18px;
	font-size:10px;
	top: 0;
	left: 0;
	height: 100%;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}
a img {
	border:none;
}

a.menu:link {
	color: #bbbbba;
}
a.menu:visited {
	color: #bbbbba;
	text-decoration: none;
}
a.menu:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:active {
	color: #bbbbba;
	text-decoration: none;
}

a.pie:link {
	color: #9d9d9d;
}
a.pie:visited {
	color: #9d9d9d;
	text-decoration: none;
}
a.pie:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.pie:active {
	color: #9d9d9d;
	text-decoration: none;
}
#portada
{
	height: 100%;
	background: #14121f;
}
#portada div
{
	padding-top: 20%;
	text-align: center;
	color: #ffffff;
}

#oculto 
{
	display: none;
}

a.encuesta:link {
	color: #3e4348;
	text-decoration: none;
}
a.encuesta:visited {
	color: #3e4348;
	text-decoration: none;
}
a.encuesta:hover {
	color: #FF6600;
	text-decoration: none;
}
a.encuesta:active {
	color: #3e4348;
	text-decoration: none;
}