@charset "UTF-8";
/* CSS Document */
*, html{
	margin: 0px;
}
body{
	background: url(../images/bg-temporada.jpg) no-repeat top fixed;
}
.contendor-logo{
	width: 100%;
	height: 130px;
	text-align: center;
	padding: 10px;
	background: #FFF;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
.contendor-encuesta{
	max-width: 1000px;
	width: 100%;
	min-width: auto;
	height: auto;
	margin: auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}
.contenedor-campana{
	width: 100%;
	max-width: 400px;
	min-width: 250px;
	height: auto;
	float: left;
	border: solid 5px #FFF;
}
.contenedor-campana img {
	width:100%;
	max-width:400px;
}
.contenedor-texto{
	width: 100%;
	max-width: 480px;
	min-width: 250px;
	height: auto;
	float: right;
	padding: 20px;
	background: url(../images/bg.png) repeat;
}
.formulario{
	width: 100%;
	margin: 0px;
}
.encuesta{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 10px;
}
.titulos-encuesta{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	color: #1b5d82;
}
.preguntas{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #1b5d82;
	font-weight: normal;
}
.llamado{
	font: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #146ccf;
}
.titulos-destacado{
	font-family: 'Pacifico', cursive;
	font-size: 40px;
	color: #F00;
}
/*------ footer ----*/
.linea-footer{
	width: 100%;
	height: 5px;
	background: url(../images/linea-footer.png) center;
}
.footer{
	width: 100%;
	max-width: 1920px;
	min-width: 250px;
	height: auto;
	background: #F1F2F2;
	padding: 20px;
	text-align: center;
	margin: 0px;
}
.footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #27AAE1;
}
