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

@import url(bebas/stylesheet.css);

.menu{
	font-family: 'bebasregular';
	font-size:14px;
	color:#333;
	}
.menu:hover{
	color:#3B62AE;
	}
.menu2{
	font-family: 'bebasregular';
	font-size:14px;
	color:#3B62AE;
	}

/*******TITLES************/

.title1{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color:#FFF;
	font-size:14px;
	}
.title2{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color:#3B62AE;
	font-size:14px;
	}
.title3{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color:#3B62AE;
	font-size:20px;
	}

/********FIN TITLES**********/


/*******TEXTS***********/

.text1{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color:#FFF;
	font-size:12px;
	}
.text2{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color:#333;
	font-size:12px;
	}
.text2_just{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color:#333;
	font-size:13px;
	text-align:justify
	}
.creditos{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color:#333;
	font-size:10px;
	}
.creditos2{
	font-family: 'bebasregular';
	font-size:11px;
	color:#3B62AE;
	}
.creditos2:hover{
	font-family: 'bebasregular';
	font-size:11px;
	color:#333;
	}

/*******FIN TEXTS************/




.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}