* {
	margin: 0;
	padding: 0;
}
header {
    padding: 1em;
    background-color: #0059a3;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
}

header .container .row {
	margin-bottom: 0px; 
}
header img {
	width: 15%;
	margin: 0 auto;
}
.b1 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.bg-imagen {
    background-image: url(../img/bg-up.png);
    height: 450px;
    margin-top: 68px;
}
.inner-b1 {
    font-size: 0;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}
.w-96 {
    width: 96%;
    max-width: 1024px;
    margin: auto;
}
.b1-r, .b1-l {
    display: inline-block;
    vertical-align: top;
    width: 46%;
}
.b1-r {
    margin-left: 2%;
    height: 100%;
    position: relative;
}
.b1-r .logo-camp {
	bottom: 0;
    position: absolute;
}
.b1-l {
    text-align: left;
    margin-right: 2%;
    position: relative;
    height: 100%;
}
.b1 .b1-title {
    bottom: 25%;
    position: absolute;
    font-size: 3.56rem;
    line-height: 110%;
    margin: 0 40px 0 0;
    text-align: right;
}
.b1 .b1-title span:first-child {
	color: #0066b2;
    font-size: 1.2em;
    margin-bottom: 15px;
}
.b1 .b1-title span {
	display: block;
    color: #1B1B3B;
    font-size: 0.5em;
    line-height: 1.3em;
}

.content {
	max-width: 85%;
    position: relative;
    margin: -25px auto 65px auto;
    overflow: visible;
}
.box {
    background: #fff;
    border-radius: 2px;
    padding: 1% 6% 2%;
    position: relative;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    color: #313131;
}
.sub-title {
    font-size: 2.5rem;
    color: #363637;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
ul, ul li {
	list-style: disc;
}
{
	color: #6d6d72
}
.box p, .lista ul li {
	font-size: 16px;
	line-height: 26px;
}
.lista {
	margin-top: 20px;
    padding-bottom: 3%;
}
.lista ul {
	padding-left: 8px;
}
.descarga {
	border-top: 1px solid rgba(211, 218, 227, 0.5);
}
.descarga p {
    color: #313131;
    padding: 4% 0 3%;
}
.descarga a {
	display: inline-block;
	padding: 0% 5%;
}

footer {
    background-color: #fbfbfb;
    bottom: 0;
    width: 100%;
    position: relative;
    padding: 0px 0 5px 0;
    border-top: solid 1px #f3f3f3;
}
.footer h3 {
    font-weight: 400;
    font-size: 1.1em;
    color: #484747;
}
.footer p {
    font-size: 0.8em;
    color: #484747;
}