@charset "utf-8";
/* CSS Document */

div.ficha {
	float: left;
	background: transparent url(../img/ficha_bg.png) no-repeat left top;
	width: 354px;
	height: 203px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color: #ffffff;
	margin: 0 0 0 15px;
}
#content div.ficha img {
	border: 0;
}
div.ficha .nombre-ficha {
	float:left;
	margin: 10px 0 0 28px;
}
div.ficha .disponible, div.ficha .no-disponible {
	float:right;
	width: 149px;
	height: 49px;
	font-size: 12px;
	text-align: center;
	margin: 25px 12px 0 0;
}
div.ficha .disponible span, div.ficha .no-disponible span {
	float: right;
	width: 92px;
	height: 25px;
	padding: 10px;
}
div.ficha .disponible {
	background: transparent url(../img/ficha_emitiendo.png) no-repeat left top;
}
div.ficha .no-disponible {
	background: transparent url(../img/ficha_no_disponible.png) no-repeat left top;
}
div.ficha .foto-ficha {
	float:left;
	margin: 7px 0 0 16px;
	width: 160px;
	height: 120px;
}
div.ficha .proximo-show {
	width: 140px;
	height: 84px;
	float:left;
	margin: 18px 0 0 20px;
}

div.ficha .proximo-show span.proximo-txt {
	float: left;
	height: 16px;
	padding: 2px 0 0 6px;
}
div.ficha .proximo-show span.fecha-ficha {
	color: #808ea9;
	font-size: 14px;
	float: left;
	margin: 0;
	width: 134px;
	height: 60px;
	
}

div.ficha .proximo-show span.fecha-ficha span{
	float: left;
	text-align: center;
	display:block;
	padding: 10px 4px 4px 4px;
	width: 134px;
	height: 60px;
}

div.ficha .proximo-show span.fecha-ficha span a{
	color: #203e61;
}

div.ficha .proximo-show div.boton-mas {
	float: left;
	background: transparent url(../img/boton-mas.png) no-repeat right bottom;
	width: 21px;
	height: 21px;
	position: relative;
	top: -13px;
	left: 121px;
	cursor:pointer;
}
div.ficha .links-ficha {
	float: left;
	margin: -22px 0 0 6px;
	width: 185px;
	height: 30px;
}
div.ficha .links-ficha a {
	float: left;
	margin: 5px 0 0 8px;
	
}

div.ficha .links-ficha a.ico-fotos {
	width: 26px;
	height: 21px;
	background: transparent url(../img/ficha_ico_fotos.png) no-repeat left top;
}
div.ficha .links-ficha a.ico-videos {
	width: 26px;
	height: 21px;
	background: transparent url(../img/ficha_ico_videos.png) no-repeat left top;
}
div.ficha .links-ficha a.ico-noticias {
	width: 16px;
	height: 21px;
	background: transparent url(../img/ficha_ico_noticias.png) no-repeat left top;
}
div.ficha .links-ficha a.ico-fotos:hover {
	background: transparent url(../img/ficha_ico_fotos_mo.png) no-repeat left top;
}
div.ficha .links-ficha a.ico-videos:hover {
	background: transparent url(../img/ficha_ico_videos_mo.png) no-repeat left top;
}
div.ficha .links-ficha a.ico-noticias:hover {
	background: transparent url(../img/ficha_ico_noticias_mo.png) no-repeat left top;
}



div.ficha .links-ficha a.boton-ficha {
	background: transparent url(../img/boton_73_sombra.png) no-repeat left top;
	width: 73px;
	height: 20px;
	margin: 0 0 0 3px;
	text-align: center;
	letter-spacing: 0px;
	padding: 7px 0 0 0;
}
