/* CSS Document */

/* ---- Recursos ---- */

@font-face {
                font-family: Myhelvetica;
                /*src: url('../tipos/helveticacob.ttf');*/
				src: url('../HelveticaNeue-Medium.otf');
            }
			
/* ---- Estructura ---- */


html {
	/*importante para que se ajusten bien los fondos;*/
	height:100%;
	width:100%;
	
}
*{
/*-webkit-touch-callout: none;*/
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
-ms-user-select: none;
/*user-select: none;*/
}
*:focus {
	outline: none;
}
body {
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: no-repeat;
	background-position: top center;	
	overflow-x: hidden;
}
#centro{
	position: relative;
	width:auto;
	top : 30px;
	margin: 0px auto 100px auto;
	padding : 0px;
	background-image: url(../imagenes/musica01.jpg);
	color:#FFFFFF;
}
#cabecera{
	width: 1080px;
	height: 890px;
	top: 0px;
	margin: auto auto 0px auto;
	padding: 0;
}
#cuerpo{
	top: 0px;
	width: 1080px;
	height: auto;
	margin: 0px auto 0px auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-image: url(../imagenes/fondito.png);
	background-repeat: repeat-y;
	background-position: center 0%;
	}

#contenido{
	width: 934px;
	margin: 0px auto 0px auto;
	padding: 0px;
	padding-bottom: 100px;
	/*background-color: #200505;*/
	background-image: url(../imagenes/musica01_03.png);
	background-position: center 0px;
	background-repeat: no-repeat;
	}
#contenido P{
	margin: 0px auto 70px auto;
	padding-top: 0px;
	padding-right: 10%;
	padding-left: 10%;
	padding-bottom: 0px;
	text-align: justify;
	color:#AAAAAA;	
	font-family:'Myhelvetica', Helvetica, Arial, sans-serif;
	font-size: 15px;
	}
#contenido P span{
	font-weight: bold;
	}
#contenido P.titulillo{
	margin: 0px auto 0px auto;
	font-size: 18px;	
	font-weight: bold;
	}

#paypal{
	position:relative;
	display:inline-block;
	width:160px;
	left:50%;
	margin-left:-80px;
	margin-top: -50px;
	margin-bottom:50px;	
	font-family:'Myhelvetica', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#AAAAAA;
	text-align:center;	
	
	}
#descargar{
	position:relative;
	width:300px;
	height:169px;	
	left:50%;
	margin-left:-150px;
	margin-top: 0px;
	margin-bottom:50px;
	background-image:url(../imagenes/botondescarga.jpg);
	cursor:pointer;
	border:1;
	border-style:solid;
	border-color:#aaa;
	}
/*#pie{
	width: 1080px;
	height: 100px;
	margin: 0px auto 0px auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-color:#fff;
	color: #000;
	}*/	
/* comportamientos */

span.especial{
	color: #fff;
	font-size: 18px;
	}

a{
	text-decoration:none;
	color: #fff;
	}
