body {
	background-color:#231F20;
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.3em;
}

.whiteBG {
	background-color:#FFFFFF;
}

a {
	color:#008CCC;
	font-size:11px;
	text-decoration:none;
}

.cabezal {
	height:70px;
}

a:hover {
	color:#0000FF;
	text-decoration:underline;
}

.pie {
	padding-top:10px;
	text-align:center;
	color: #53575c;
	font-size:10px;
}

.blue-line {
	color: #008CCC;
	background-color: #008CCC;
	height: 1px;
	
}

.box.white {
	background-color:#FFFFFF;
	color:#000000;
}

.box.grey {
	background-color:#626367;
	color:#000000;
}

.box.light-grey {
	background-color:#E7E7E7;
}

.header.blue {
	background-color:#0078C3;
	height:35px;
}

.thumb {
	border: #C8C8C8 1px solid;
}

.flyer {
	position:absolute;
	width:300px;
	z-index:100;
	margin-top:70px;
	margin-left:650px;
	background-image:url(../images/encuesta/fondo.png);
	color:#FFFFFF;
}

h5.pregunta {
	color:#FFFFFF;
	font-weight:bold;
	padding:10px 10px 0px 10px;
	text-transform:uppercase;
}

p.respuesta {
	color:#FFFFFF;
	padding:1px;
	margin:2px;
}

p.respuesta.label {
	font-weight:normal;
}

.foto-principal {
	margin-bottom: 10px;
}

li {
	list-style-image:url(../images/bullet.png);
}

input.text, input.title {width:260px;padding:5px;}
textarea {width:260px;height:150px;padding:5px;}
.info-text { font-style: italic; color: #838383; font-size: 10px; }

.premios-total {
	padding: 5px 0px 5px;
	background: #000000;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;	
}