@font-face {
  font-family: 'Corbel Bold';
  src: url("fonts/corbel_bold.eot");
  src: url("fonts/corbel_bold.eot") format("embedded-opentype"), url("fonts/corbel_bold.woff") format("woff"), url("fonts/corbel_bold.ttf") format("truetype"), url("fonts/corbel_bold.svg") format("svg");
}
body {
  background-color: #fbfbfb;
  font-family: "Corbel Bold", Tahoma, Arial, Verdana;
}
.frasehome {
  font-size: 19px;
  color: #88837e;
  font-family: "Corbel Bold", Tahoma, Arial, Verdana;
  font-weight: lighter;
}
.tituloshome {
  font-size: 22px;
  color: #88837e;
  font-family: "Corbel Bold", Tahoma, Arial, Verdana;
  font-weight:normal;
}
.titulosbotones {
  font-size: 20px;
  color: #88837e;
  font-family: "Corbel Bold", Tahoma, Arial, Verdana;
  font-weight:bold;
}
.premium {
  font-size: 14px;
  color: #3e8201;
  font-family: "Corbel Bold", Tahoma, Arial, Verdana;
  font-weight:bold;
}
.advanced {
  font-size: 14px;
  color: #0090C5;
  font-family: "Corbel Bold", Tahoma, Arial, Verdana;
  font-weight:bold;
}
.small {
  font-size: 14px;
  color: #EF9404;
  font-family: "Corbel Bold", Tahoma, Arial, Verdana;
  font-weight:bold;
}
.servicios {
  font-size: 18px;
  color: #FFF;
  font-family: "Corbel Bold", Tahoma, Arial, Verdana;
  font-weight:200;
}
.textohome {
	font-size: 12px;
	color: #919191;
	font-family: Verdana;
	font-weight:normal;
}
.textosubazul {
  font-size: 12px;
  color: #008dca;
  font-family: Verdana;
  font-weight:normal;
}
.textocomillas {
	font-size: 13px;
	color: #a8a7a7;
	font-family: Verdana;
	line-height: 1.25;
 	font-weight:normal;
	font-style: italic;
}
.footer {
	font-size: 16px;
	color: #C0C0C0;
	font-family: "Corbel Bold", Tahoma, Arial, Verdana;
	font-weight: lighter;
}
.mythos {
  font-size: 9px;
  color: #BCBCBC;
  font-family: "Corbel Bold", Tahoma, Arial, Verdana;
  font-weight: lighter;
}
.contacto {
	background-color: #D1D1D1;
	font-family: Verdana;
	font-size: 10px;
	color: #333;
	line-height: 1.5;
	font-weight:normal;
	padding: 0 0 7px 5px;
	border: none;
}
a.menu {
	font-size: 19px;
   	font-family: "Corbel Bold", Tahoma, Arial, Verdana;
  	font-weight: 100;
  	text-decoration: none;
	color: #c9c9c9;
	-webkit-transition: color 0.2s linear, background 0.2s linear, opacity 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear, opacity 0.2s linear;
	-ms-transition: color 0.2s linear, background 0.2s linear, opacity 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear, opacity 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear, opacity 0.2s linear;
}

a.menu:hover {
  text-decoration: none;
  color: #008dca;
}

a.small {
	font-size: 9px;
	color: #BCBCBC; 
  	font-family: "Corbel Bold", Tahoma, Arial, Verdana;
  	font-weight: bold;
	text-decoration: none;
	-webkit-transition: color 0.2s linear, background 0.2s linear, opacity 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear, opacity 0.2s linear;
	-ms-transition: color 0.2s linear, background 0.2s linear, opacity 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear, opacity 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear, opacity 0.2s linear;
}

a.small:hover {
  text-decoration: none;
  color: #690;
}


