/* 
  Rallye Rías Baixas - Diseño y desarrollo: Mara Rocha Fernández (maranhadisenha@gmail.com)
*/
.cabecera {
	width: 100%;
	height: 200px;
	overflow: hidden;
	background: url(../images/cabecera.jpg) repeat-x center;
}
.superior {
	width: 960px;
	margin: 0 auto;	
}
.superior .federacion {
	float: left;
	width: 150px;
	height: 134px;
	cursor: pointer;
	margin-top: 66px;
	background: url(../images/cabecera-federacion.gif) no-repeat left bottom;
	text-align: left;
}
.superior .placa {
	float: left;
	width: 660px;
	height: 200px;
	cursor: pointer;
	background: url(../images/cabecera-placa.gif) no-repeat center;
	text-align: center;
}
.superior .escuderia {
	float: left;
	width: 150px;
	height: 134px;
	cursor: pointer;
	margin-top: 66px;
	background: url(../images/cabecera-escuderia.gif) no-repeat right bottom;
	text-align: right;
}
.menu .contenedor {
	width: 100%;
	height: 30px;
	background-color: #3399FF;
	border-top: 7px solid #0066CC;
	border-bottom: 1px solid #0066CC;
}
.menu .contenido {
	width: 960px;
	height: 30px;
	margin: 0 auto;
}
.menu-amarillo a:link {
	background-color: #FFCC00;
}
