/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * C#e10613it is left where c#e10613it is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspi#e10613 by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; }

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px #e10613; -webkit-box-shadow: 0px 0px 5px #e10613; box-shadow: 0px 0px 5px #e10613;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #e10613; color:#fff; text-shadow: none; }
::selection { background:#e10613; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


/**
 * Primary styles
 *
 * Author:
 */


/*Text Align*/
.right{text-align:right;float:right;}
.center{text-align:center;}
.left{text-align:left;float:left;}
.text-left{text-align:left;}
.text-right{text-align:right;}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*Horizontal List*/
.hlist li{display:inline; float:left;list-style-type: none;}
.hlist li img{vertical-align:middle;}

.hide{display:none;}
/*colors*/

/*Font Size*/
.font10{font-size:77%;}
.font11{font-size:85%;}
.font12{font-size:93%;}
.font13{font-size:100%;}
.font14{font-size:14px;}
.font18{font-size:138.5%;}
.font21{font-size:161%;}
.font24{font-size:182%;}
.font26{font-size:200%;}
.font28{font-size:216%;}
.font30{font-size:230%;}
.font32{font-size:246.5%;}
.font36{font-size:277%;}
.font48{font-size:369%;}
.font60{font-size:462%;}
.font72{font-size:554%;}
.font96{font-size:678%;}

.uppercase{text-transform: uppercase; letter-spacing: 0.1em; }
.smallcase{font-variant: small-caps;}

/*TypeFaces*/

@font-face { font-family: DejaRip; src: url('DejaWeb.ttf'); }
@font-face { font-family: DejaRip; font-weight: bold; src: url('DejaWeb-Bold.ttf'); }
@font-face { font-family: DejaRip; font-style: italic; src: url('DejaWeb-Italic.ttf'); }
@font-face { font-family: DejaVuSansMono; src: url('DejaVuSansMono.ttf'); }
@font-face { font-family: DejaVuSansMono; font-weight: bold; src: url('DejaVuSansMono-Bold.ttf'); }
@font-face { font-family: DejaVuSansMono; font-style: italic; src: url('DejaVuSansMono-Italic.ttf'); }
@font-face { font-family: LeagueGothic; src: url('League Gothic.otf'); }
@font-face { font-family: Inconsolata; src: url('Inconsolata.otf'); }
@font-face { font-family: saxmono; src: url('saxmono.ttf'); }
@font-face { font-family: NotCourierSans; src: url('NotCourierSans.otf'); }
@font-face { font-family: VeraMono; src: url('VeraMono.ttf'); }
@font-face { font-family: LondonMM; src: url('LondonMM.ttf'); }
@font-face { font-family: FUTURAN; src: url('FUTURAN.ttf'); }
@font-face { font-family: Futura-book; src: url('futurastd-book-webfont.ttf'); }
@font-face { font-family: Beteckna; src: url('Beteckna.ttf'); }
@font-face { font-family: Gothic; src: url('gothic.ttf'); }

.verdana{	font-family: Verdana,Arial,Helvetica,sans-serif;}
.helvetica{font-family:"Helvetica Neue",Helvetica,Verdana,Arial,sans-serif}
.times{font-family: "Times New Roman",Times,serif;}
.georgia{font-family: Georgia,serif;}
.courier{font-family: "Courier new",Courier,monospace;}
.trebuchet{font-family:Trebuchet,sans-serif;}
.lucida{font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif}
.monospace{font-family:Courier,monospace;}

.arialnarrow{font-family:"Arial Narrow",arial,sans-serif;}
.impact{font-family:Impact,sans-serif;}
.dejarip{font-family:"DejaRip",sans-serif;}
.leaguegothic{font-family:"LeagueGothic",sans-serif;}
.Kaffeesatz{font-family:"Yanone Kaffeesatz",sans-serif;font-weight: 400;}
.italic{font-style: italic;}
.bold{font-weight: bold;}
strong{font-weight: bold;}

/*Line-Height*/
.line0_75{line-height:12px;}
.line1{line-height:16px;}
.line1_5{line-height:18px;}
.line2{line-height:32px;}
.line2_5{line-height:40px;}
.line3{line-height:48px;}

/*Borders*/
.dborder-bt{padding-bottom:1em;border-bottom:4px double #ccc;}
.dborder-tp{padding-top:1em;border-top:4px double #ccc;}
/*shadow*/
.shadow{text-shadow: #fff 0px 1px 0px;}

/*margins*/

.mt-s{margin-top:0.5em;}
.mt-m{margin-top:1em;}
.mt-l{margin-top:2em;}
.mt-xl{margin-top:3em;}

.mb-s{margin-bottom:0.5em;}
.mb-m{margin-bottom:1em;}
.mb-l{margin-bottom:2em;}
.ml-s{margin-left:0.5em;}
.ml-m{margin-left:1em;}
.ml-l{margin-left:2em;}
.mr-s{margin-right:0.5em;}
.mr-m{margin-right:1em;}
.mr-l{margin-right:2em;}


/*paddings*/
.pt-s{padding-top:0.5em;}
.pt-m{padding-top:1em;}
.pt-l{padding-top:2em;}
.pb-s{padding-bottom:0.5em;}
.pb-m{padding-bottom:1em;}
.pb-l{padding-bottom:2em;}
.pl-s{padding-left:0.5em;}
.pl-m{padding-left:1em;}
.pl-l{padding-left:2em;}
.pr-s{padding-right:0.5em;}
.pr-m{padding-right:1em;}
.pr-l{padding-right:2em;}
/*colors*/
.red{color:#e10613;}

html{
  background:black;
  background-attachment: fixed;
  background-position: center 100px;
  padding-left:26px;
  background-repeat: no-repeat;
  overflow-x: hidden;

}

.space{
  height:1000px;
}
a{
	color:#e10613;
    text-decoration:none;
	border-bottom:0px solid white;
}
a:visited{
	color:#fff;
    text-decoration:none;
}

a:hover{
	color:#e10613;
    text-decoration:none;
	border-bottom:1px solid #e10613;
}

a img { border: none; }
#parceiros_links a:hover{ border: none; }
#fctuc_gallery a:hover { border: none; }
#fctuc_gallery img{
	margin:0px 3px;
}
menu{
  position: fixed;
  top:43px;
  font-family: "Gothic",Arial, "MS Trebuchet", sans-serif;
  text-transform: uppercase;
  letter-spacing:4px;
  font-size:12px;
  z-index:100;
}
menu ul{
  list-style-type: none;
  margin:0px;
}

menu li{
  line-height:27px;
}

menu a{
  color:#fff ;
  text-decoration: none;
}

menu a:hover, menu a:visited:hover{
  color:#fffff;
  text-decoration: line-through;
	border-bottom:0px solid red;
}

.selected{
  color:#e10613 !important;
  text-decoration: line-through;
  margin-left:5px;
}





#container{
  position:relative;
  font-family: "Courier new",Courier,monospace;
  color:#e9e9e9;
}

#start{

  text-align:center;
  font-family: Helvetica,Arial, "MS Trebuchet", sans-serif;
  text-transform: uppercase;
  letter-spacing:8px;
  font-size:28px;
  font-weight: bold;
}

.temporario{
  text-transform: uppercase;
  letter-spacing:4px;
  font-size:32px;
  margin-top:28px;
  margin-bottom:32px;
  line-height:20px;
  font-family: "Gothic","FUTURAN",Arial, "MS Trebuchet", sans-serif;
  color:#e10613;
}

.price_sidebar{

  font-size:11px;
  margin-top:10px;
  margin-bottom:22px;
}

.price{
  text-transform: uppercase;
  letter-spacing:4px;
  font-size:48px;
  margin-top:28px;
  margin-bottom:32px;
  line-height:20px;
  font-family: "Gothic","FUTURAN",Arial, "MS Trebuchet", sans-serif;
  color:#e10613;
}

.price_list{
	margin-left:40px;
}
.letterspace{
  letter-spacing:5px;
}
#oradores_list{
  list-style-type: none;
  line-height:18px;
  margin:0px;
  font-size:11px;
  font-family: "helvetica",Arial, "MS Trebuchet", sans-serif;
}

#orador_pic{
  padding:4px;
  height:200px;
  background-image: url(../img/seymour.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.parceiro{
  border:0px solid white;
   padding:2px;
  height:90px;

  margin:10px 0px;
  margin-right:12px;
  float:left;
  background:transparent;
}
.parceiro img{
height:90px;
}
.parceiro_small{
  border:0px solid white;
   padding:2px;
  height:40px;

  margin:10px 0px;
  margin-right:12px;
  float:left;
  background:black;
}
.parceiro_small img{
height:40px;
}
.orador_work{

  padding:2px;
  height:55px;
  width:65px;
  margin-bottom:6px;
  margin-right:6px;
  float:left;
  background:black;
}
.orador_desc{
  font-size:11px;
  line-height:18px;

}
.orador_desc a{
  border-bottom:1px solid #e10613;
  color: white;
  text-decoration: none;
}
.orador_desc a:hover{
  border-bottom:0px solid #e10613;
  color: #e10613;
  text-decoration: none;

}


.orador_text{
  margin-top:2em;
  font-size:15px;
  line-height:32px;

}


.link a{
  border:5px solid #e10613;
  padding:4px 8px;
    color:#e10613;
    text-decoration:none;
    font-size:24px;
    letter-spacing:2px;
}

.link a:hover{
  border:5px solid #000;
  padding:4px 8px;
    color:#000;
background:#e10613;
    text-decoration:none;
    letter-spacing:2px;

}

.link{
font-family: "LeagueGothic",Helvetica,Arial, "MS Trebuchet", sans-serif;
text-transform: uppercase;

line-height:56px;
}



#work_01,#work_02,#work_03,#work_04{
  position:absolute;
  top:9400px;

}



#stripe_01,
#stripe_02,
#stripe_03,
#stripe_04,
#stripe_05,
#stripe_06,
#stripe_07,
#stripe_08,
#start_img{
  position:fixed;
  top:100px;
  margin-left:270px;
}



