.body{
	font-family: Arial;
}
/*header style */ 
.textmovie {
	padding-top: 6%;
}
.buscar{
	margin-top: 7%;
}

/* Banner style */
.banner {
	background: url("../img/banner.jpg");
	background-size: cover;
	background-position: center;	
	padding:195px;	
	background-color: #7A7A7A;
}
.icono {
	width: 80px;
	height: 80%;
	float: left;
	position: absolute;
	left:27%;
	bottom: -160px;
}
.bighero{
	font-size: 35px;
	color: #B5B5B5;
}

.line{
	border: 1px solid #B5B5B5;
	width: 55%;
}

.botonall{
	color: #4EE83A;
	border: 1px solid green;
	border-radius: 5px;
	padding:10px;
	background-color: #7A7A7A;
}

.infobanner{
	margin-left: 70%;
	color:#B5B5B5;

}
.psipnosis{
	margin-top: 5%;
}
.b-watch{
	background-color: #DFB636;
	border-radius: 5px;
	margin-top: 20px;
	height: 50px;
	width:200px;
	color:white;
	font-size: 18px;
}
.b-tket{
	background-color: #C79355;
	border-radius: 5px;
	margin-top: 15px;
	height: 50px;
	width:200px;
	color:white;
	font-size: 18px;
}

/* section fotos peliculas */
.fotospequeñas{
	background-color: #FACC2E;
	width: 100%;
}
.ppeli img{
    width:180px;
    height:280px;
    float:left;
    margin:20px 20px 20px 20px;
}

a{
	display: block;
}

/*section video style */
.cpc{
	width: 100%;
	height: 100%;
}
/* Section info style*/ 
.sectinfo{
	padding-top: 3%;
	padding-bottom: 3%;
}
/* Section info style */
.entrada2{
	padding-bottom: 3%;
}
.linkmore{
	 text-decoration:none;  
	 color:#C79355;
}

/*section imagenes medianas*/
.imgmediana{
	width:195px;
    height:180px;
    float:left;
    margin:20px 20px 20px 20px;
}
/* Footer style */ 
footer{
	background-color: #EDEAE9;
	padding-top: 3%;
	padding-bottom:3%;
}