.divTrofeos
{
	width:600px;
	height:320px;
	background:url(../images/template/historia_titulos_BG.jpg) no-repeat;
	border:1px solid #d7b454;
	margin-bottom:25px;
}

.divTrofeos table
{
	width:100%;	
}

.divTrofeos table td
{
	height:160px;
	border-right:1px solid #d7b454;
}

.divTrofeos table td.ultimo
{
	border-right:none;
}

.divTrofeos table td div.trofeo
{
	position:relative;
	height:134px;
	overflow:hidden;
}

.divTrofeos table td div.trofeo a
{
	display:block;
	width:100%;
	height:100%;
	position:relative;
	cursor:pointer;
}

.divTrofeos table td div.trofeo a.none
{
	cursor:default;
}

.divTrofeos table td div.trofeo a div
{
	position:relative;
	z-index:10;
}

.divTrofeos table td div.trofeo .img2
{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:11;
}

.divTrofeos table td div.trofeo a:hover .img2
{
	display:block;
}

.divTrofeos table td div.nombreTrofeo
{
	width:100%;
	height:26px;
	color:#372800;	
	font-size:14px;
	background:url(../images/template/historia_titulos_barra.png);
	overflow:hidden;
	position:relative;
}

.divTrofeos table td div.nombreTrofeo h1
{
	position:absolute;
	top:6px;
	left:0;
	text-align:center;
	z-index:10;
	width:100%;
}

.divTrofeos table td div.nombreTrofeo h1.drop
{
	z-index:9;
	color:#d4b628;
	top:7px;
	left:1px;
}

.descripcionLiga
{
	
}

.descripcionLiga p
{
	text-align:justify;
	margin-bottom:15px;
	line-height:18px;
}

.descripcionLiga span
{
	font-weight:bold;
}

.divEscudo
{
	width:600px;
	height:180px;
	background:url(../images/template/bg_escudos.jpg) no-repeat;
	border:1px solid #d7b454;
	margin-bottom:25px;
}

.divEscudo table
{
	height:100%;
}

.divEscudo td
{
	height:100%;
	vertical-align:top;
}

.divEscudo table td div.trofeo
{
	height:154px;
}
