body{
background:#142c77;
height:auto;
padding:0;
margin:0;
width:100%;}

#container-full{
	height:auto;
	margin:0 auto;
	text-align:center;
}

.box-image{
	width:100%;
}

.box-image img{
	margin:0 auto;
	max-width:1100px;
	width:100%;}

.box{
	height: auto;
	margin:0 auto;
	max-width:1100px;
	width:100%;
}

.texto{
	display: block;
	float:left;
	width:48%;
}

p{
	color:#ffffff;
	font-size: 25px;
	font-family: arial;
	padding-right:2%;
	text-align: right;
}

.boton{
	display: block;
	float: left;
	height: 100px;
	padding: 2% 1%;
	width:48%;
}

button{
	border:0px;
	border-radius:30px; /*Estandar*/
    -webkit-border-radius:30px; /*Safari y Chrome*/
    -moz-border-radius:30px; /*Firefox*/
    -o-border-radius:30px; /*Opera*/
    -ms-border-radius:30px; /*IE 8*/
	cursor: pointer;
	color: #132b76;
	float:left;
	font-size: 23px;
	font-family: 'Oswald', sans-serif;
	display: block;
	padding:1.5% 0%;
}

button:hover{
	background: #12a2c1;
	color:#ffffff !important;
	-webkit-transition:all .9s ease;
	-moz-transition:all .9s ease;
	-o-transition:all .9s ease;
	-ms-transition:all .9s ease;
	transition:all .9s ease;
}

button a{
	color: #132b76;
	text-decoration: none;
	padding:1% 22%;
	width: 100% !important;
}

button a:hover{
	color:#ffffff;
}



@media (min-width:250px) {
	.texto{
		display: block;
		float:left;
		text-align: center;
		width:100%;}

	p{
		color:#ffffff;
		font-size: 22px;
		font-family: arial;
		padding-right:0%;
		text-align: right;}

	.boton{
		display: block;
		text-align: center;
		padding: 0% 1%;
		width:98%;}

	button{
		font-size: 21px;
		font-family: 'Oswald', sans-serif;
		letter-spacing:0px;
		width: 100%;}

	button a{
		color: #132b76;
		text-decoration: none;
		padding:1% 30%;
		width: 100% !important;}

}


@media (min-width: 768px) {
	.texto{
		display: block;
		float:left;
		width:52%;}

	p{
		color:#ffffff;
		font-size: 25px;
		font-family: arial;
		text-align: right !important;}

	.boton{
		display: inline-block;
		padding: 2% 1%;
		text-align: center;
		width:43%;}

	button{
		font-size: 23px;
		font-family: 'Oswald', sans-serif;
		letter-spacing:1px;
		width: 70%;}

	button a{
	color: #132b76;
	text-decoration: none;
	padding:1% 22%;
	width: 100% !important;}
	
}