/**
 * common.css
 */

/* menu section */
#menu_section {
	float: left;
	width: 215px;
	height: 100%;
}
#menu_section_top {
/*825*/
	height: 20px;
	background: transparent;
}
#menu_section h1 {
	margin: 11px 0px 0px 47px;
}
#menu_section h1 a {
	display: block;
	width: 160px;
	height: 30px;
	text-indent: -10000px;
	
	background-image: url(images/main-header.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#iconlist {
	margin: 0px 0px 0px 145px;
}
#iconlist img {
	border: 0px;
}


/* main section */
#main_section {
	float: left;
	width: 430px;
	
}
#main_section_top {
	height: 13px;
}
#main_section_content {
	
	background-color: #9d222a;
	~background-color: #931a21;
}
#main_section_content h2.post_header {
	margin: 26px 0px 0px 0px;
	width: 429px;
	height: 12px;
}
#main_section_content h2.post_header span {
	display: block;
	text-indent: -10000px;
}
#main_section_content h2.novedades {
	background-image: url(images/header-novedades.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#main_section_content h2.multimedia_descargas {
	background-image: url(images/header-multimedia.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#main_section_content h2.prensa {
	background-image: url(images/header-prensa.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#main_section_content h2.tienda {
	background-image: url(images/header-tienda.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#main_section_content h2.conciertos {
	background-image: url(images/header-conciertos.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#main_section_content h2.contacto {
	background-image: url(images/header-contacto.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#main_section_content h2.newsletter {
	background-image: url(images/header-newsletter.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#main_section_content h2.spokenword {
	background-image: url(images/header-spokenword.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#main_section_content h2.enlaces {
	background-image: url(images/header-enlaces.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#main_section_content h3 {
	font: normal bold 12px "Trebuchet MS", Verdana, Arial, Helvetica;
	color: #fff;
	margin: 17px 0px 0px 8px;
	_margin: 0px 0px 0px 8px;
}
#main_section_content p.post_date {
	font: normal bold 12px "Trebuchet MS", Verdana, Arial, Helvetica;
	color: #c6c5c0;
	margin: 0px 0px 0px 8px;
}
#post_content {
}
#post_content p {
	font: normal normal 12px "Trebuchet MS", Verdana, Arial, Helvetica;
	color: #fff;
	margin: 0px 16px 17px 56px;
}
#post_content p a {
	color: #fff;
	text-decoration: none;
}
#post_content p a:hover {
	text-decoration: underline;
}
.cursiva {
	font-style: italic;
}
.tachado {
	text-decoration: line-through;
}

/* music section */
#music_section {
	float: left;
	width: 313px;
	height: 100%;
}
#music_section_top {
}
#music_section_content {
}
#player {
	margin: 15px 0px 5px 8px;
}
.image_container {
	margin: 5px 0px 0px 15px;
}
.image_container img {
	border: 0px;
}

/* footer */
#footer {
	width: 960px;
	
	left: 50%;
	margin-left: -479px;
	
	position: relative;
	-position: absolute;
	
	margin-bottom: -20px;
	padding-bottom: 20px;
	
	float: left;
	_float: none;
	
	background-image: url(images/body-bg.jpg);
	background-position: top left;
	background-repeat: repeat;
	background-attachment: fixed;
	_background-image: none;
	
	/*border: 1px solid red;*/
}

#footer_info {
	font: normal normal 12px "Trebuchet MS", Verdana, Arial, Helvetica;
	color: #000000;
	float: right;
	margin: 0px 40px 0px 0px;
	_margin: 0px 20px 0px 0px;
}
#footer_info p {
	margin: 0px 0px 0px 0px;
}
#footer_info p a {
	text-decoration: none;
	color: #000000;
}
#footer_info p a:hover {
	text-decoration: underline;
}
