/* ============ HOME ============ */

#home {
	margin-top: 8px;
	background: url('../img/home-division.gif') repeat-y;
	overflow:hidden;
}

/* -- Col-izq -- */
#home #col-izq {
	float: left;
	width: 189px;
}
#home #col-izq h2, #home #col-ter h2 {
	text-indent: 21px;
	text-transform: uppercase;
	font-weight: bold;
}
#home #col-izq h2.clasica {
	color: #EE7B00;
	background-color: #FFE0B2;
}
#home #col-izq h2.fichas {
	color: #008080;
	background-color: #B2D9D9;
}
#home #col-izq h2.interpretes {
	color: #335E99;
	background-color: #C1D1E0;
}
#home #col-izq h2.multimedia {
	color: #728000;
	background-color: #D9D9B2;
}

#home #col-izq h3 {
	color: #757575;
	font: bold 11px Tahoma, sans-serif;
	height: 20px;
	line-height: 20px;
	width: 100%;
	background: url('../img/nav-li-borde.gif') repeat-x left bottom;
	margin-bottom: 8px;
}
#home #col-izq p {
	margin: 0;
	margin-top: 3px;
	margin-bottom: 8px;
	line-height: 1.3;
	/*clear: left;*/
}

#home #col-izq div.copete img, #home #col-ter div.copete img {
	float: left;
	clear: right;
	margin-right: 10px;
	border: 1px solid #5B6065;
	/*margin-bottom: 4px !important;*/
	margin-bottom: 5px;
}
#home #col-izq div.copete p, #home #col-ter div.copete p {
	margin-top: 0;
	padding-top: 0;
	/*font: bold 11px Tahoma;*/
	font: normal 17px Georgia, "Times New Roman", serif;
	clear: none;
}
#home #col-izq div.uno {
	color: #808000;
}
#home #col-izq div.uno a {color: #808000;}
#home #col-izq div.uno a:hover {color: #A8A800; text-decoration: underline;}

#home #col-izq div.dos {
	color: #5284B6;
}
#home #col-izq div.dos a {color: #5284B6;}
#home #col-izq div.dos a:hover {color: #6CABEA; text-decoration: underline;}

#home #col-ter div.tres {
	color: #757575;
}
#home #col-ter div.tres a {color: #757575;}
#home #col-ter div.tres a:hover {color: #000; }


/* -- Col-DER -- */

#home #col-der {
	float: left;
	width: 174px;
	margin-left: 23px;
	background-color: #E1E8F0;
	padding: 3px 8px 3px 6px;
}

#home #col-der h2 {
	background: url('../img/h2-flechita.gif') no-repeat left 4px;
	text-indent: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #6F89A2;
	margin-bottom: 2px;
	margin-top:10px;
}
#home #col-der h3 {
	padding-top: 6px;
	background: url('../img/nav-li-borde.gif') repeat-x left top;
	color: #039FCE;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0;
}
#home #col-der h3 a {color: #039FCE;}
#home #col-der h3 a:hover {color: #326597;}

#home #col-der p {
	margin-top: 2px;
	margin-bottom: 18px;
}
#home #col-der ul {
	margin-bottom: 20px;
}
#home #col-der ul li {
	line-height: 14px;
	margin-bottom: 3px;
	padding-bottom: 4px;
	background: url('../img/nav-li-borde.gif') repeat-x left bottom;
}
#home #col-der ul li a {
	display: block;
	color: #5284B6;
	text-indent: 9px;
	background: url('../img/nav-li-punto.gif') no-repeat left 6px;
}
#home #col-der ul li a:hover {color: #336699;}


/* -- 3er columna -- */

#home #col-ter {
	margin-top: 10px;
	float: right;
	width: 187px;
	/*padding: 3px 8px 3px 6px;*/
}
#home #col-ter h2 {
	color: #B1C8E0;	
	background-color: #336699;
	margin-bottom: 8px;
}
#home #col-ter a {color: #336699;}
#home #col-ter a:hover {color: #224568; text-decoration: underline;}


/* Sección Multimedia */
#colMult h2 {color: #B1C8E0;	background-color: #336699; margin-bottom: 8px; }
#home #colMult h3 {color: #06A4D3;
	padding: 2px 0 4px 18px;
	background: url('../img/h3-parlante.gif') no-repeat left 2px;
	font: bold 11px Tahoma, sans-serif;
	line-height: 12px;
	height: auto;
	border: 1px solid #c8c8c8; 
	border-width: 1px 0; 
	width: auto;
	margin-bottom: 0; 
}
#home #colMult p {margin-bottom: 3px; }
.sepMult {display: block; height: 10px; }
.linkVideoHome {display: block; border-top: 1px solid #c8c8c8; font-weight: bold; padding: 3px 0 1px 0; margin-top: 5px; background: url(../img/movie-icon.gif) no-repeat 0 4px; padding-left: 21px; }
.ulVideosHome {border-top: 1px solid #c8c8c8; padding: 3px 0; margin: 4px 0 8px 0; }
.ulVideosHome li {font-weight: bold; background: url(../img/h3-flechita-interprete.gif) no-repeat 4px 2px; padding-left: 21px; padding-bottom: 2px; border-bottom: 1px solid #c8c8c8; margin-bottom: 2px; }
