.span1 {
	color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    text-shadow: 1px 1px 5px #000;
}
span {
	color: #fff;
    display: block;
    font-weight: 600;
    font-size: 11px;
    text-shadow: 1px 1px 5px #000;
}
.boton {
	display: block;
    color: #fff;
    width: 300px;
    background: #ff6a00;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    padding: 10px;
}
.texto2 {
	padding-top: 20px;
}
.texto1 {
	padding-bottom: 10px;
}
.href {
	color: #fff;
}
a:focus, a:hover {
	color: #fff;
}
.col-xs-3 {
	float: right;
}