#img_05,#img_06{
  position:fixed;
  top:2260px;

}

#x_rotation{
  position:relative;
  top:4380px;
margin-left:620px;
}

#img_07,#img_08,#img_09,#img_10{
  position:absolute;
  top:0px;
}
#img_07b,#img_08b,#img_09b,#img_10b{
  position:absolute;
-webkit-transform: rotateZ(-90deg);
  top:0px;
}


#img_11,#img_12,#img_13,#img_14{
  position:fixed;
  top:6800px;
margin-left:620px;
}


#img_15,#img_17{
    position:absolute;
  top:8700px;


}

#img_16{
  position:absolute;
  top:8656px;
margin-left:700px;
}

#img_18{
  position:absolute;
  top:8744px;
margin-left:700px;
}

#cube3d{
	-webkit-transform-style: preserve-3d;

}
/*
#img_19{
  position:absolute;
  top:190px;
  margin-left:0px;
  -webkit-transform: rotateX(45deg) rotateZ(45deg);
	background:#e10613;

}
#img_20{
  position:absolute;
  top:260px;
  margin-left:-40px;
  -webkit-transform: rotateX(45deg) rotatey(45deg) rotateZ(-90deg);
  	background:#e10613;

}
#img_21{
  position:absolute;
  top:260px;
  margin-left:40px;

  -webkit-transform: rotatex(45deg) rotatey(-45deg) rotateZ(90deg);
	background:#e10613;
*/

