@charset "utf-8";
/* CSS Document */


.contenedor_personaje {
	position:absolute; 
	width:100%; 
	height:200px; 
	/*overflow:hidden; */
	margin-top:-30px; 
	padding-top:10px; 
	margin-left:-10px;
}
.personaje {
	clear:both; width:136px; height:240px; margin:auto;
	margin-top:-40px;
}

.personaje img{
	width:100%; margin-top:-46px;
}

.gerente {
	background-image: url('../img/personajes/gerente-min.png');
	background-size: 18700px;
    background-repeat: no-repeat;
    /*background-position-x: -175px; */
	background-position: -175px 0;
	height:230px;
	width:155px;
}

.chef {
	background-image: url('../img/personajes/chef-min.png');
	background-size: 18700px;
    background-repeat: no-repeat;
    /*background-position-x: -175px; */
	background-position: -175px 0; 
	height:230px;
	width:155px;
}


.mujer {
	background-image: url('../img/personajes/mujer-min.png');
	background-size: 23530px;
	background-repeat: no-repeat;
	/*background-position-x: -175px; */
	background-position: 20px 0;
	height:230px;
	width:155px;
}
.marketing {
	background-image: url('../img/personajes/marketing-min.png');
	background-size: 21500px;
    background-repeat: no-repeat;
    /*background-position-x: -175px; */
	background-position: -175px 0; 
	height:230px;
	width:140px;
}




