﻿

/*-------------------artistList---------------------*/
#sectionLeft
{
	width:663px;
	float:left;
}

#sectionRight
{
	width:300px;
	float:right;
	padding-right:6px;
}

#tablaListadoArtistas
{
	width:100%;
	text-align:left;
	color:#454545;
	background-color: #e4e4e4;
}


#nombreItemArtista
{
	font-size:11px;
	font-weight:bold;
	color:White;	
	text-align:center;
	padding-top:10px;
}

#artistByLetterImgContainer
{
	width:90px;
	height:82px;
	padding-top:10px;
}

#artistByLetterItemContainer
{
	width:90px;
	height:140px;
	margin:5px;
	padding-left:10px;
}

#modulesHeaderArtistList
{
	width:663px;
	height:31px;
	background:url(images/bgs/bgModulesHeader.png) center top repeat-x;
	text-align:center;
}

/*--------------- letters---------- */

.lettersList
{	
	padding-left:7px;
	padding-right:7px;	
}
.subMenuItem
{	
	font-weight:bold;
	font-size:11px;
	color: #79A7D9;
	text-decoration: none;
	text-transform: uppercase;
}
.subMenuItem:link 
{	
	font-weight:bold;
	font-size:11px;
	color: #79A7D9;
	text-decoration: none;
	text-transform: uppercase;	
}
.subMenuItem:visited 
{	
	font-weight:bold;
	font-size:11px;	
	color: #79A7D9;
	text-decoration: none;
	text-transform: uppercase;
}
.subMenuItem:hover 
{	
	font-weight:bold;
	font-size:11px;
	text-decoration: none;
	color: white;
	text-transform:uppercase;	
	border-bottom:solid 2px white;
	vertical-align:top;
}
.subMenuItem:active 
{
	color: #79A7D9;
	font-size:11px;
	text-decoration: none;	
	text-transform: uppercase;
	font-weight:bold;
}

/*------------------final letters---------------*/

/*--------------------------------*/


#tablaNewsSection
{
	color:#454545;
	padding:4px;
	background-color: #e4e4e4;
}

#newsSectionItemContainerLeft
{
	float:left;
	width:100px;
}

#newsSectionItemContainerRight
{
	float:right;
	width:520px;
	text-align:left;
	background:transparent url(images/separator/lineaHDiv.png) left 85% repeat-x;
}

#eventsItemContainer
{
	float:left;
	padding-bottom:10px;
	margin-top:5px;
	background: transparent url(images/separator/lineaHDiv.png) bottom repeat-x;
}
