html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin-top: 25px;
	background: white; /*#f8f8f8;
	*/
text-align: justify;

	background: -webkit-linear-gradient(left, white, #f8f8f8, white);
	background: -moz-linear-gradient(left, white, #f8f8f8, white);
	background: -o-linear-gradient(left, white, #f8f8f8, white);
	background: -ms-linear-gradient(left, white, #f8f8f8, white);
	background: linear-gradient(left, white, #f8f8f8, white);
}

#pagina {
	position: relative;
	width: 1048px;
	margin: auto;
	height: auto;
	min-height: 100%;
	padding-bottom: 35px;
}

a {
	color: #f8f8f8;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: white;
}

.linea {
	margin: 0 auto 25px auto;
	height: 4px;
	width: 500px;
	background-image: url('linea.jpg');
/*

	background: -webkit-linear-gradient(left, transparent, #a6c74c, transparent);
	background: -moz-linear-gradient(left, transparent, #a6c74c, transparent);
	background: -o-linear-gradient(left, transparent, #a6c74c, transparent);
	background: -ms-linear-gradient(left, transparent, #a6c74c, transparent);
	background: linear-gradient(left, transparent, #a6c74c, transparent); 
*/
	
}

#logo {
	margin: 0 auto 15px auto;
	width: 581px;
}

h1 {
	/* 	font-family:  "Eurostile";
	 */
font-family: 'Julius Sans One', sans-serif;
	font-size: 65px;
	font-style: normal;
	text-align: center;
}

h2 {
	font-family: 'Julius Sans One', sans-serif; /* font-family:  "Helvetica Neue";
	 */
text-align: center;
}

h3 {
	font-family: 'Pontano Sans', sans-serif;
	text-align: center;
}

.caratula {
	position: relative;
	width: 1048px;
	height: 540px;
	margin: 0 auto;
}

#portada {
	position: absolute;
	top: 20px;
	left: 20px;

	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
	box-shadow: 0 0 8px rgba(0,0,0,.6);
	height: 500px;
	z-index: 100;
}

.imgtext {
	position: absolute;
	background: silver; /*#5a1034;
	*/
font-family: 'Pontano Sans', sans-serif;
	line-height: 25px; /*font-family:  'Julius Sans One', sans-serif;
	*/
/* font-style:  italic;
	 */
font-size: 17px; /*height:  288px;
	*/
padding: 20px 25px 20px 20px;
	left: 0;
	top: 35px;
	width: 1003px;

	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.6);
	box-shadow: 0 0 5px rgba(0,0,0,.6);
}

.texto {
	text-align: justify; /*color:  #fff;
	*/
color: #505050;
	padding-left: 555px;
	padding-right: 15px;
	padding-top: 10px;
}

#seccion-col {
	width: 1048px;
	margin: 0 auto;
}

.col1,.col2 {
	float: left;
	padding: 15px font-family:  'Pontano Sans', sans-serif;
	font-size: 15px;
}

.col1 {
	margin-right: 50px;
	width: 680px;
}

.col2 {
	width: 300px;
}

td {
	padding: 5px;
}

ul {
	list-style: none;
	line-height: 35px;
	color: #505050;
}

#tracklist {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #5a1034;
	border-radius: 4px;

	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.6);
	box-shadow: 0 0 4px rgba(0,0,0,.6);
	padding-left: 30px;
	color: #f8f8f8;
	line-height: 33px;
}

p {
	font-family: 'Pontano Sans', sans-serif;
}

.parrafo {
	width: 1048px;
	margin: 0 auto;
	padding: 0 15px 250px 0;
	font-size: 15px;
	text-align: justify;
}

#firma {
	position: relative;
	float: right;
	padding-right: 40px;
	padding-bottom: 50px;
}

.footer {
	width: 100%;
	height: 35px;
	margin: -35px auto 0 auto;
	background: #5a1034;
	font-family: 'Pontano Sans', sans-serif;
}

#textfooter {
	margin: 0 auto;
	width: 1048px;
	height: 35px;
	color: #f8f8f8;
}

#textfooter li {
	float: left;
	margin-right: 220px;
}

#textfooter li:nth-child(3) {
	margin-right: 0;
	float: right;
}
