#main-content-table {
    border: 1px solid #A0A0A0;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    cursor: auto;
    box-shadow: 0 0 20px rgba(90, 90, 90, 0.75);
	width: 980px;
	height: 618px; /* 93vh; */
	margin: 0 auto;
	padding: 0;
	margin-top: 40px;
}

body {
    margin: 0px;
    background: #d1d1d1;
    background-position: center 90px;
}

.icono  td {
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    box-shadow: 2px 3px 4px #BBBBBB;
	height: 205px;
	width: 140px;
	font: 13px/1.231 Arial, sans-serif;
}

.fringe {
    text-align: center;
    color: #fff;
    background: #447CAD;
    opacity: .90;
    padding: 4px 0px 4px 0px;
}

#header-top {
    background-color: #447CAD;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 102;
    max-height: 56px;
	text-align: center;
	color: #fff;
}

.header-text {
	text-align: center;
	color: #fff;
}

a:link,a:visited,a:hover,a:active {   
	text-decoration:none;
	color: #fff;
}

.container_arriba {
  display: flex;
  flex-flow: row nowrap; /* Align on the same line */
  justify-content: space-between; /* Equal margin between the child elements */
}

#opciones {
	float: left;
}

#derecha {
	float: right;
	margin-right: 5px;
}

.noticias {
  display: flex;
  flex-flow: row nowrap; /* Align on the same line */
  justify-content: space-between; /* Equal margin between the child elements */
  margin-top: 5px;
}

.trailer {
  display: flex;
  flex-flow: row nowrap; /* Align on the same line */
  justify-content: space-between; /* Equal margin between the child elements */
}

.taquilla{
  width:530px;
  height: 203px;
  overflow:hidden;
  background-color: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  box-shadow: 2px 3px 4px #BBBBBB;
  font-family: Tahoma,Verdana,Segoe,Arial,sans-serif;
  font-size: 13px !important;
  margin-top: 2px;
}

.cabecera_mojo {
	position: relative;
	padding: 0px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	background: #eee;
	height: 20px;
	overflow: visible;
}

.imagen_mojo {
	height: 25px;
	margin-left: 3px;
}

.listado_mojo {
	font-size: 13px !important;
	width: 100%;
}

.celda_titulo {
	font-size: 13px !important;
	width: 220px;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	text-overflow: ellipsis
}

.celda_productora {
	font-size: 13px !important;
	width: 180px;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	text-overflow: ellipsis
}

.celda_recaudacion {
	font-size: 13px !important;
	width: 110px;
}

.enlace_peli   
{   
	text-decoration:none;
	color: #000080 !important;
	font-size: 13px !important;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.festivales
{
	display: flex;
	flex-flow: row nowrap; /* Align on the same line */
	margin-top: 2px;
}
.enlace_festival   
{   
	text-decoration:none;
	color: #000 !important;
}

.izquierdsa {
	float: left;
}

.derecha {
	float: right;
    text-align: center;
    position: relative;
    -ms-transform: translateY(40%);
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
}