#img_19{
  position:absolute;
  top:105px;
  margin-left:180px;
  -webkit-transform: rotate(-45deg) skew(15deg, 15deg);
  background:#e10613;
  width:200px;
  height:200px;
}

#img_20{
  position:absolute;
  top:260px;
  margin-left:90px;
  -webkit-transform: rotate(15deg) skew(15deg, 15deg);
  background:#e10613;
  width:200px;
  height:200px;
}

#img_21{
  position:absolute;
  top:260px;
  margin-left:270px;
  -webkit-transform: rotate(-15deg) skew(-15deg, -15deg);
  background:#e10613;
  width:200px;
  height:200px;
}



#img_15{
  -webkit-transform: rotate(45deg);
  margin-left:656px;
}
#img_16{
  -webkit-transform: rotate(135deg);

}
#img_17{
  -webkit-transform: rotate(225deg);
  margin-left:744px;
}
#img_18{
  -webkit-transform: rotate(315deg);

}
h1{
  font-family: "Gothic","FUTURAN",Arial, "MS Trebuchet", sans-serif;
  font-size:48px;
    text-decoration:none;
    text-transform: uppercase;
    letter-spacing:6px;
    margin-bottom:30px;
    font-weight: normal;
	color:#fff;
}
h2{
  font-family: "Gothic","FUTURAN",Arial, "MS Trebuchet", sans-serif;
  font-size:18px;
    text-decoration:none;
    text-transform:uppercase;;
    letter-spacing:2px;
	padding-bottom:6px;
	margin-bottom:9px;
	border-bottom:3px double #333;
    font-weight: normal;
	color:#fff;
	line-height:18px;
}
h3{
  font-family: "Gothic","FUTURAN",Arial, "MS Trebuchet", sans-serif;
  font-size:14px;
    text-decoration:none;
    text-transform: capitalize;
    letter-spacing:2px;
    font-weight: normal;
	color:#fff;
	padding-bottom:7px;
	margin-bottom:10px;
	border-bottom:1px double #333;

;
}

