@font-face{ 
	font-family: 'UmaFont';
	src: url('/css/malacitana-sans-regular-webfont.eot');
	src: url('/css/malacitana-sans-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/css/malacitana-sans-regular-webfont.woff') format('woff');
		 font-weight: normal;
		 font-style: normal;
	 
}

body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* The reset rules */
	margin:0px;
	padding:0px;
}

img { border: none; }

body{
	color:#555555;
	font-size:15px;
	background: #eeeeee;
	font-family: 'UmaFont', Arial, sans-serif; 
	width: 100%;
  background-image: 
url('/img/bg.jpg');
background-repeat: 
no-repeat;
background-position: 
center top; 
background-size:
cover;
}

h1{
	font-size:28px;
	font-weight:bold;
	font-family: 'UmaFont', Arial, sans-serif; 
	letter-spacing:1px;
}

h2{
	font-family: 'UmaFont', Arial, sans-serif; 
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:2px;
	text-transform:uppercase;
	white-space:nowrap;
	margin-top:4px;
	color:#888888;
}

#main p{
	font-family: 'UmaFont', Arial, sans-serif; 
	padding-bottom:8px;
}

.clear{
	clear:both;
}

#main{
	width:95%;
	/* Centering it in the middle of the page */
	margin:40px auto;
}

.container{
	margin-top:20px;
	background:#CCCCFC;
	border:1px solid #E0E0E0;
	padding:15px;
	
	/* Rounded corners */
	-moz-border-radius:10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
}
.container2{
	margin-top:20px;
	background:#CCCCFC;
	border:1px solid #E0E0E0;
	padding:15px;
	width:80vw;
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
}

.err{
	color:red;
}

.success{
	color:#00CC00;
}

a, a:visited {
	color:#0077AA;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

.tutorial-info{
	text-align:center;
	padding:10px;
}

.transicion {
	transition: opacity 0.5s ease-in-out;
	}


