.fg_anterior, .fg_siguiente, .fg_anterior_end, .fg_siguiente_end{
	display:block;
	float:left;
	width:21px;
	height:21px;
	padding:0px;
	margin:0px;
	background-position:left top;
	background-repeat:no-repeat;
}

.fg_anterior{
	background-image:url(../img/fgbg_anterior.gif);
	
}
a.fg_anterior:hover{
	background-image:url(../img/fgbg_anterior_hover.gif);
	
}
.fg_siguiente {
	background-image:url(../img/fgbg_siguiente.gif);
	
}
a.fg_siguiente:hover {
	background-image:url(../img/fgbg_siguiente_hover.gif);
	
}
.fg_anterior_end{
	background-image:url(../img/fgbg_end_left.gif);
	
}
.fg_siguiente_end {
	background-image:url(../img/fgbg_end_right.gif);
	
}
.fg_numero, .fg_numero_seleccionado, .fg_numero_deportes {

	display:block;
	float:left;
	
	width:15px;
	height:15px;
	
	padding:4px 4px 0px 2px;
	margin:0px 0px 1px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	text-align:center;
	
	background-position:left top;
	background-repeat:no-repeat;
}

.fg_numero{
	color:#555555;
	background-image:url(../img/fgbg_numero_gris.gif);
}
.fg_numero_seleccionado {
	color:#FFFFFF;
	background-image:url(../img/fgbg_numero_selected.gif);
}

.fg_numero_deportes {
	color:#FFFFFF;
	background-image:url(../img/fgbg_numero_rojo.gif);
}

a.fg_numero:hover, a.fg_numero_seleccionado:hover, a.fg_numero_deportes:hover {

	color:#FFFFFF;
	
	background-image:url(../img/fgbg_numero_hover.gif);
	text-decoration:none;
}
.Fel_Titulo{
	font-family:"Times New Roman", Times, serif;
	font-size : 50px;
	font-weight:100;
	color: #7B7E6D;
}
.thumbnail {
float:left;
background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
background: url(../images/shadow.gif) no-repeat bottom right;
margin: 10px 0 0 10px !important;
margin: 10px 0 0 5px;
}

.thumbnail img {
display: block;
position: relative;
background-color: #fff;
border: 1px solid #a9a9a9;
margin: -6px 6px 6px -6px;
padding: 4px;
} 
