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

body {
	background-color: #340002;
	padding-bottom: 25px;
	font-family: Tahoma, Arial, Courier;
	color: #FFFFFF;
	background-image: url(imagenes/fondoguitarra.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 12px;
}

a:link {
	color: #FFCC66;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}

body,td,th {
	color: #FFFFCC;
	font-family: Tahoma, Arial, Courier;
	font-size: 12px;
}

h1{
	font-family: Tahoma, Arial, Courier;
	font-size: 12px;
	font-weight: normal;
}
h2{
	font-family: Tahoma, Arial, Courier;
	font-size: 11px;
	font-weight: normal;
}
.Estilo1 {color: #FFFFFF}

#contenedor{
	height: 800px;
	padding-left: 220px;
}
#cabecera {
	background-image: url(imagenes/cabecerabros.jpg);
	padding-top: 50px;
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 5px;
	width: 550px;
}
#bloque {
	margin-right: 0px;
	float: left;
	margin-top: 5px;
	padding: 5px;
	width: 450px;
}
#novedad {
	float: left;
	margin-top: 45px;
	background-image: url(imagenes/novedades.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 58px;
	width: 200px;
}
#novedad a{
	text-decoration: none;
	
}
#pie{
	float: left;
	text-align: center;
	font-size: 10px;
}
