@charset "utf-8";


.boton_principal{
	border-radius			: 15px 15px 15px 15px;
	-moz-border-radius		: 15px 15px 15px 15px;
	-webkit-border-radius	: 15px 15px 15px 15px;

	margin: 0 auto;
	width: 100%;
	height: auto;
  	background-color:#00b9cc;
	padding: 10px;
	margin-bottom:5px;

	cursor: pointer;

}


.boton_principal:hover{
	
  	background-color:#2FBECC;
	
}


.boton_accion{
	border-radius			: 15px 15px 15px 15px;
	-moz-border-radius		: 15px 15px 15px 15px;
	-webkit-border-radius	: 15px 15px 15px 15px;

	margin: 0 auto;
	width: 100%;
	height: auto;
  	background-color:#0279c9;
	padding: 10px;
	margin-bottom:5px;

	cursor: pointer;

}


.boton_accion:hover{
	
  	background-color:#0366A9;
	
}


.boton_auto_naranja{

	border-radius			: 50px 50px 50px 50px;
	-moz-border-radius		: 50px 50px 50px 50px;
	-webkit-border-radius	: 50px 50px 50px 50px;

	margin: 0 auto;
	width: 100%;
	height: auto;
  	background-color:#ef7d00;
	color: white;
	padding: 10px 50px;
	font-size: 20px;

	cursor: pointer;
}

.boton_auto_naranja:hover{
	background-color: #376eb4;
	
}





.boton_auto_azul{

	border-radius			: 50px 50px 50px 50px;
	-moz-border-radius		: 50px 50px 50px 50px;
	-webkit-border-radius	: 50px 50px 50px 50px;

	margin: 0 auto;
	width: 100%;
	height: auto;
	background-color: #376eb4;
	color: white;
	padding: 10px 20px;
	font-size: 16px;

	cursor: pointer;
}

.boton_auto_azul:hover{
	background-color:#ef7d00;
	
}



.boton_auto_chico{

	border-radius			: 50px 50px 50px 50px;
	-moz-border-radius		: 50px 50px 50px 50px;
	-webkit-border-radius	: 50px 50px 50px 50px;

	margin: 0 auto;
	width: 100%;
	height: auto;
	background-color: #376eb4;
	color: white;
	padding: 8px 15px;
	font-size: 15px;

	cursor: pointer;
}

.boton_auto_chico:hover{
	background-color:#ef7d00;
	
}


.boton_auto_mediano{

	border-radius			: 50px 50px 50px 50px;
	-moz-border-radius		: 50px 50px 50px 50px;
	-webkit-border-radius	: 50px 50px 50px 50px;

	margin: 0 auto;
	width: 100%;
	height: auto;
	background-color: #376eb4;
	color: white;
	padding: 10px 18px;
	font-size: 16px;

	cursor: pointer;
}

.boton_auto_mediano:hover{
	background-color:#ef7d00;
	
}



.boton_chico_naranja{

	border-radius			: 50px 50px 50px 50px;
	-moz-border-radius		: 50px 50px 50px 50px;
	-webkit-border-radius	: 50px 50px 50px 50px;

	margin: 0 auto;
	width: 200px;
	height: auto;
  	background-color:#ef7d00;
	color: white;
	padding: 10px 50px;
	font-size: 20px;

	cursor: pointer;
}

.boton_chico_naranja:hover{
	background-color: #376eb4;
	
}


@media only screen and (max-width:900px){

	.boton_accion{
	
		padding: 10px;
		margin-bottom:5px;
		font-size: 50px !important;
	
	}
	
	.boton_auto_azul{

		padding: 10px 15px;
		font-size: 14px;
	
		cursor: pointer;
	}
	

	.boton_principal{
		border-radius			: 15px 15px 15px 15px;
		-moz-border-radius		: 15px 15px 15px 15px;
		-webkit-border-radius	: 15px 15px 15px 15px;
	
		margin: 0 auto;
		width: 100%;
		height: auto;
		background-color:#00b9cc;
		padding: 10px;
		margin-bottom:5px;
	
		cursor: pointer;
	
	}
	
	
	.boton_principal:hover{
	
		  background-color:#2FBECC;
		
	}
	

	.boton_auto_naranja{

		margin: 0 auto;
		width: 100%;
		height: auto;
		  background-color:#ef7d00;
		color: white;
		padding: 10px 50px;
		font-size: 20px;
	
		cursor: pointer;
	}
	
		
	.boton_auto_mediano{

		border-radius			: 50px 50px 50px 50px;
		-moz-border-radius		: 50px 50px 50px 50px;
		-webkit-border-radius	: 50px 50px 50px 50px;

		margin: 0 auto;
		width: 100%;
		height: auto;
		background-color: #376eb4;
		color: white;
		padding: 14px 18px;
		font-size: 19px;

		cursor: pointer;
	}

	
}