#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;
}

#contratos {
	margin-top: 6px;
}

.icono  td {
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    box-shadow: 2px 3px 4px #BBBBBB;
	height: 205px;
	/*width: 140px;*/
	width: 145px;
	font: 13px/1.231 Arial, sans-serif;
}

.fringe {
    text-align: center;
    color: #fff;
    background: #606575;
    opacity: .90;
    padding: 4px 0px 4px 0px;
	height: 15px;	
}

.fringe-oro {
    text-align: center;
    color: #fff;
    background: #C0AE49;
    opacity: .90;
    padding: 4px 0px 4px 0px;
}

.fringe-azul {
    text-align: center;
    color: #fff;
    background: #1B86E4;
    opacity: .90;
    padding: 4px 0px 4px 0px;
}

.fringe-lila {
    text-align: center;
    color: #fff;
    background: #9F44AD;
    opacity: .90;
    padding: 4px 0px 4px 0px;
}

.fringe-verde {
    text-align: center;
    color: #fff;
    background: #44AD49;
    opacity: .90;
    padding: 4px 0px 4px 0px;
}

.fringe-rojo {
    text-align: center;
    color: #fff;
    background: #f82a2a;
    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;
}

.header-text a:link,a:visited,a:hover,a:active {   
	text-decoration:none;
	color: #fff;
}

a.header-text:link,a.header-text:visited,a.header-text:hover,a.header-text: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;
}

.guiones {
  /*width:436px;
  height: 410px;
  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;
}

a.guiones:link,a.guiones:visited,a.guiones:hover,a.guiones:active {   
	text-decoration:none;
	color: #000;
}

.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
}

.enlace_peli   
{   
	text-decoration:none;
	color: #000080 !important;
	font-size: 13px !important;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.izquierdsa {
	float: left;
}

.derecha {
	float: right;
    text-align: center;
    position: relative;
    -ms-transform: translateY(40%);
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
}

.borde-amarillo {
  border: 4px solid #C0AE49;
}

.borde-azul {
  border: 4px solid #1B86E4;
}

.borde-lila {
  border: 4px solid #9F44AD;
}

.borde-verde {
  border: 4px solid #44AD49;
}

h2#nombre_guion {
    margin: 0;
    padding: 0;
    font: 20px Arial, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
	padding-bottom: 2px;
}

h3#rodar {
	color: #fff;
    margin: 0;
    padding: 0;
    font: 12px Arial, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
	padding-bottom: 2px;
}

div#rating {
    display: inline-block;
}

div#alto_veinte {
	height: 20px;
}
div#alto_diez {
	height: 10px;
}
div#vertical {
	width: 15px;
	float: left;
}
div#rating_stars {
    float: left;
    width: 160px;
    padding-bottom: 1px;
	margin: 0px;
}
div#star {
	display: inline-block;
	float: left;
	width: 16px;
	padding-top: 1px;
}
div#bonus {
	display: inline-block;
	float: left;
	width: 26px;
	padding-top: 1px;
}
div#textoBonus {
	height: 25px;
	width: 60px;
	float: left;
}
