/* ------------------------------ INCLUDO FONT ------------------------------ */
@font-face {
    font-family: 'awakeregular';
    src: url('../font/awake-regular-webfont.eot');
    src: url('../font/awake-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/awake-regular-webfont.woff') format('woff'),
         url('../font/awake-regular-webfont.ttf') format('truetype'),
         url('../font/awake-regular-webfont.svg#awakeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ------------------------------------------------------------------------ */

.tit_big{
	font:35px/1 "awakeregular";
	color:#939393;
	line-height:55px;
	font-weight: bold; }

.tit_med{
	font:20px/1 "awakeregular";
	color:#5f5f5f;
	line-height:25px; }
	
h1{
	font:22px/1 "awakeregular";
	color:#5f5f5f;
	line-height:25px; }
	
h2{
	font:18px/1 "awakeregular";
	color:#5f5f5f;
	line-height:20px; }
	
.txt{
	color:#818484;
	font:14px/1 Arial;
	line-height:14px;
	text-align:left;}

.txt_green{
	color:#59B200;
	font:11px/1 Verdana;
	line-height:12px;}

a.link_greySM{
	color:#B1B3B3;
    font: 11px/1 Verdana;
	text-align:justify;
	font-weight: bold;
    line-height: 12px;
	text-decoration: none;
}

a.link_greySM:hover{
	color:#FF280B;
	text-decoration: underline;
}


a.linkgall{
	font:18px/1 "awakeregular";
	color:#5f5f5f;
	line-height:20px;
	text-decoration:none;}
a.linkgall:hover{color:#FF280B}

a.linktxt{
	color:#818484;
	font:14px/1 Arial;
	line-height:14px;
	text-align:left;
	text-decoration:none}
a.linktxt:hover{color:#FF280B; text-decoration:underline;}

a.linktxt2{
	color:#FF280B;
	font:14px/1 Arial;
	line-height:14px;
	text-align:left;
	text-decoration:none}
a.linktxt2:hover{color:#910000; text-decoration:underline;}

/* ---------------- footer --------------*/

.txt_foot{
	color:#E4E5E5;
	font:16px/1 Verdana;
	line-height:16px;}
	
.txt_footSm{
	color:#ECECEC;
	font:10px/1 Verdana;
	line-height:11px;
	}
	
a.link_red{
	color:#FF280B;
	font:16px/1 Verdana;
	line-height:16px;
	text-decoration:none;}	
a.link_red:hover{
	text-decoration: underline;
}

a.link_menured{
	color:#FFF;
	font:20px/1 "awakeregular";
	line-height:20px;
	text-decoration:none;}	
a.link_menured:hover{
	color:#FF280B;
}