﻿/*
	Css para la práctica 4 de EU.
	Autores: Vicent Niclòs Llorca y Héctor Ferrer Sangrós
*/
#streams {
	position: absolute;
	top: 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
	background: #f1f1f1;
	margin-bottom:10px;
}
body {
	font-family: FreeSans, Helvetica, Calibri, Arial, sans-serif;
	font-size: 62.5%;
}
h1, h2, h3 { font-family: Helvetica; font-weight: normal; text-align:left;}

h1 a, h2 a, h3 a { font-weight: normal;}

h1 {font-size: 3em; line-height: 1em; padding: .25em 0;}
h2 {font-size: 2.2em; line-height: 1em; padding: .7em 0 .7em;}



body { background-color: #f6f6f6; color: #383030; }
li a { color: #777; }
li a:hover { font-size:25px; }
li { font-size:20px;}
.activa
{
    text-decoration:underline;
}


