
#base_panel_favoritos{
	position:relative;
	float:left;
	width:96%;
	margin:2%;
}
	#base_panel_favoritos ul{
		list-style:none;	
		margin:0;
		padding:0;
	}
	
	#base_panel_favoritos li{
		display:block;
		float:left;
		width:23%;
		margin:1%;
		min-height:220px;
	-webkit-box-shadow: 0 2px 5px 2px #C2C2C2;
box-shadow: 0 2px 5px 2px #C2C2C2;
position:relative;
	}
	
		#base_panel_favoritos li a.eliminar{
background: url("../img/eliminar_favorito_gris.png") no-repeat scroll left top rgba(0, 0, 0, 0);
display: block;
height: 21px;
left: 5px;
position: absolute;
top: 5px;
width: 22px;
		}
		#base_panel_favoritos li a.eliminar:hover{
background: url("../img/eliminar_favorito.png") no-repeat scroll left top rgba(0, 0, 0, 0);
		}
	
		#base_panel_favoritos li a.imagen{
			display:block;
			text-align:center;
			width:100%;
			height:100px;
			overflow:hidden;
			margin-top:5px;
		}
			#base_panel_favoritos li a.imagen img{
				height:100%;
				width:auto;	
			}
		#base_panel_favoritos li p.titulo{
color: #333;
display: block;
font-size: 15px;
margin: 5px 2%;
overflow: hidden;
text-align: center;
width: 96%;
		}		
		#base_panel_favoritos li p.fecha{
			display:block;
			text-align:left;
			width:96%;
			overflow:hidden;
			margin:5px 2%;
			font-size:13px;
			color:#999;
		}
					#base_panel_favoritos li p.fecha span{
						color:#222;
					}		
		#base_panel_favoritos li a.enlace{
background: #ff7f00 none repeat scroll 0 0;
bottom: 0;
color: var(--colorNeutro3); 
display: block;
font-size: 22px;
font-weight: normal;
left: 0;
margin-top: 0;
overflow: hidden;
padding: 5px 2%;
position: absolute;
text-align: center;
width: 96%;
		}		