img.shadow {
    box-shadow: -4px 2px 10px -5px rgba(0, 0, 0, 0.55);
}
.shadow {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5), 0px 0px 40px rgba(0, 0, 0, 0.06) inset;
}
a.poster {
    text-decoration: none;
    display: block;
    padding: 0px;
    width: 185px;
}
div.item.poster.card {
    margin-bottom: 34px;
    box-shadow: 2px 6px 5px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-out 0s;
	width: 540px;
	margin: 0px auto;
	background-color: white;
}
div.item.guion.card {
    margin-bottom: 34px;
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-out 0s;
	width: 530px;
	margin: 0px auto;
	background-color: white;
	min-height: 350px;
}
/*linea divisoria*/
div.item.card p.view_more {
    border-top: 1px solid #EEE;
    position: absolute;
    bottom: 0px;
    padding: 14px 0px 4px;
    width: 100%;
}
div.image_content {
    float: left;
    width: 195px;
    margin-right: 13px;
	overflow: hidden;
    height: 275px;
}
h2#nombre_actriz {
    margin: 0;
    padding: 0;
    color: #B78EB2;
    font: 30px Arial, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
}
h2#nombre_actor {
    margin: 0;
    padding: 0;
    color: #367DB9;
    font: 30px Arial, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
}
h2#nombre_director {
    margin: 0;
    padding: 0;
    color: #A5A5A5;
    font: 30px Arial, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
}
h2#nombre_compositor {
    margin: 0;
    padding: 0;
    color: #87AB8B;
    font: 30px Arial, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
}
h2#nombre_guion {
    margin: 0;
    padding: 0;
    font: 26px Arial, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
	padding-bottom: 2px;
}
div.item.card:nth-child(2n+1) {
    clear: left;
}
div.item.card {
    width: 483px;
}
div.item.poster {
    width: 185px;
}
div.item {
    float: left;
    margin-bottom: 24px;
}
body, ul {
    color: #000;
    font-family: Arial,sans-serif;
    font-size: 1em;
}
#bodygris {
	/*background-color: #EAEAEA;*/
	background-color: #9B9B9B;
}
div.item.poster.card div.info {
    float: left;
    width: 330px;
    height: 275px;
    position: relative;
}
div.item.poster.card p:nth-of-type(1) {
    margin-top: 6px;
}
div.item p:nth-of-type(1) {
    padding-bottom: 0px;
    margin-bottom: 2px;
}
div.item p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 4px 0px;
}
p {
    margin-bottom: 16px;
}
p {
    font-size: 1em;
    line-height: 1.1em;
}
h1, h2, h3, h4, h5, p {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
div#rating {
    display: inline-block;
    height: 25px;
	width: 320px;
}
div#rating_tomates {
    display: flex;
    height: 25px;
	width: 320px;
}
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#puntuacion {
	height: 25px;
	width: 105px;
	float: left;
}
div#salario {
	height: 25px;
	width: 250px;
	float: left;
}
div#textoBonus {
	height: 25px;
	width: 60px;
	float: left;
}
div#alto_veinte {
	height: 20px;
}
div#alto_diez {
	height: 10px;
}
div#vertical {
	width: 15px;
	height: 275px;
	float: left;
}
div#argumento {
	width: 500px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	float: left;
	padding-bottom: 2px;
}
div#botones {
	height: 25px;
	width: 100px;
	float: right;
}
div#botones_grandes {
	height: 25px;
	width: 155px;
	float: right;
}
div#boton_cerrar {
	height: 25px;
	width: 61px;
	float: left;
}
div#boton_ayuda {
	height: 25px;
	width: 24px;
	float: left;
}
div#tabla_left {
	float: left;
	clear: left;
	margin-top: 10px;
}
.inputstyle {font-family: Arial; font-size: 14pt; /*background-color: #00FF00;*/}
.tabs {
    position: relative;
    min-height: 350px;
    clear: both;
    margin: 25px 0;
}
.tab {
    float: left;
}
.tab label {
    background: #eee;
    padding: 10px;
    border: 1px solid #ccc;
    margin-left: -1px;
    position: relative;
    left: 1px;
}
/*oculto los inputs para que solo se vean las etiquetas o label*/
.tab input[type=radio] {
    display: none;
}
.content {
    position: absolute;
    top: 30px;
    left: 0;
    background: white;
    /*right: 0;*/
    bottom: 0;
    /*padding: 20px;*/
    /*border: 1px solid #ccc;*/
	overflow-x:auto;
	overflow-y:auto;
    /*overflow: scroll;*/
    text-align: justify;
	min-width:800px;
	max-width: 800px;
}
.content >
 * {
    display:none;
 
}
.tab input[type=radio]:checked ~ label {
    background: white;
    border-bottom: 1px solid white;
    z-index: 2;
}
.tab input[type=radio]:checked ~ label ~ .content {
    z-index: 1;
}
.tab input[type=radio]:checked ~ label ~ .content >
 * {
    /*display: block;*/
}
#bg{
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
}
h4#dinero {
    margin: 0;
    padding: 0;
    color: white;
    font: 16px Arial, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
}
h4#dinero  span {
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.7);
padding: 10px;
}
input[type="number"] {
   width:50px;
}
input.grande[type="number"] {
   width:70px;
   font-weight: bold;
   text-align: center;
}