/* Estilos Coca d'aRock . dvdwebz.es */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana;
}

#degradado {
	background-image: url('../img/degradado.png');
	background-repeat: repeat-x;
	height: 639px;
}

#fondo {
	position: absolute;
	width: 630px;
	height: 633px;
	background-image: url('../img/fondo.png');
	z-index: 0;
}

.clear {
	clear: both;
}

/* header */

#header {
	position: relative;
	left: 50%;
	margin-left: -371px;
	width: 743px;
	z-index: 2;
	padding-top: 20px;
}

	#header h1 {
		font-size: 43px;
	}
	
	.logo_mini {
		position: absolute;
		width: 159px;
		height: 155px;
		top: 0px;
		right: 1px;
	}
	
/* menú */

#nav {
	position: absolute;
	width: 100%;
	height: 45px;
	background-color: #000000;
	z-index: 1;
}	
	#nav ul {
			position: absolute;
			width: 743px;
			height: 45px;
			left: 50%;
			top: 12px;
			margin-left: -369px;
			list-style: none;
			display: block;
			font-size: 15px;
			z-index: 1;
		}

		#nav li {
			position: relative;
			display: block;
			float: left;
			margin-right: 20px;
			color: #555555;
		}
		
		#nav li a:link, #nav li a:visited {
			text-decoration: none;
			color: #FFFFFF;
		}
		
		#nav li a:hover {
			text-decoration: underline;
			color: #E5D600;
		}
		
#idioma {
	position: relative;
	width: 743px;
	height: 15px;
	left: 50%;
	top: 44px;
	margin-left: -369px;
	font-size: 12px;
	z-index: 1;
}
	#idioma ul {
		list-style: none;
		display: block;
		float: right;
	}
	
		#idioma li {
			position: relative;
			display: block;
			float: left;
			margin-right: 10px;
		}
		
		#idioma li a:link, #idioma li a:visited {
			text-decoration: none;
			color: #000000;
		}
		
		#idioma li a:hover {
			text-decoration: underline;
			color: #8F463B;
		}

/* Main */

#main {
	position: relative;
	width: 743px;
	left: 50%;
	margin-left: -369px;
	padding-top: 40px;
	margin-bottom: 20px;
}

	p {
		font-size: 12px;
		margin-bottom: 10px;
	}
	
	ol {
		position: relative;
		margin-left:20px;
		font-size: 12px;
	}
	
		ol li {
			margin-bottom: 5px;
		}
	
	.imagen_inicio {
		text-align: center;
	}
	
	.imagen {
		text-align: center;
	}
	
	.imagen img{
		border: 1px solid #000000;
		padding: 3px;
		margin-bottom: 10px;
	}
	
	.noticia {
		position: relative;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
		.noticia h1 {
			font-size: 22px;
		}
		
		.noticia h2 {
			font-size: 10px;
		}
		
		.noticia p {
			font-size: 12px;
			text-align: justify;
		}
		
		.noticia img {
			border: 1px solid #000000;
			padding: 3px;
		}
		
		.noticia ul {
			position: relative;
			left: 20px;
			margin-bottom: 10px;
			font-size: 12px;
		}
	
	#main a:link, #main a:visited {
		text-decoration: underline;
		color: #000000;
	}
	
	#main a:hover {
		text-decoration: underline;
		color: #8F463B;
	}

/* Footer */

#footer {
	position: relative;
	width: 100%;
	height: 114px;
	background-color: #000000;
	z-index: 1;
}

	#logos {
		position: relative;
		width: 743px;
		left: 50%;
		margin-left: -369px;
		padding-top: 9px;
	}
	
		.patrocinadores {
			position: relative;
			float: left;
			margin-right: 20px;
		}
			
			.patrocinadores h1 {
				color: #FFFFFF;
				font-size: 15px;
			}
			
			.patrocinadores img {
				margin-right: 10px;
			}
			
#creditos {
	position: relative;
	text-align: right;
	width: 743px;
	left: 50%;
	margin-left: -369px;
}

	#creditos p {
		font-size: 9px;
	}
	
	#creditos a:link, #creditos a:visited {
		text-decoration: underline;
		color: #000000;
	}
	
	#creditos a:hover {
		text-decoration: underline;
		color: #8F463B;
	}