body {
	background: #eaeaea url(img/bg.jpg) top repeat-x;
	margin: 0;
}

#barra {
	background: #fff;
	width: 100%;
	text-align: right;
}
	#barra a { margin-right: 50px; }
	#barra img { 
		width: 300px;
		border: none;
	}

#wrap{
	width: 960px;
	margin: 30px auto;
	overflow: hidden;
	min-height: 1%;
}

#encuesta {
	width: 940px;
	margin: auto;
	margin-top: 10px;
}

.caja {
	float: left;
	min-height: 1%;
	overflow: hidden;
	position: relative;
}

.caja .item {
	width: 360px;
	float: left;
	clear: both;
	font: 13px Verdana;
	color: #666;
	margin: 5px 0 5px 0;
	padding: 10px 10px 10px 80px;
	background: #fff;
	clear: both;
	min-height: 60px;
	line-height: 19px;
}
	.caja .item span {
		font: bold 14px Arial;
		color: #bf5025;
	}

	.caja .item h2 {
		font: bold 18px Arial;
		margin: 0;
		padding: 0;
		color: #333;
	}

	.caja .item.paso1 {
		background: #fff url(img/paso1.png) top left no-repeat;
	}
	.caja .item.paso2 {
		background: #fff url(img/paso2.png) top left no-repeat;
	}
	.caja .item.paso3 {
		background: #fff url(img/paso3.png) top left no-repeat;
	}
	.caja .item.paso4 {
		background: #fff url(img/paso4.png) top left no-repeat;
	}


	.caja p span {
		position: absolute;
		left: -50px;
		background: #000;
		width: 50px;
		height: 50px;
		display: block;
	}
	.caja strong {
		color: #333;
	}

.caja h1 {
	font: italic bold 25px Georgia;
	color: #111;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}

.premios {
	width:880px;
	margin: 30px auto 30px auto;
	font: 20px Arial;
	color: #333;
	text-shadow: 0px 1px 0px #ffffff;
	background: #ccc;
	-moz-border-radius: 20px;
	padding: 10px;
	text-align: center;
}
	.premios p {
		background: #ccc;
		text-align: center;
	}
	
.formulario {
	width:880px;
	margin: 30px auto 30px auto;
}

.mensaje {
	background: #ccc;
	width: 960px;
	margin: auto;
}

.social-bar {
	width: 18%;
	margin-left: 10px;
	float: left;
}

	.social-bar a {
		background: #f4f4f4;
		border: 1px solid #ccc;
		margin: 0 0 10px 0;
		padding: 10px;
		float: left;
		font: bold italic 18px Georgia;
		color: #000;
		min-height: 1%;
		overflow: hidden;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px; 
		width: 90%;
		text-align: center;
	}
	.social-bar a img { width: 32px; float: left; }
	.social-bar a span { display: block; float: left; padding: 5px 0 0 10px; }

.content{color:#777;font:12px/1.4 "helvetica neue",arial,sans-serif;width:80%;margin: auto; float: left;}
h1{font-size:12px;font-weight:normal;color:#ddd;margin:0;}
p{margin:0 0 20px}
a {color:#22BCB9;text-decoration:none;}
.cred{margin-top:20px;font-size:11px;}

/* This rule is read by Galleria to define the gallery height: */
#galleria{height:520px;}