/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	width: 990px;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #B00000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4A3D2C;
}

h1 {
	font-size: 2.2em;
	color:#990000;
	text-transform: uppercase;
}

h2 {
	font-size: 2.0em;
	color:#990000;
	text-transform: uppercase;
}

h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.0em;
}

p {
	margin-top: 10px;
}

hr {
	 border: 0;
	 height: 1px;
	 color: #67553E;
	 background-color: #67553E;
	 margin-top: 0px;
	 padding: 0px;
}

a {
	text-decoration: none;
	color: #8E0000;
}
a:hover {
	text-decoration: underline;
}

/*-------------General---------*/
#headerHome {
	background-image: url(../images/cabecera.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 447px;
}
#header {
	background-image: url(../images/cabecera2.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 447px;
}

#wrapperHome {
	width: 990px;
	overflow: auto;
	background: url(../images/bkg_medio.jpg);
}
#wrapper {
	width: 990px;
	overflow: auto;
	background: url(../images/bkg_medio2.jpg);
}

/* ----- MAIN CONTENT ----- */
#contentHome {
	float: left;
	width: 500px;
	padding: 20px 60px;
	min-height: 500px; /* for modern browsers */
	height: auto !important; /* for modern browsers */
	height: 500px; /* for IE5.x and IE6 */
}
#content {
	float: left;
	width: 570px;
	padding: 20px 60px;
}

/* ----- NAVIGATION ----- */
#lateralHome {
	float: left;
	width: 340px;
	padding-top: 20px;
	padding-left: 30px;
}
#lateral {
	float: left;
	width: 250px;
	padding-top: 20px;
	padding-left: 20px;
}

/*-------Noticias--------*/
#noticia {
	padding: 0px 15px;
	overflow: hidden;
}
#noticia img {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 15px;
	border: 1px solid white;
}
#noticia h4 a {
	color: #4A3D2C;
}


#separadorNoticia {
	border-top: 1px dashed #67553E;
	margin: 18px 0px;
}

#noticiaSola {
	overflow: auto;
}
#noticiaSola img {
	float: right;
	margin: 0px 0px 20px 40px;
	border: 2px solid white;
}
#noticiaSola h3 {
	margin: 0px;
	padding: 2px 0px;
}

.fecha {
	font-size: 88%;
}
#logo_comunidad {
	margin-top: 0px;
	margin-bottom:30px;
}

/*------------Conciertos---------------*/
#conciertos {
    min-height: 360px;
    padding: 0px 10px;
}

#fechaConcierto {
    float: left;
    width: 70px;
    margin-left: 10px;
}
#ciudadConcierto {
    float: left;
    width: 110px;
    margin-left: 10px;
}
#tituloConcierto {
    float: left;
    width: 250px;
    margin-left: 10px;
}
#masInfoConcierto {
    margin-left: 10px;
}

#subMenu {
    margin: 0px;
}
#subMenu ul {
    list-style-type: square;
    padding-top: 10px;
    margin-left: 40px;
    color: #9A8353;
    font-size: 110%;
}
#subMenu li {
    line-height: 1.4;
}
#subMenu h3 {
    text-align: center;
}

/*-----------Biografía y disco----------*/
#biografia {
    padding: 15px;
}

/*-----------Discografía--------*/
.disco {
	padding-top: 50px;
	padding-left: 40px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.portada {
	float: left;
	width: 250px;
	padding-bottom: 90px;
}
.portada img {
	border: 1px;
	border-color: #AB937A;
	border-style: solid;
	margin-bottom: 10px;
}
#canciones {
	float: left;
	width: 240px;
}

#vaciar {
	clear: both;
	padding-top: 20px;
}

#vaciar hr {
	 border: 0;
	 height: 1px;
	 color: #B09463;
	 background-color: #B09463;
	 margin-top: 0px;
	 margin: 0px;
	 padding: 0px;
}

/*-------Móvil-----------*/
#movil {
	padding-left: 30px;
	margin-top: 20px;
	line-height: 1.6;
}

/* ----- FOOTER ----- */
#footer {
	width: 990px;
	height: 204px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
#footer ul {
	list-style-type: none;
	padding-top: 120px;
	padding-left: 80px;
}
#footer ul li {
	display: inline;
	padding: 0px 10px;
	color: #8E0000;
}

#click2music{
padding-top:20px;
padding-left:300px;

}



/* ----- NAVEGADOR ----- */
#navegador {
	display: block;
	margin-left: 300px;
	margin-top: -25px;
	width: 640px;

}
#navegador ul {
	list-style-type: none;
}
#navegador li {
	padding-left: 12px;
	display: inline;
	padding-right: 12px;
	color: #000000;
	font-weight: bold;
}

#navegador a { 
	text-decoration: none;
	color: #000000
}
#navegador a:hover {
	text-decoration: none;
	color: #ffffff;
}

/* ----- Links ----- */
#links {
	list-style-type: none;
	width: 150px;
	padding-left: 135px;
	padding-top: 194px;
	line-height: 32px;
}
#links ul {
	list-style-type: none;
}
#links li {
	color: #ffffff;

}
#links a { 

	text-decoration: none;
	color: #ffffff
}
#links a:hover {
	text-decoration: none;
	color: #000000;
}

/* ----- youtube ----- */
#youtube {
	padding-top:20px;
	padding-left:705px;
}

/*-----------Paginador---------*/
#paginator {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*---------Error---------------*/
#error {
	padding: 20px 40px;
}
/*---------COMUNIDAD---------------*/
