/* General Demo Style */
body{
	background-image:url(../imagenes/bg.png);
	background-repeat:repeat-x;
	height:auto;
	background-color:#002868;
}

.clr{
	clear: both;
}
.wrapper{
	position: relative;
	width: 100%;
}
.wrapper p{
	clear: both;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}
.reference{
	padding-top: 40px;
}
