@font-face {
	font-family: retroFont;
	src: url(retro.ttf);
}
body{
	font-family: "retroFont";
	color: #37f682;
	font-size: 14px;
	background-color:#0d0d0d;
	background-repeat:repeat-x;
	text-shadow: 0 0 10px #37f682, 0 0 2px #37f682, 0 0 30px rgba(21,96,51,0.2);
}

a{
	color:orange;
	text-shadow:rgba(0, 0, 0, 0.824219) 1px 1px 7px;
}
a:hover{
	color:#b7fffc;
}

.blink {
	animation: blink-animation 1s steps(2, start) infinite;
	-webkit-animation: blink-animation 1s steps(2, start) infinite;
}
@keyframes blink-animation {
	to {
		visibility: hidden;
	}
}
@-webkit-keyframes blink-animation {
	to {
		visibility: hidden;
	}
}

.tS {text-shadow:rgba(0, 0, 0, 0.824219) 1px 1px 7px;}
.fS8 {font-size:8px;}
.fS9 {font-size:9px;}
.fS10 {font-size:10px;}
.fS11 {font-size:11px;}
.fS12 {font-size:12px;}
.fS13 {font-size:13px;}
.fS14 {font-size:14px;}
.fS15 {font-size:15px;}
.fS16 {font-size:16px;}
.fS17 {font-size:17px;}
.fS18 {font-size:18px;}
.fS19 {font-size:19px;}
.fS20 {font-size:20px;}
.fS21 {font-size:21px;}
.fS22 {font-size:22px;}
.fS23 {font-size:23px;}
.fS24 {font-size:24px;}
.fS25 {font-size:25px;}
.fS26 {font-size:26px;}
.fS27 {font-size:27px;}
.fS28 {font-size:28px;}
.fS29 {font-size:29px;}
.fS30 {font-size:30px;}
.fS31 {font-size:31px;}
.fS32 {font-size:32px;}
.fS33 {font-size:33px;}
.fS34 {font-size:34px;}
.fS35 {font-size:35px;}

.fWB {font-weight:bold;}


.c {
	color:#4A463E;
}
.text {
}


#contenidoMaster {
	overflow-x: hidden;
	background-repeat:repeat-x;
}




#makeMeScrollable {
	height: 200px;
	position: relative;
	margin:0px auto 0px 0px;
}

#makeMeScrollable div.scrollableArea img {
	position: relative;
	float: left;
	margin: 10px;
	padding: 0;
}



.sec_about {
	color:#FFF;
	font-size:16px;
}
.sec_about p{
	font-size:16px;
}
.sec_about a{
	font-size:inherit;
}
.sec_about h1 {
	font-weight:bold;
	font-size:24px;
}
.sec_about h2 {
	font-size:22px;
}