		.contenedorBoton,.botonLink {
			margin: auto;
			text-align: center;
			width: 50%;
			height: 30px;
			cursor: default;
			padding: 10px;
		}
		.botonDescargar, .interruptor, .botonLink {
			text-shadow: 1px 1px 1px #ccc;
			margin: auto;
			padding: 5px;
			font-family: Arial, Helvetica, sans-serif;
			display: none;
		}

		.botonLink {
			border-radius: 5px;
		}

		.botonDescargar {
			min-width: 75%;
			float: left;
			border-radius: 5px 0px 0px 5px;
			text-decoration: none;
			padding-right: 0px;
		}
		.botonDescargar, .interruptor, .mensajeDescargar, .botonLink{
			color: #CAF3FF;
			background-color: #1AA6D1;
			background-image: -webkit-linear-gradient(top, #1AA6D1,#077DA1);
			background-image: -moz-linear-gradient(top, #1AA6D1,#077DA1);
			background-image: -ms-linear-gradient(top, #1AA6D1,#077DA1);
			background-image: -o-linear-gradient(top, #1AA6D1,#077DA1);
			background-image: linear-gradient(top, #1AA6D1,#077DA1);
			box-shadow: 1px 1px 1px #0C6885;
			font-family: Arial, Helvetica, sans-serif;
			text-shadow: 1px 1px 1px #00455A;
			box-shadow: 1px 1px 1px #0C6885;
		}
		.interruptor {
			min-width: 16%;
			float: right;
			border-radius: 0px 5px 5px 0px;
			padding-left: 0px;
			font-weight: bold;
		}
		.mensajeDescargar {
			border-radius: 10px 10px 10px;
			min-width: 80%;
			width: 50%;
			margin: auto;
			text-align: center;
		}
		.os img{
			border-color: #1AA6D1;
		}
		.os:hover img{
			border-color: #92E2FF;
		}
		.os {
			width: 33.3%;
			margin: auto;
			float: left;
		}
		.botonDescargar:hover, .interruptor:hover,.botonLink:hover {
			background-color: #81BDD0;
			background-image: -webkit-linear-gradient(top, #65B7D0,#81BDD0);
			background-image: -moz-linear-gradient(top, #65B7D0,#81BDD0);
			background-image: -ms-linear-gradient(top, #65B7D0,#81BDD0);
			background-image: -o-linear-gradient(top, #65B7D0,#81BDD0);
			background-image:  linear-gradient(top, #65B7D0,#81BDD0);
		}
		.os:hover, .pag-oficial:hover, .botonDescargar:hover, .interruptor:hover ,.botonLink:hover{
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
		}
		.os:hover, .pag-oficial:hover {
			background-color: #92E2FF;
			transition: all 0.2s ease-in-out;
		}
		.os img {
			max-width: 34%;
		}
		.otromensaje{
			width: 100%;
			float: none;
		}
		.pag-oficial {
			width: 100%;
			font-size: 1.3em;
			color: #CAF3FF;
		}