.cuadro{
	width:256px;
	margin-left: 40px;
   background: #dbeffb;
   border: 1px solid #5da2d7;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
}

.cuadro #content{
	padding: 15px 0px 28px 15px;
	font-size: 12px;
}

.cuerpo #content img{
	margin-bottom:10px;
}

.cuadro h1{
	color: #044b8b;
	font-size: 19px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	margin-left: -5px;
	border: 0px;
}


.cuadro .barra{
	border-top: 1px solid #5da2d7;
	margin-top: 10px;
	padding-bottom: 5px;
	position: relative;
	left: -10px;

	width: 246px;
}

.cuadro p{
	margin: 0px;
	padding: 5px 10px 5px 0px;
}

.cuadro a, .cuadro a:link, .cuadro a:visited{
	color: #3c9ee3;
	text-decoration: underline;
}

.cuadro h1 a, .cuadro h1 a:link, .cuadro h1 a:visited{
	color: #044b8b;
	text-decoration: underline;
}

.resultados{
	font-size: 15px;
	text-align: center;
}

.cuadro a:hover{
	text-decoration: none;
}

.cuadro .encuestas h1{
	font-size: 15px;
	font-weight: bold;
}

.cuadro .encuestas input{
	margin-left: 20px;
}

.cuadro .enviar{
	color: black;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	cursor: pointer;
}

.cuadro .enviar:hover{
	color: #7F7F7F;
}

.altaListas{
	display: block;
	text-align: center;
	color: #044b8b !important;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none !important;
	margin-left:40px;
}

.altaListas:hover{
	text-decoration: underline !important;
}

.listas input{
	margin-right: 10px;
}

.listas .controles{
	text-align: center;
	padding-top: 10px;
}

.listas .controles span{
	margin-top: 10px;
	color: black;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	cursor: pointer;
}

#errorListas{
	display: none;
	border: 2px solid #686868;
	color: #686868;
	background: #FFA7A7;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-align: center;
	margin-bottom: 10px;
}

