#explicaciones_wrap{
	width:680px; height:380px;
	background-color:#BDCCD4;
}

#explicacion {
width: 680px;
height: 90px;
background-color: #ffaa3c;
color: #fff;
margin-top: 5px;
}

#tablero {
	/*display:none;*/
}

#autoridades_wrap{
	position: relative;
	width: 280px;
	height: 450px;
	left: 0px;
	top: -20px;
	background-repeat: no-repeat;
}

#frases_wrap{
	position: relative;
	width: 420px;
	height: 400px;
	left: 277px;
	top: -458px;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #fff;
	overflow-x: hidden;
	overflow-y: scroll !important;
}

#felicidades_wrap{
	display:none;
	width:680px; height:380px;
	background-color:transparent;
	text-align: center;
}

#felicidades_texto{
	width: 330px;
	background-color: #06C;
	height: 110px;
	position: relative;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
	border-color: #06C;
	border-style: solid;
	padding: 10px;
	border-width: 1px;
	color: #fff;
	border-radius: 10px;
	box-shadow: 5px 5px 10px #260735;
}

#presidente_municipal { background-image: url(../img/presidente_municipal.png); }

#policia { background-image: url(../img/policia.png); }

#gobernador { background-image: url(../img/gobernador.png); }

#directora { background-image: url(../img/directora.png); }

#padres { background-image: url(../img/padres.png); }

#diputada { background-image: url(../img/diputada.png); }

#arbitro { background-image: url(../img/arbitro.png); }

#presidente_republica { background-image: url(../img/presidente_republica.png); }

#juez { background-image: url(../img/juez.png); }

#si_es{
		background-color: #96d57c;
		color: white;
}

.ac_drag{
	float: left;
	display: block;
	margin-left: 30px;
	margin-right: 10px;
	margin-top: 20px;
	padding-top: 73px;
	width: 40px;
	height: 20px;
	background-size: 40px 75px;
	background-repeat: no-repeat;
	font-family: 'avenir';
	font-size: 13px;
	line-height:13px;
	text-align: center;
	color: white;
	cursor: pointer;
}

.ac_drop{
	float: left;
	margin-left: 15px;
	margin-top: 7px;
	width: 355px;
	height: 79px;
	background-repeat: no-repeat;
	padding: 5px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.27);
	border-width: 1px;
	border-radius: 7px;
	background-color: rgba(0, 0, 44, 0.4);
}


	
