@font-face {
    font-family: 'BebasNeueRegular';
    src: url('font-face/BebasNeue-webfont.eot');
    src: url('font-face/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('font-face/BebasNeue-webfont.woff') format('woff'),
         url('font-face/BebasNeue-webfont.ttf') format('truetype'),
         url('font-face/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color:#1c1c1c;
	font-family:'BebasNeueRegular';
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


			/****************************/
			/***********STYLES***********/
			/****************************/

#default_div{
	width:100%;
	height:100%;
	display:block;
	background:#1c1c1c;
}

#center_cntnt{
	width:960px;
	height:100%;
	margin:0px auto;
	display:block;
}

.header{
	display:block;
	height:260px;
	width:960px;
	margin-bottom: 40px;
}

.logo{margin-left:20px;}
.linea{
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    float: left;
    height: 520px;
    margin-right: 20px;
    width: 15px;
}

a:link,a:visited{
	font-size:32px;
	color:#e89511;
	line-height:30px;
	text-decoration:none;
}
a:hover,a:active{color:#4bbbea;}

.enca_1{
	font-size:60px;
	color:#4bbbea;
	line-height:55px;
	display:block;
}
.enca_2{
	font-size:52px;
	color:#4bbbea;
	line-height:45px;
	margin-top:40px;
	display:block;
}
.enca_3{
	font-size:32px;
	color:#4bbbea;
	line-height:30px;
	margin-top:30px;
	display:block;
}
.enca_4{
	font-size:26px;
	color:#4bbbea;
	line-height:26px;
	margin-top:26px;
	display:block;
}