li{
  line-height:18px;
margin:0px;
}
ul{
	margin-bottom:18px;
}
#map{
height:300px;
margin:24px 0px;
}
.text{
  font-size:13px;
  line-height:18px;
color:#ccc;
}

.text p{

}
.text12{
	font-size:12px;
	line-height:18px;
}


.text p{
margin-bottom:18px;
}

section{
  height:1200px;

}

#circle {
  position:fixed;
 background-color: #e10613;
 height: 4px;
 -moz-border-radius:2px;
 -webkit-border-radius: 2px;
 width: 4px;
 margin-left:-30px;
}

#x{
  position:fixed;
  top:200px;
}

#x3{
	position:fixed;
	top:13120px;
	margin-left:715px;
}

#x .dash{
position:fixed;
top:11350px;
display:block;
border-bottom:25px solid #e10613;
height: 0px;
width: 200px;
}

.iframe{
	overflow:hidden;
}
#x_manifesto{
	position:fixed;
	top:200px;
	margin-left:500px;
}
#x_workshop{
	position:fixed;
	top:20px;
	margin-left:450px;
}
#x .dash#dash1 {
-moz-transform: rotate(70deg);
-webkit-transform: rotate(70deg);
}

#x .dash#dash2 {
-moz-transform: rotate(-70deg);
-webkit-transform: rotate(-70deg);
}


#x3 .dash#dash5,#x3 .dash#dash7,#x3 .dash#dash9,#x3 .dash#dash11,#x3 .dash#dash13 {
-moz-transform: rotate(60deg);
-webkit-transform: rotate(60deg);
}
#x3 .dash#dash6,#x3 .dash#dash8,#x3 .dash#dash10,#x3 .dash#dash12,#x3 .dash#dash14 {
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
}

#x3 .dash#dash5{
	position:absolute;
	top:200px;
	display:block;
	border-bottom:45px solid #e10613;
	height: 0px;
	width: 100px;

}
#x3 .dash#dash6{
	position:absolute;
	top:200px;
	display:block;
	border-bottom:45px solid #e10613;
	height: 0px;
	width: 100px;

}

#x3 .dash#dash7{
	position:absolute;
	top:125px;
	display:block;
	border-bottom:45px solid #e10613;
	height: 0px;
	width: 80px;
	margin-left:-33px;
}

