body {
	background-color: #000000;
	color:#cccccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(fondoweb.jpg);
	background-repeat: repeat-y;
}

a {
	text-decoration:none;
}

a:visited, a:link {
	color:#cccccc;
}

a:hover {
	color:#FF0000;
}

h1 {
	color:#FE0000;
	margin:2px;
	padding:2px;
	font-size:12px;
	text-transform: uppercase;
}

p {
	padding:2px;
	margin:2px;
}

#cabezera {
	position:absolute;
	top:15px;
	left:100px;
	width:720px;
	height:150px;
	background-image: url(logosuperior.jpg);
	background-repeat: no-repeat;
}

#cabezera h1{
	display:none;
}

#menu {
	position:absolute;
	top:170px;
	left:100px;
	width:790px;
	height:35px;
}
#menu ul {	
	padding:0px;
	margin:0p;
}

#menu li {
	list-style-type: none;
	float:left;
}

#menu li a{
	display:block;
	width:120px;
	height:35px;
}

#menu li a#Noticias {
	background-image: url(botones/noticias1.jpg);
	background-repeat: no-repeat;
}

#menu li a#Escuderia {
	background-image: url(botones/escuderia1.jpg);
	background-repeat: no-repeat;
}

#menu li a#Pruebas {
	background-image: url(botones/pruebas1.jpg);
	background-repeat: no-repeat;
}

#menu li a#Pilotos {
	background-image: url(botones/pilotos1.jpg);
	background-repeat: no-repeat;
}

#menu li a#Enlaces {
	background-image: url(botones/enlaces1.jpg);
	background-repeat: no-repeat;
}

#menu li a#Contacto {
	background-image: url(botones/contacto1.jpg);
	background-repeat: no-repeat;
}

#menu li a#Noticias:hover {
	background-image: url(botones/noticias2.jpg);
}

#menu li a#Escuderia:hover {
	background-image: url(botones/escuderia2.jpg);
}

#menu li a#Pruebas:hover {
	background-image: url(botones/pruebas2.jpg);
}

#menu li a#Pilotos:hover {
	background-image: url(botones/pilotos2.jpg);
}

#menu li a#Enlaces:hover {
	background-image: url(botones/enlaces2.jpg);
}

#menu li a#Contacto:hover {
	background-image: url(botones/contacto2.jpg);
}

#menu li a p{
	display:none;
}

#contenedor {
	position:absolute;
	top:240px;
	left:100px;
	width:720px;
	height:100%;
}

.tabla1 td {
	background-color:#FFFFFF;
	width: 680px;	
	height:40px;
}
 
.tabla1 td a
{
	color:#000000;
	font-weight:bold;
	font-size:10px;
	text-transform: uppercase;
	text-decoration:underline;
}

.tabla1 td a:hover
{
	color:#FF0000;
}

