<style>
.responsive {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img { max-width:98%; height: auto;}

.myButton {
	background-color:#44c767;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	padding:11px 39px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.myButton:hover {
	background-color:#5cbf2a;
}
.myButton:active {
	position:relative;
	top:1px;
}
.main {
	background-color:#526E7C;
	padding:5px;
	width:70%; /* The width is 60%, by default */
	border: 2px solid #73AD21;
	margin: auto;
	color: #ffffff;
  }
  .div_inscripcio {
	border: 1px solid #73AD21;
	margin: auto;
	font-family:Arial;
	font-size:12px;
  }
  @media screen and (max-width:800px) {
  .left, .main, .right {
    width:100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
}

#flotante{
	overflow: hidden;
	width: 100%; /*TamaÃ±o definido */
}

#flotante .A, #flotante .B{
	float: left;
}
.A, .B {
	width:40%;	
}
.flotante {
	width:100%;	
}
</style>