#x3 .dash#dash8{
	position:absolute;
	top:125px;
	display:block;
	border-bottom:45px solid #e10613;
	height: 0px;
	width: 80px;
	margin-left:53px;
}
#x3 .dash#dash9{
	position:absolute;
	top:275px;
	display:block;
	border-bottom:45px solid #e10613;
	height: 0px;
	width: 80px;
	margin-left:53px;
}

#x3 .dash#dash10{
	position:absolute;
	top:275px;
	display:block;
	border-bottom:45px solid #e10613;
	height: 0px;
	width: 80px;
	margin-left:-33px;
}

#x3 .dash#dash11{
	position:absolute;
	top:58px;
	display:block;
	border-bottom:45px solid #e10613;
	height: 0px;
	width: 80px;
	margin-left:-72px;
}

#x3 .dash#dash12{
	position:absolute;
	top:58px;
	display:block;
	border-bottom:45px solid #e10613;
	height: 0px;
	width: 80px;
	margin-left:92px;
}
#x3 .dash#dash13{
	position:absolute;
	top:343px;
	display:block;
	border-bottom:45px solid #e10613;
	height: 0px;
	width: 80px;
	margin-left:92px;
}

#x3 .dash#dash14{
	position:absolute;
	top:343px;
	display:block;
	border-bottom:45px solid #e10613;
	height: 0px;
	width: 80px;
	margin-left:-72px;
}
#phrase01{
	top:4000px;
	margin-left:600px;
	font-size:48px;
	letter-spacing:15px;

}
#phrase02{
	top:3300px;
	margin-left:250px;
	font-size:18px;
	line-height:36px;
	letter-spacing:5px;
}
#phrase03{
	top:5200px;
	margin-left:500px;
	font-size:14px;
	line-height:36px;
		letter-spacing:5px;
}
#phrase04{
	top:11400px;
	margin-left:200px;
	font-size:18px;
	line-height:48px;
		letter-spacing:5px;
}
#phrase05{
	top:13000px;
	margin-left:200px;
	font-size:13px;
	letter-spacing:5px;
	line-height:24px;
}
#phrase06{
	top:12400px;
	margin-left:460px;
	font-size:18px;
	letter-spacing:5px;
	line-height:36px;
}
#phrase07{
	top:12300px;
	margin-left:500px;
	font-size:24px;
	letter-spacing:5px;
	line-height:48px;
}
#phrase08{
	top:20200px;
	margin-left:20px;
	font-size:48px;
	letter-spacing:5px;
	line-height:96px;
}
#phrase09{
	top:12700px;
	margin-left:600px;
	font-size:14px;
	letter-spacing:5px;
	line-height:48px;
}

#phrase10{
	top:7400px;
	margin-left:200px;
	font-size:11px;
	letter-spacing:5px;
	line-height:36px;
}
#phrase11{
	top:10700px;
	margin-left:800px;
	font-size:13px;
	letter-spacing:5px;
	line-height:36px;
}
#phrase12{
	top:28550px;
	margin-left:400px;
	font-size:18px;
	letter-spacing:5px;
	line-height:36px;
}
#phrase13{
	top:4500px;
	margin-left:100px;
	font-size:18px;
	letter-spacing:5px;
	line-height:36px;
}
#phrase14{
	top:15600px;
	margin-left:100px;
	font-size:13px;
	letter-spacing:5px;
	line-height:36px;
}
#phrase15{
	top:15500px;
	margin-left:550px;
	font-size:18px;
	letter-spacing:5px;
	line-height:36px;
}
#phrase16{
	top:17200px;
	margin-left:700px;
	font-size:18px;
	letter-spacing:5px;
	line-height:36px;
}
#phrase17{
	top:18400px;
	margin-left:500px;
	font-size:36px;
	letter-spacing:5px;
	line-height:36px;
}
#phrase18{
	top:9900px;
	margin-left:800px;
	font-size:24px;
	letter-spacing:5px;
	line-height:36px;
}
#phrase19{
	top:13000px;
	margin-left:100px;
	font-size:14px;
	letter-spacing:5px;
	line-height:36px;
}
#phrase20{
	top:16500px;
	margin-left:200px;
	font-size:14px;
	letter-spacing:5px;
	line-height:36px;
}
#phrase21{
	top:8000px;
	margin-left:800px;
	font-size:12px;
	letter-spacing:5px;
	line-height:24px;
}
#phrase22{
	top:18400px;
	margin-left:800px;
	font-size:18px;
	letter-spacing:5px;
	line-height:36px;
}
#phrase23{
	top:10460px;
	margin-left:100px;
	font-size:13px;
	letter-spacing:5px;
	line-height:36px;
}
.phrase{
	position:fixed;
	text-align:center;
	color:#e9e9e9;
	text-transform:uppercase;
	  font-family: "Gothic",Arial, "MS Trebuchet", sans-serif;
}
#titulo_1{
letter-spacing: 0.6em;
}

