@charset "UTF-8";
/* CSS Document */


a {
text-decoration:none;
color:#FFFFFF;
}
.enlaces {
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
color:#FFFFFF;
font-size: 12px;
line-height: 1.3em;
}
.enlaces:hover {
text-decoration:underline;
}

body {
background:#990011;
/*background:#59020b;
*/
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#FFF;
font-size:14px;
line-height:19px;
}
h1 {
	font-size:330%;
	font-family:"Arial Black", Gadget, sans-serif;
	text-transform:uppercase;
}
h2 {
	text-indent:80px;
	font-size:340%;
	font-weight:100;
	line-height:20px;
	
}
	

#pagina {
	
	width:100%;
}
#contenido {
	background:#000 url(images/fondo_estadio.jpg) no-repeat;
	width:780px;
	position:relative;
	margin:0 auto;
	
	top:20px;
}
#video {
	
	margin:0 auto;
	padding:10px;
	width:720px;
}
#pie {
	background:#000;
	position:relative;
	margin:0 auto;
	padding:20px;
	height:190px;
	
}
#enlaces {
	float:left;
	clear: both;
display: block;
	font-size:110%;
	padding:10px;
	margin:0 0 0 0px;
}
.menu {
		display:inline-block;
		margin:0 130px 25px 0px;
		background:url(images/icono.png) no-repeat top left;
		text-indent:40px;
		line-height:45px;
}
.proximopartido {
	font-size:90%;
	line-height:14px;
}
