a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}


.btn {
 outline: 0 !important;
}

.global-clearfix{
	clear: both;
}
.global-block{
	display: block;
}

.global-amarillo{
    background-color: #fcd402;
}

.global-font-amarillo{
    color: #fcd402;
}

.global-azul{
	background-color: #5061a9;
}

.global-cyan{
	background-color: #29bad5;
}

.global-verde{
	background-color: #8ea82b;
}

.global-font-verde{
	color: #459228;
}


.global-verde1{
	background-color: #459228;
}

.global-fuccia{
	background-color: #e4007b;
}


.global-violeta{
	background-color: #77539d;
}

.global-violeta1{
	background-color: #7f216d;
}

.global-font-blanco{
	color: #ecf0f1;
}

.global-bg-blanco{
	background-color: #ecf0f1;
}

.global-font-facebook{

	color: #d8dfea;
}


.global-font-facebook-original{

	color: #3b5998;
}

.global-font-youtube-original{
	color: #e52d27;

}

.global-font-twitter{

	color: #1dcaff;
}

.global-tag{
	text-decoration: none !important;
	color: #fff;
	background: #000;
	float: left;
	padding: 3px;
}

.global-tag :hover{
	text-decoration: none !important;
}


#flechaUp{
	position: fixed;
	bottom: 10px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	background-color: #424242;
	color: #ecf0f1;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	z-index: 100
}

.show{
	display: block;
}

.hide{
	display: none;
}


#top{
	height: 255px;
	width: 100%;
}


.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.noMargin{
	
	margin-left: 0 !important;
}