h1 {
    color: #333;
    font-size: 21px;
    line-height: 110%;
    text-align: center;
    font-family: Verdana,Arial,sans-serif;
}

h3 {
    font-family: candara;
	font-weight:bold;
    color: rgba(255,255,255,1.0);
    font-size: 13px;
}

.divPelicula {
    font: 10px verdana, sans-serif;
    margin: 0 auto 15px auto;
    width: 430px;
    background-color: rgba(31,50,81,1.0);
    border: #fff 1px solid;
    clear: both;
    overflow: auto;
    padding: 20px;
}

.divPortada,
.divInfo{
    float: left;
}

.divPortada{
    margin-right:50px;
	margin-left:5PX;
}

/* indicamos que en principio las estrellas estén vacías */
.estrellasValoracion {
    background: url('estrellaVacia.png') no-repeat;
    float:      left;
    height:     24px;
    padding:    2px;
    width:      24px;
}

.divValoracion {
    overflow:   visible;
    padding:    10px;
    position:   relative;
    width:      140px;
    height:     24px;
    background-color: rgba(31,50,81,1.0);
    border-radius: 5px;
}

.divValoracion:hover{
    border:     1px solid #666;
}

/* las imágenes que se van a usar cuando se obtengan los votos */
.estrellaValoracion {
    background: url('estrellaLlena.png') no-repeat;
}

/* y cuando se ponga el mouse por encima */
.estrellaVotar {
    background: url('estrellaHover.png') no-repeat;
}

.votosTotales {
    background: rgba(31,50,81,1.0);
    top: 58px;
    left: 0;
    padding: 5px;
    position:   absolute;  
} 

#nebaris{
    background-color: #333;
    color: white;
    padding: 15px;
    text-align: center;
    margin-top: 120px;
    font-family: helvetica;
}

#nebaris a{
    color:rgb(178, 255, 178);
}

#nebaris a:hover{
    color:white;
}

.divPelicula_grande {
    font: 14px verdana, sans-serif;
	color:#3D3D3D;
}

.divdescripcion{
    font: 13px verdana, sans-serif;
	color:#3D3D3D;
	font-style:bold;
	
}
.textnovedad{
font: 14px cadara;

	color: #2D2D2D;
	
		}
