@charset "UTF-8";
/* CSS Document */

/*html { text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important;}*/
body {
	height: 100%;
	width: 100%;
}

/* CORE LAYOUT STANDART STYLES ********************************************************************************************************** */
a, div, span, input, textarea, li, strong, button {
	outline: none;
	text-decoration: none;
	/* this removes gray outline from ios safari a tags */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* this removes action panels from ios safari a tags */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

img {
	border: none;
	border: 0px;
}

/*visibilities according to the platform*/
.ShowOnMobile {
	display: none;
}

.ShowOnDesktop {
	display: inherit;
}
/* .FloatNoneOnMobile{} */

/* make auto of element width and/or height attribute on mobile devices with media queries */
/* .WidAutoOnMobile{} */
/* .HeiAutoOnMobile{} */

/* for responsive mode - if you want any element has a responsive fluid abilities with media queries you must add this class to your element*/
/*     .Responsive{width:33.3%; float:left; margin-left:0px !important; margin-right:0px !important;} */
/*     .Responsive50{width:50%; float:left; margin-left:0px !important; margin-right:0px !important;} */
/*     .Responsive100{width:100%; float:left; margin-left:0px !important; margin-right:0px !important;} */
/*     .Responsive{} */
/*     .Responsive50{} */
/*     .Responsive100{} */

/* Text Decoration */
.Underline {
	text-decoration: underline;
}

/* Making Unselectable Contents */
.Unselectable {
	-webkit-touch-callout: none;
}

/* for on iphone safari inputs shadow problem */
input[type="text"], input[type="password"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*.NoDisplay{display:none;}
.OnDisplay{display:block;}*/

/* Display */
.DispBlock {
	display: block;
}

.DispTable {
	display: table;
	vertical-align: middle;
}

.DispTableCell {
	display: table-cell;
	vertical-align: middle;
}

.DispNone {
	display: none;
}

.DispInlBlock {
	display: inline-block;
}

.NoDisplay {
	display: none;
}

/* Position */
.PosFixed {
	position: fixed;
}

.PosAbsolute {
	position: absolute;
}

.PosRelative {
	position: relative;
}

.PosStatic {
	position: static;
}

/* Floating */
.Fleft {
	float: left;
}

.Fright {
	float: right;
}

.Fnone {
	float: none !important;
}

/* Overflows */
.OvHidden {
	overflow: hidden;
}

.OvScroll {
	overflow: scroll;
}

.OvAuto {
	overflow: auto;
}

.OvVisible {
	overflow: visible;
}

.OvXScroll {
	overflow-x: scroll;
}

.OvYScroll {
	overflow-y: scroll;
}

.OvXHidden {
	overflow-x: hidden;
}

.OvYHidden {
	overflow-y: hidden;
}

/* Empty Boxes */
.EmptyBox1 {
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

.EmptyBox2 {
	display: block;
	width: 100%;
	height: 2px;
	overflow: hidden;
}

.EmptyBox3 {
	display: block;
	width: 100%;
	height: 3px;
	overflow: hidden;
}

.EmptyBox4 {
	display: block;
	width: 100%;
	height: 4px;
	overflow: hidden;
}

.EmptyBox5 {
	display: block;
	width: 100%;
	height: 5px;
	overflow: hidden;
}

.EmptyBox6 {
	display: block;
	width: 100%;
	height: 6px;
	overflow: hidden;
}

.EmptyBox7 {
	display: block;
	width: 100%;
	height: 7px;
	overflow: hidden;
}

.EmptyBox8 {
	display: block;
	width: 100%;
	height: 8px;
	overflow: hidden;
}

.EmptyBox9 {
	display: block;
	width: 100%;
	height: 9px;
	overflow: hidden;
}

.EmptyBox10 {
	display: block;
	width: 100%;
	height: 10px;
	overflow: hidden;
}

.EmptyBox15 {
	display: block;
	width: 100%;
	height: 15px;
	overflow: hidden;
}

.EmptyBox20 {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
}

.EmptyBox25 {
	display: block;
	width: 100%;
	height: 25px;
	overflow: hidden;
}

.EmptyBox30 {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
}

.EmptyBox35 {
	display: block;
	width: 100%;
	height: 35px;
	overflow: hidden;
}

.EmptyBox40 {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
}

.EmptyBox50 {
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.EmptyBox60 {
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
}

.EmptyBox70 {
	display: block;
	width: 100%;
	height: 70px;
	overflow: hidden;
}

.EmptyBox80 {
	display: block;
	width: 100%;
	height: 80px;
	overflow: hidden;
}

.EmptyBox90 {
	display: block;
	width: 100%;
	height: 90px;
	overflow: hidden;
}

.EmptyBox100 {
	display: block;
	width: 100%;
	height: 100px;
	overflow: hidden;
}

.EmptyBox110 {
	display: block;
	width: 100%;
	height: 100px;
	overflow: hidden;
}

.EmptyBox120 {
	display: block;
	width: 100%;
	height: 100px;
	overflow: hidden;
}

.EmptyBox130 {
	display: block;
	width: 100%;
	height: 100px;
	overflow: hidden;
}

.EmptyBox140 {
	display: block;
	width: 100%;
	height: 100px;
	overflow: hidden;
}

.EmptyBox150 {
	display: block;
	width: 100%;
	height: 150px;
	overflow: hidden;
}

/* Opacity */
.Opac100 {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.Opac95 {
	opacity: 0.95;
	-webkit-opacity: 0.95;
	-moz-opacity: 0.95;
}

.Opac90 {
	opacity: 0.9;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
}

.Opac80 {
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
}

.Opac70 {
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
}

.Opac60 {
	opacity: 0.6;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
}

.Opac50 {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
}

.Opac40 {
	opacity: 0.4;
	-webkit-opacity: 0.4;
	-moz-opacity: 0.4;
}

.Opac30 {
	opacity: 0.3;
	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;
}

.Opac20 {
	opacity: 0.2;
	-webkit-opacity: 0.2;
	-moz-opacity: 0.2;
}

.Opac10 {
	opacity: 0.1;
	-webkit-opacity: 0.1;
	-moz-opacity: 0.1;
}

.OpacZero {
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}

/* Border Radius */
.Bord0 {
	border: hidden !important;
}

.BordRad3 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.BordRad4 {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.BordRad5 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.BordRad10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.BordRad15 {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.BordRadHalf {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.BordRight {
	border-right: solid 1px transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.BordLeft {
	border-left: solid 1px transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.BordTop {
	border-top: solid 1px transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.BordBottom {
	border-top: solid 1px transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.BordAll {
	border: solid 1px transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* Width */
.Wid120 {
	width: 120%;
}

.Wid110 {
	width: 110%;
}

.Wid100 {
	width: 100%;
}

.Wid999 {
	width: 99.9%;
}

.Wid998 {
	width: 99.8%;
}

.Wid997 {
	width: 99.7%;
}

.Wid996 {
	width: 99.6%;
}

.Wid995 {
	width: 99.5%;
}

.Wid994 {
	width: 99.4%;
}

.Wid993 {
	width: 99.3%;
}

.Wid992 {
	width: 99.2%;
}

.Wid991 {
	width: 99.1%;
}

.Wid99 {
	width: 99%;
}

.Wid989 {
	width: 98.9%;
}

.Wid988 {
	width: 98.8%;
}

.Wid987 {
	width: 98.7%;
}

.Wid986 {
	width: 98.6%;
}

.Wid985 {
	width: 98.5%;
}

.Wid98 {
	width: 98%;
}

.Wid97 {
	width: 97%;
}

.Wid96 {
	width: 96%;
}

.Wid95 {
	width: 95%;
}

.Wid94 {
	width: 94%;
}

.Wid93 {
	width: 93%;
}

.Wid92 {
	width: 92%;
}

.Wid91 {
	width: 91%;
}

.Wid90 {
	width: 90%;
}

.Wid89 {
	width: 89%;
}

.Wid88 {
	width: 88%;
}

.Wid87 {
	width: 87%;
}

.Wid86 {
	width: 86%;
}

.Wid85 {
	width: 85%;
}

.Wid84 {
	width: 84%;
}

.Wid83 {
	width: 83%;
}

.Wid82 {
	width: 82%;
}

.Wid81 {
	width: 81%;
}

.Wid80 {
	width: 80%;
}

.Wid79 {
	width: 79%;
}

.Wid78 {
	width: 78%;
}

.Wid77 {
	width: 77%;
}

.Wid76 {
	width: 76%;
}

.Wid75 {
	width: 75%;
}

.Wid74 {
	width: 74%;
}

.Wid73 {
	width: 73%;
}

.Wid72 {
	width: 72%;
}

.Wid71 {
	width: 71%;
}

.Wid70 {
	width: 70%;
}

.Wid69 {
	width: 69%;
}

.Wid68 {
	width: 68%;
}

.Wid67 {
	width: 67%;
}

.Wid66 {
	width: 66%;
}

.Wid65 {
	width: 65%;
}

.Wid64 {
	width: 64%;
}

.Wid63 {
	width: 63%;
}

.Wid62 {
	width: 62%;
}

.Wid61 {
	width: 61%;
}

.Wid60 {
	width: 60%;
}

.Wid59 {
	width: 59%;
}

.Wid58 {
	width: 58%;
}

.Wid57 {
	width: 57%;
}

.Wid56 {
	width: 56%;
}

.Wid55 {
	width: 55%;
}

.Wid54 {
	width: 54%;
}

.Wid53 {
	width: 53%;
}

.Wid52 {
	width: 52%;
}

.Wid51 {
	width: 51%;
}

.Wid50 {
	width: 50%;
}

.Wid49 {
	width: 49%;
}

.Wid48 {
	width: 48%;
}

.Wid47 {
	width: 47%;
}

.Wid46 {
	width: 46%;
}

.Wid45 {
	width: 45%;
}

.Wid44 {
	width: 44%;
}

.Wid43 {
	width: 43%;
}

.Wid42 {
	width: 42%;
}

.Wid41 {
	width: 41%;
}

.Wid40 {
	width: 40%;
}

.Wid39 {
	width: 39%;
}

.Wid38 {
	width: 38%;
}

.Wid37 {
	width: 37%;
}

.Wid36 {
	width: 36%;
}

.Wid35 {
	width: 35%;
}

.Wid34 {
	width: 34%;
}

.Wid33 {
	width: 33.3%;
}

.Wid32 {
	width: 32%;
}

.Wid31 {
	width: 31%;
}

.Wid30 {
	width: 30%;
}

.Wid29 {
	width: 29%;
}

.Wid28 {
	width: 28%;
}

.Wid27 {
	width: 27%;
}

.Wid26 {
	width: 26%;
}

.Wid25 {
	width: 25%;
}

.Wid24 {
	width: 24%;
}

.Wid23 {
	width: 23%;
}

.Wid22 {
	width: 22%;
}

.Wid21 {
	width: 21%;
}

.Wid20 {
	width: 20%;
}

.Wid19 {
	width: 19%;
}

.Wid18 {
	width: 18%;
}

.Wid17 {
	width: 17%;
}

.Wid16 {
	width: 16%;
}

.Wid15 {
	width: 15%;
}

.Wid14 {
	width: 14%;
}

.Wid13 {
	width: 13%;
}

.Wid12 {
	width: 12%;
}

.Wid11 {
	width: 11%;
}

.Wid10 {
	width: 10%;
}

.Wid9 {
	width: 9%;
}

.Wid8 {
	width: 8%;
}

.Wid7 {
	width: 7%;
}

.Wid6 {
	width: 6%;
}

.Wid5 {
	width: 5%;
}

.Wid4 {
	width: 4%;
}

.Wid3A {
	width: 3.3%;
}

.Wid3 {
	width: 3%;
}

.Wid2 {
	width: 2%;
}

.Wid1 {
	width: 1%;
}

.Wid5px {
	width: 5px;
}

.Wid10px {
	width: 10px;
}
.Wid15px {
	width: 15px;
}

.Wid20px {
	width: 20px;
}

.Wid25px {
	width: 25px;
}

.Wid30px {
	width: 30px;
}

.Wid40px {
	width: 40px;
}

.Wid100px {
	width: 100px;
}

.Wid130px {
	width: 130px;
}

.Wid160px {
	width: 160px;
}

.Wid190px {
	width: 190px;
}

.Wid200px {
	width: 200px;
}

.MaxWid500 {
	max-width: 500px;
}

.MinWid200 {
	min-width: 200px;
}

/* Height */
.Hei100 {
	height: 100%;
}

.Hei95 {
	height: 95%;
}

.Hei90 {
	height: 90%;
}

.Hei85 {
	height: 85%;
}

.Hei80 {
	height: 80%;
}

.Hei75 {
	height: 75%;
}

.Hei70 {
	height: 70%;
}

.Hei65 {
	height: 65%;
}

.Hei60 {
	height: 60%;
}

.Hei550 {
	height: 55%;
}

.Hei50 {
	height: 50%;
}

.Hei45 {
	height: 45%;
}

.Hei40 {
	height: 40%;
}

.Hei35 {
	height: 35%;
}

.Hei30 {
	height: 30%;
}

.Hei25 {
	height: 25%;
}

.Hei20 {
	height: 20%;
}

.Hei19 {
	height: 19%;
}

.Hei18 {
	height: 18%;
}

.Hei17 {
	height: 17%;
}

.Hei16 {
	height: 16%;
}

.Hei15 {
	height: 15%;
}

.Hei14 {
	height: 14%;
}

.Hei13 {
	height: 13%;
}

.Hei12 {
	height: 12%;
}

.Hei11 {
	height: 11%;
}

.Hei10 {
	height: 10%;
}

.Hei9 {
	height: 9%;
}

.Hei8 {
	height: 8%;
}

.Hei7 {
	height: 7%;
}

.Hei6 {
	height: 6%;
}

.Hei5 {
	height: 5%;
}

.Hei4 {
	height: 4%;
}

.Hei3 {
	height: 3%;
}

.Hei2 {
	height: 2%;
}

.Hei1 {
	height: 1%;
}

.Hei1px {
	height: 1px;
}

.Hei2px {
	height: 2px;
}

.Hei3px {
	height: 3px;
}

.Hei5px {
	height: 5px;
}

.Hei10px {
	height: 10px;
}

.Hei30px {
	height: 30px;
}

.Hei50px {
	height: 50px;
}

/* Margins */
.MarTopPerc5 {
	margin-top: 5%;
}

.MarTopPerc10 {
	margin-top: 10%;
}

.MarTopPerc20 {
	margin-top: 20%;
}

.MarTopPerc30 {
	margin-top: 30%;
}

.MarTopPerc40 {
	margin-top: 40%;
}

.MarTopPerc50 {
	margin-top: 50%;
}

.MarAuto {
	margin-left: auto;
	margin-right: auto;
}

.Mar00 {
	margin-left: 0px;
	margin-right: 0px;
}

.MarTop5 {
	margin-top: 5px;
}

.MarTop10 {
	margin-top: 10px;
}

.MarTop20 {
	margin-top: 20px;
}

.MarTop30 {
	margin-top: 30px;
}

.MarTop40 {
	margin-top: 40px;
}

.MarTop50 {
	margin-top: 50px;
}

.MarTopQuarter {
	margin-top: 25%;
}

.MarTopHalf {
	margin-top: 50%;
}

.MarBot10 {
	margin-bottom: 10px;
}

.MarBot5 {
	margin-bottom: 5px;
}

.MarRight10 {
	margin-right: 10px;
}

.MarRight20 {
	margin-right: 20px;
}

.MarLeft100 {
	margin-left: 100px;
}

.MarLeft25 {
	margin-left: 25px;
}

.MarLeft20 {
	margin-left: 20px;
}

.MarLeft15 {
	margin-left: 15px;
}

.MarLeft10 {
	margin-left: 10px;
}

.MarLeft5 {
	margin-left: 5px;
}

.MarLeft3 {
	margin-left: 3px;
}

.MarLeft2 {
	margin-left: 2px;
}

.MarLeft1 {
	margin-left: 1px;
}

/*Con Porcentaje*/
.marLeft400 {
	margin-left: 40%;
}
.marLeft390 {
	margin-left: 39%;
}
.marLeft380 {
	margin-left: 38%;
}
.marLeft370 {
	margin-left: 37%;
}
.marLeft360 {
	margin-left: 36%;
}
.marLeft350 {
	margin-left: 35%;
}
.marLeft300 {
	margin-left: 30%;
}
.marLeft250 {
	margin-left: 25%;
}
.marLeft200 {
	margin-left: 20%;
}
.marLeft150 {
	margin-left: 15%;
}

.marLeft110 {
	margin-left: 10%;
}

/*span*/
.span12 {
	width: 940px;
}

.span11 {
	width: 860px;
}

.span10 {
	width: 780px;
}

.span9 {
	width: 700px;
}

.span8 {
	width: 620px;
}

.span7 {
	width: 540px;
}

.span6 {
	width: 460px;
}

.span5 {
	width: 380px;
}

.span4 {
	width: 300px;
}

.span3 {
	width: 23%;
}

.span2 {
	width: 140px;
}

.span1 {
	width: 60px;
}

/* Paddings */
.PaddingTopPercent15 {
	padding-top: 15%;
}

.PaddingTopPercent14 {
	padding-top: 14%;
}

.PaddingTopPercent13 {
	padding-top: 13%;
}

.PaddingTopPercent12 {
	padding-top: 12%;
}

.PaddingTopPercent11 {
	padding-top: 11%;
}

.PaddingTopPercent10 {
	padding-top: 10%;
}

.PaddingTopPercent9 {
	padding-top: 9%;
}

.PaddingTopPercent8 {
	padding-top: 8%;
}

.PaddingTopPercent7 {
	padding-top: 7%;
}

.PaddingTopPercent6 {
	padding-top: 6%;
}

.PaddingTopPercent5 {
	padding-top: 5%;
}

.PaddingTopPercent4 {
	padding-top: 4%;
}

.PaddingTopPercent3 {
	padding-top: 3%;
}

.PaddingTopPercent2 {
	padding-top: 2%;
}

.PaddingTopPercent1 {
	padding-top: 1%;
}

/* Containers */
.Container100 {
	width: 100%;
	float: left;
}

.Container998 {
	width: 99.8%;
	float: left;
}

.Container995 {
	width: 99.5%;
	float: left;
}

.Container994 {
	width: 99.4%;
	float: left;
}

.Container993 {
	width: 99.3%;
	float: left;
}

.Container99 {
	width: 99%;
	float: left;
}

.Container98 {
	width: 98%;
	float: left;
}

.Container97 {
	width: 97%;
	float: left;
}

.Container96 {
	width: 96%;
	float: left;
}

.Container90 {
	width: 90%;
	float: left;
}

.Container88 {
	width: 88%;
	float: left;
}

.Container87 {
	width: 87%;
	float: left;
}

.Container85 {
	width: 85%;
	float: left;
}

.Container80 {
	width: 80%;
	float: left;
}

.Container79 {
	width: 79%;
	float: left;
}

.Container78 {
	width: 78%;
	float: left;
}

.Container77 {
	width: 77%;
	float: left;
}

.Container76 {
	width: 76%;
	float: left;
}

.Container75 {
	width: 75%;
	float: left;
}

.Container74 {
	width: 74%;
	float: left;
}

.Container73 {
	width: 73%;
	float: left;
}

.Container72 {
	width: 72%;
	float: left;
}

.Container71 {
	width: 71%;
	float: left;
}

.Container70 {
	width: 70%;
	float: left;
}

.Container60 {
	width: 60%;
	float: left;
}

.Container50 {
	width: 50%;
	float: left;
}

.Container40 {
	width: 40%;
	float: left;
}

.Container35 {
	width: 35%;
	float: left;
}

.Container33 {
	width: 33.3%;
	float: left;
}

.Container30 {
	width: 30%;
	float: left;
}

.Container25 {
	width: 25%;
	float: left;
}

.Container24 {
	width: 24%;
	float: left;
}

.Container20 {
	width: 20%;
	float: left;
}

.Container19 {
	width: 19%;
	float: left;
}

.Container18 {
	width: 18%;
	float: left;
}

.Container17 {
	width: 17%;
	float: left;
}

.Container16 {
	width: 16%;
	float: left;
}

.Container15 {
	width: 15%;
	float: left;
}

.Container14 {
	width: 14%;
	float: left;
}

.Container13 {
	width: 13%;
	float: left;
}

.Container12 {
	width: 12%;
	float: left;
}

.Container11 {
	width: 11%;
	float: left;
}

.Container10 {
	width: 10%;
	float: left;
}

.Container5 {
	width: 5%;
	float: left;
}

.ContainerIndent {
	display: block;
	margin: 1px 0px;
}

/* Text Aligns */
.TexAlCenter {
	text-align: center;
}

.TexAlLeft {
	text-align: left;
}

.TexAlRight {
	text-align: right !important;
}

.TextJustificado {
	text-align: justify;
	margin-left: 5px !important;
	margin-right: 5px !important;
}

/* Padding With Transparent Border*/
.PadWithBorder1 {
	border: solid 1px transparent;
}

.PadWithBorder2 {
	border: solid 2px transparent;
}

.PadWithBorder3 {
	border: solid 3px transparent;
}

.PadWithBorder4 {
	border: solid 4px transparent;
}

.PadWithBorder5 {
	border: solid 5px transparent;
}

.PadWithBorder10 {
	border: solid 10px transparent;
}

/* Box Sizing */
.BoxSizeContent {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.BoxSizeBorder {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* Font Sizes */
.FsUpper {
	text-transform: uppercase;
}

.Fs4 {
	font-size: 4px !important;
}

.Fs5 {
	font-size: 5px !important;
}

.Fs6 {
	font-size: 6px !important;
}

.Fs7 {
	font-size: 7px !important;
}

.Fs8 {
	font-size: 8px !important;
}

.Fs9 {
	font-size: 9px !important;
}

.Fs10 {
	font-size: 10px !important;
}

.Fs11 {
	font-size: 11px !important;
}

.Fs12 {
	font-size: 12px !important;
}

.Fs13 {
	font-size: 13px !important;
}

.Fs14 {
	font-size: 14px !important;
}

.Fs15 {
	font-size: 15px !important;
}

.Fs16 {
	font-size: 16px !important;
}

.Fs17 {
	font-size: 17px !important;
}

.Fs18 {
	font-size: 18px !important;
}

.Fs19 {
	font-size: 19px !important;
}

.Fs20 {
	font-size: 20px !important;
}

.Fs21 {
	font-size: 21px !important;
}

.Fs22 {
	font-size: 22px !important;
}

.Fs23 {
	font-size: 23px !important;
}

.Fs24 {
	font-size: 24px !important;
}

.Fs25 {
	font-size: 25px !important;
}

.Fs26 {
	font-size: 26px !important;
}

.Fs27 {
	font-size: 27px !important;
}

.Fs28 {
	font-size: 28px !important;
}

.Fs29 {
	font-size: 29px !important;
}

.Fs30 {
	font-size: 30px !important;
}

.Fs31 {
	font-size: 31px !important;
}

.Fs32 {
	font-size: 32px !important;
}

.Fs33 {
	font-size: 33px !important;
}

.Fs34 {
	font-size: 34px !important;
}

.Fs35 {
	font-size: 35px !important;
}

.Fs36 {
	font-size: 36px !important;
}

.Fs37 {
	font-size: 37px !important;
}

.Fs38 {
	font-size: 38px !important;
}

.Fs39 {
	font-size: 39px !important;
}

.Fs40 {
	font-size: 40px !important;
}

.Fs41 {
	font-size: 41px !important;
}

.Fs42 {
	font-size: 42px !important;
}

.Fs43 {
	font-size: 43px !important;
}

.Fs44 {
	font-size: 44px !important;
}

.Fs45 {
	font-size: 45px !important;
}

.Fs46 {
	font-size: 46px !important;
}

.Fs47 {
	font-size: 47px !important;
}

.Fs48 {
	font-size: 48px !important;
}

.Fs49 {
	font-size: 49px !important;
}

.Fs50 {
	font-size: 50px !important;
}

.Fs51 {
	font-size: 51px !important;
}

.Fs52 {
	font-size: 52px !important;
}

.Fs53 {
	font-size: 53px !important;
}

.Fs54 {
	font-size: 54px !important;
}

.Fs55 {
	font-size: 55px !important;
}

.Fs56 {
	font-size: 56px !important;
}

.Fs57 {
	font-size: 57px !important;
}

.Fs58 {
	font-size: 58px !important;
}

.Fs59 {
	font-size: 59px !important;
}

.Fs60 {
	font-size: 60px !important;
}

.Fs65 {
	font-size: 65px !important;
}

.Fs70 {
	font-size: 70px !important;
}

.Fs75 {
	font-size: 75px !important;
}

.Fs80 {
	font-size: 80px !important;
}

.Fs85 {
	font-size: 85px !important;
}

.Fs90 {
	font-size: 90px !important;
}

.Fs95 {
	font-size: 95px !important;
}

.Fs100 {
	font-size: 100px !important;
}

.Fs130 {
	font-size: 130px !important;
}

/* Font Type */
.FontBold {
	font-weight: bold;
}

.FontLight {
	font-weight: lighter;
}

.FontNormal {
	font-weight: normal;
}

/* Animated */
.Animated05 {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.Animated1 {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.changecolor:hover {
	background-color: yellowgreen;
	padding: 20px;
}

.notransition {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

/* clearfix for Container */
.Container:before, .Container:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.Container:after {
	clear: both;
}

.None {
	text-decoration: none !important;
	font-weight: normal !important;
}

.ancho {
	display: block;
	border: 1px solid red;
	padding: 5px;
	margin-top: 5px;
	width: 300px;
	height: 50px;
	overflow: scroll;
}