@charset "utf-8";
/* CSS Document */
#todo{
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-height: 900px;
	min-width: 1000px;
}


#encabezado{
	position: absolute; 
	top:8px;
	left: 0px;
	width: 100%;
	height:130px;
	display: flex;
    justify-content: center;
}

#encabezado_img{
	width: 800px;
	height: 127px;
	border-bottom: solid 2px;
}



#desarrollo{
	position: absolute; 
	top:140px;
	left: 0px;
	width: 100%;
	height:800px;
}

#contenedor_inicio_sesion{
	position: absolute; 
	top:0px;
	left: 50%;
    margin-left: -400px;
	height:500px;
	width:800px;
}

#contenedor_inicio_sesion2{
	position: absolute; 
	top:0px;
	left: 50%;
    margin-left: -400px;
	height:500px;
	width:800px;
	display: none;
}




#contenedor_menu_votacion{
	position: absolute; 
	top:0px;
	left: 50%;
    margin-left: -400px;
	height:500px;
	width:800px;
}


