@import url(https://fonts.googleapis.com/css?family=Roboto);
html{
	 position: relative;
  	-webkit-transform-origin: 0 0;
}
body{
	background-color:#ededed;
	font-family: 'arial';
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color:black;
}
.votar{
	width:1366px;
	height:768px;
	border:1px solid gray;
	border-radius:5px;
	overflow: hidden;
}
.blue{
	background-color:#37b4f6;
	color:white;
}
.footer, .header{
	background-color: #22272b;
	color:white;
	padding-left: 10px;
	text-align: center;
}
.header{

	padding:10px;
}
.footer{
	padding: 10px 10px 10px;
	text-align: left;
}
.box_wrapper{
	height:670px;
}
.box{
	margin:5px 5px 5px 4px;
	min-width:300px;
	background-color: #f6f8f7;
	box-shadow: 0 1px 2px #C3C3C3;
	//text-align: center;
	cursor:pointer;
}
.left{
	float:left;
	// display:inline-block
}
.clear{
	clear:both;
}
.text{
	padding:1%;
	background-color: #fff;
}
.images{
	//margin:2%;
}
.image_container{
	width:165px;
	//max-height: 150px;
	overflow: hidden;
	text-align: center;
}
.circle{
	// border-radius:80px;
}
.margin-top{
	margin-top:10px;
}
h1, h2, h3{
	margin:3px;
}
h1{ font-size: 16px }
h2{ font-size: 14px }
h3{ font-size: 12px }
.big{
	font-size:20px;
}
.light{
	font-weight: normal
}

.inicio,
.principal,
.secundaria,
.presidente,
.gobernador,
.legislador,
.intendente,
.seleccionados{
	display:none;
}
.button{
	cursor:pointer;
}
.btn-modificar-voto {
    display: none;
    margin: auto;
    border-radius: 10px;
    height: 50px;
    width: 180px;
    background: #016fb9;
}
.btn-modificar-voto p {
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    padding-top: 15px;
}
.seis{
	//height: 320px;
}
.seis .image{
	width:200px;
}
.seis .image_container{
	width:auto;
	max-height:inherit;
}
.veinte.box{
	width:215px;
	min-width: 215px;
}
.veinte .image_container{
	width:100px;
}

.inicio div.container, .principal div.container, .secundaria div.container{
	margin:0 auto;
	text-align: center;
}

.btn{
	color:#fff;
    width: 550px;
    padding: 10px 20px;
    cursor:pointer;
    font-size: 24px;
    background-color:#68beed;
    margin: auto;
    text-align: center;
    border: 3px solid #6eceff;
}

.atras{
	cursor: pointer;
}
.pointer{
	cursor: pointer;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	body{
		//-webkit-transform: scale(.95);
	}
}