div#encuesta > div {
	margin-top: 20px;
}

input.btn {
    margin-top: 30px !important;
}

span.nueva {
	color: green;
}

form[name="encuesta"] input[type="number"] {
	width: 10%;
	display: block;
}

form[name="encuesta"] label {
	font-weight: bold;
}

div.logo {
	margin-top: 10px;
}

a#ver_ley_estadistica {
	font-size: smaller;
    margin-left: 15px;
}

.has-error {
	color: red;
}


#div1 {
     overflow:scroll;
     height:300px;

     /* width:500px; */
}

#div2 {
     overflow:scroll;
     height:600px;

     /* width:500px; */
}