/*CONTACTS*/
#contactos dl {

  padding: 18px 0px;
}
#contactos dt {
  float: left;
  clear: left;
  width: 250px;
  text-align: right;
text-transform: uppercase;
letter-spacing: 0.1em;
  color:#e10613;
}
#contactos dt:after {
  content: ":";
}
#contactos dd {
  margin: 0 0 0 260px;
  padding: 0 0 0 0;
}

dl {

  padding: 18px 0px;
}
dt {
  float: left;
  clear: left;
  width: 100px;
  text-align: right;
text-transform: uppercase;
letter-spacing: 0.1em;
  color:#e10613;
}
dt:after {
  content: ":";
}
dd {
  margin: 0 0 0 110px;
  padding: 0 0 0 0;
}

#oradores a ,#programa a{
	color:#fff;
	border-bottom:1px solid #e10613;
}
#oradores a:hover ,#programa a:hover {
	color:#e10613;
	border-bottom:1px solid #e10613;
}
#oradores a:visited  ,#programa a:visited{
	color:#fff;
	border-bottom:1px solid #e10613;
}


#oradores dl {

  padding: 0px 0px;

}

#oradores dt {
  float: left;
  clear: left;
  width: 70px;
  text-align: right;
text-transform: uppercase;
letter-spacing: 0.1em;
  color:#e10613;
	padding-bottom:9px;
}
#oradores dt:after {
  content: "";
}
#oradores dd {
  margin: 0px 0 0 80px;
	padding-bottom:9px;
}

#lols{
	background:red;
}
#programa{
	height:1800px;
}
/* P a y m e n t */
#payment h3{
	margin-bottom:0px;
}
#payment dl {


}
#payment dt {
  float: left;
  clear: left;
  width: 50px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color:#e10613;
}
#payment dt:after {
  content: ":";
}
#payment dd {
  margin: 0 0 0 60px;
  padding: 0 0 0 0;
}

.approval{
	color:red;
	text-transform: uppercase;
	border-bottom:2px solid #333;
	border-top:2px solid #333;
	padding:9px 0px;
	text-align:center;
	letter-spacing:5px;
	margin-top:18px;
}
.approval.ok{
	color:#fff;
	text-transform: uppercase;
	border-bottom:2px solid #333;
	border-top:2px solid #333;
	padding:9px 0px;
	text-align:center;
	letter-spacing:5px;
	margin-top:18px;
}
.notify{
	color:red;
	text-transform: uppercase;
	border-bottom:2px solid #333;
	border-top:2px solid #333;
	padding:9px 0px;
	text-align:center;
	letter-spacing:5px;

}
input[type="submit"]{
margin-top:1em;
}
.inscricao{
	margin-top:36px;
	margin-bottom:18px;
	padding-bottom:27px;
	border-bottom:2px solid #333;
}
input[type="file"]{
		  font-family: monospace;
}
input[type="text"]{
		  font-family: courier, monospace;
		background:black;
		color:#ccc;
		border:none;
		border-bottom:1px solid red;
		font-weight:normal;
}
#notify-container{
		margin:18px 0px;
}
hr{
	border:0px;
	border-bottom:3px double #333;
	margin-top:10px;
	margin-bottom:10px;
}
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(../img/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(../img/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */

.hidden{

}



/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid requi#e10613 HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

