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

body {
	background-image: url(fondos/main2.jpg);
	
}	

#centrar {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
	

#homeCentrado {
	background-image: url(fondos/imagen05.jpg);
	height: 600px;
	width: 1000px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#biografiaCentrado {
	background-image: url(fondos/imagen01.jpg);
	height: 600px;
	width: 1000px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#discografiaCentrado {
	background-image: url(fondos/imagen02.jpg);
	height: 600px;
	width: 1000px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#trayectoriaCentrado {
	background-image: url(fondos/imagen03.jpg);
	height: 600px;
	width: 1000px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#contenedorFlasGaleria {
	background-color: #00F;
	height: 500px;
	width: 760px;
	float: left;
}
#superiorGaleria {
	float: left;
	height: 50px;
	width: 760px;
}


#agendaCentrado {
	background-image: url(fondos/imagen07.jpg);
	height: 600px;
	width: 1000px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#fotosCentrado {
	background-image: url(fondos/imagen08.jpg);
	height: 600px;
	width: 1000px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#videosCentrado {
	background-image: url(fondos/imagen04.jpg);
	height: 600px;
	width: 1000px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#prensaCentrado {
	background-image: url(fondos/imagen02.jpg);
	height: 600px;
	width: 1000px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#contactoCentrado {
	background-image: url(fondos/imagen06.jpg);
	height: 600px;
	width: 1000px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#superiorVacio {
	height: 90px;
	width: 550px;
	float: left;
}

#superiorVacioAgenda {
	height: 130px;
	width: 440px;
	float: left;
}
#titulo {
	height: 45px;
	width: 500px;
	float: left;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
}
#tituloAgenda {
	height: 45px;
	width: 440px;
	float: left;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
}


#botoneraHome {
	float: left;
	height: 650px;
	width: 450px;
}
#botoneraAgenda{
	float: left;
	height: 650px;
	width: 500px;
}

#botoneraGaleria {
	float: left;
	height: 650px;
	width: 210px;
}
#contenido {
	float: left;
	width: 480px;
	height: 367px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	padding-right: 20px;
}

#contenidoAgenda {
	float: left;
	width: 440px;
	height: 367px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
}
#contenidoContacto {
	float: left;
	width: 300px;
	height: 367px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
}
#botoneraContacto {
	float: left;
	height: 650px;
	width: 640px;
}
#tituloContacto {
	height: 45px;
	width: 320px;
	float: left;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
}
#superiorVacioContacto {
	height: 85px;
	width: 240px;
	float: left;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
	text-decoration: none;
}

