/* 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;
}

a {
    color: #0290CC;
    text-decoration: none;
}
a:hover {
    color: #2A608C;
}
p {
    padding-top: 10px;
}
h2{
font-size:180%;
color:#0290CC;
}
h2 a {
color:#0290CC;
text-decoration: none;
}
h3{
font-size:150%;
color:#0C3848;
}
h4{
font-size:140%;
color:#0290CC;
}
h4 a {
text-decoration: none;
color:#0290CC;
}
h5{
font-size:115%;
color:#0C3848;
line-height:14px;
}
h5 a {
text-decoration: none;
color:#0C3848;
}
h6{

color:#0C3848;

}
.separador{
	color:#FFFFFF;
	font-size:140%;
	background-color:#0099CC;
	padding-left:12px;
	padding-top: 3px;
	padding-bottom: 3px;
}



body {
	width:990px;
	margin:0 auto;
	background-image:url(../images/fondo.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}


/* ----- CABECERA ----- */
#banner_superior {
	height:100px;
	padding-top: 10px;
	padding-left: 210px;
	background-image:url(../images/background_ad.jpg);
}
#cabecera{
	width:990px;
	height:109px;
	background-image:url(../images/cabecera2.jpg);
	background-color:#ffffff;
}
#redes_sociales{
	padding-top:15px;
	padding-left:700px;
}

/* ----- NAVEGADOR ----- */


#navegador {
	padding-top:28px;
	padding-left:480px;
	width:450px;
	text-align:right;
}
#navegador li {
	display: inline;
	color:  #000000;
}

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


/* ----- MAIN CONTENT ----- */
#pre_separador{
width:890px;
padding-left:70px;
padding-top:20px;
}
/* ----- disco principal----- */
#disco_destacado{
	background-image:url(../images/bkg.jpg);
	background-repeat:repeat-y;
	padding-top: 20px;
	padding-bottom: 20px;
}

#foto_destacado{
	padding-left:70px;
	padding-right:30px;
	float:left;
	width:305px;
}
#artista_destacado{
	padding-top:10px;

}

#texto_album{
	padding-top:8px;
	padding-bottom:8px;
}

#contenido_destacado{
	float:left;
	width:535px;
}
#tabla_links_p{
	padding:4px;
	color: #ffffff;
	width:200px;
	float:left;
	padding-top:15px;
}

#grafico_mes{
	padding-left:100px;
	float:left;
}
.limpiar{
	clear:both;
}

/* ----- wrapper----- */
#contenedor{
	width:990px;
	background-image:url(../images/bkg2.jpg);
	background-repeat:repeat-y;
	overflow:auto; 
}

/* ----- izq----- */
#izq { 
	width:540px;
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px; /* for IE5.x and IE6 */
	padding-left:60px;
}


#videoplayer{
	padding-top:20px;
	padding-bottom:20px;

}

#publicidad{
	padding-top:20px;
	padding-bottom:20px;
	float:left;
}

#tienda{
	padding-top:20px;
	padding-bottom:20px;

}

/* ----- discos secundarios----- */
#discos_secundarios {
width:500px;
}
.secundarios{
	padding-top:15px;
	overflow: hidden;
}

.foto_secundarios{
	padding-right:20px;
	float:left;
	width:160px;
	padding-left: 15px;
}

.contenido_secundarios{
	float:left;
	width:300px;
}

/* ----- discos terciarios----- */
#discos_terciarios {
	width:500px;
	padding-top:30px;
	padding-left:10px;
}
.terciarios{
	width:120px;
	float:left;
	padding-top:30px;
	padding-left:10px;
}
.terciarios h5 a {
	color: #0290CC;
}

.separador_terciario{
	float:left;
	width:46px;
	padding-top:30px;
	
}
.texto_terciario{
font-size:90%;
}
.album_terciario{
padding-top:4px;
padding-bottom:4px;
}

/* ----- derecha----- */
#der {
	width:350px;
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px; /* for IE5.x and IE6 */
	padding-left:25px;
	float:right;
}

/* ----- FOOTER ----- */



#pie { 
	width:990px;
	height:185px;
	background-color:#ffffff;
	background-image:url(../images/pie.jpg);
	background-repeat:no-repeat;
	text-align: center;
	color: #FFFFFF;
}
#pie ul {
    list-style-type: none;
    padding-top: 30px;
}
#pie ul li {
    display: inline;
    padding: 0px 10px;
}
#pie ul li a {
    color: #FFFFFF;
}
#pie ul li a:hover {
    color: #000000;
}
