@import "css/main.css";
@import "_home/horizontal.css";

@font-face {
	font-family: retroFont;
	src: url(css/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;
	}
}


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

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border:1px solid #666;
	background-color:rgba(0,160,198,0.15)
}




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

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