@charset "utf-8";
/* CSS Document */

<style type="text/css">

<!----iconos--->
	 .icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
		color: #FF0000;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.alt {
			text-decoration: none;
		}

			.icon.alt:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			.icon.alt:before {
				color: #1c1d26 !important;
				text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
			}

		.icon.major {
			background: #FF9900;
			border-radius: 100%;
			cursor: default;
			display: inline-block;
			height: 9em;
			line-height: 9em;
			margin: 0 0 2em 0;
			text-align: center;
			width:9em;
			color: #FFFFFF;
			
			
		}

			.icon.major:before {
				font-size: 5.25em;
			}

			.icon.major.alt {
				text-decoration: none;
			}

				.icon.major.alt:before {
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-family: FontAwesome;
					font-style: normal;
					font-weight: normal;
					text-transform: none !important;
				}

				.icon.major.alt:before {
					color: #272833; !important;
					text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
				}
				.pull-right {
				text-align:center;
				right:30%;
				
			}
			.boton {
             text-align:center;
}
			.boton>li {
    display: inline-block;
}
</style>