body {
    margin: 0;
    background: #dce1e4 url('images/back_body.jpg') no-repeat top left;
    font-size: 12px;
    line-height: 16px;
    font-family: Helvetica, Arial, sans-serif;
    color: #444;
}

.wrapper {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

#wrapper_footer {
    width: 860px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

#wrapper_text {
    width: 840px;
    margin: 10px auto 20px auto;
    display: block;
    line-height: 18px;
}

.wrapper_inside {
    width: 790px;
    margin: 0 auto 0 auto;
    display: block;
}

.wrapper_header {
    width: 780px;
    margin: 0 auto 0 auto;
    display: block;
}

#disqus_thread {
    width: 800px;
    margin: 10px auto 0 auto;
}

#game {
    width: 840px;
    margin: 20px auto 20px auto;
    display: block;
    text-align:center;
}

#graphic {
    width: 840px;
    margin: 20px auto 10px auto;
    display: block;
    text-align:center;
}

#graphic img {
    margin: 0 auto 20px 0;
    border: none;
}

div#strip_footer {
    margin-top: 0;
    float: left;
    width: 100%;
    background: #3d3f48 url('images/back_footer_x.jpg') repeat-x top;
}

div#footer{
    float: left;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    background: url('images/back_footer.jpg') no-repeat top center;
    color: #fff;
}

#footer p {
    margin: 0px;
    padding: 0px;
}

div#footer a{
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}

div#footer a:hover{
    text-decoration: none;
    color: #fff;
}

div#footer h1.nosotros span {
    display: none;
}

.col_1{
    margin-left: 20px;
    width: 260px;
    margin-right: 20px;
    float: left;
}

.col_2{
    width: 260px;
    margin-right: 20px;
    float: left;
}

.col_3{
    width: 280px;
    float: left;
    text-align: right;
}

/*****************************************************/
/* RESETTERS AND GLOBAL SETTINGS */
/***************************************************/
.gameBox {
    width: 640px;
    height: 100px;
    margin: 10px auto 0 auto;
}

.gameBoxText {
    width: 540px;
    text-align: right;
}

.gameBoxText a:hover {
    font-weight: bold;
    color: #444;
    text-decoration: none;
}

h1, h2, h3, h4 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #333;
    font-weight: bold;
    text-shadow: 0 1px 0 #FFFFFF;
}

h1 {
    font-size: 22px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 120%;
}

h2, h2 a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
}

.wufoo .info h2 {
    font-weight: bold;
    font-size: 22px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 120%;
    color: #333;
    text-decoration: none;
}

h3, h3 a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #666;
    text-decoration: none;
    text-transform: uppercase;
}

small {
    margin: 0;
    color: #444;
    font-size: 11px;
}

a {
    font-weight: normal;
    color: #333;
    text-decoration: underline;
}

a:hover {
    color: #333;
    text-decoration: underline;
}

a img {
    border: none;
}

p.bold {
    font-weight: bold;
}

img.left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.center {
    margin: 10px auto 10px auto;
    border: none;
}

img.right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

img.margin_top {
    float: left;
    margin-top: 30px;
}

/*****************************************************/
/* LAYOUT */
/***************************************************/
#header {
    float: left;
    width: 900px;
    padding-top: 12px;
    height: 132px;
}

#logo {
    display:inline;
    width: 120px;
    clear: none;
    position: absolute;
    left: 180px;
    clear: both;
}

#menu {
    float: right;
    width: 480px;
    font-size: 11px;
    padding-top: 10px;
    display:inline;
}

#logo h1 a {
    display: block;
    width: 120px;
    height: 120px;
    background: url('images/logo.png') no-repeat;
}

#menu .nav {
    list-style: none;
    padding: 0px;
    margin: 0;
    margin-top: 6px;
}

#menu .nav li{
    float: left;
    margin: 0;
    margin-left: 10px;
    padding: 0;
}

/*#menu .nav li a {
    float: left;
    margin: 0;
    padding: 0px;
}

*/
#menu .nav li a span {
    display: none;
}

#search {
    float: right;
    margin: 20px 30px 0 0;
}

/*****************************************************/
/* Buttons */
/***************************************************/
#searchBut {
    cursor: pointer;
    height: 28px;
    overflow: hidden;
    float: right;
    margin-left: 3px;
}

#searchBut:hover input {
    margin-top: -28px;
}

/******HOME*******/
li#home_button a {
    width: 64px;
    height: 28px;
    display: block;
    background: url('images/home_up.png') no-repeat;
}

li#home_button a:hover {
    width: 64px;
    height: 28px;
    display: block;
    background: url('images/home_down.png') no-repeat;
}

/******ABOUT*******/
li#about_button a {
    width: 64px;
    height: 28px;
    display: block;
    background: url('images/about_up.png') no-repeat;
}

li#about_button a:hover {
    width: 64px;
    height: 28px;
    display: block;
    background: url('images/about_down.png') no-repeat;
}

/******WORK*******/
li#work_button a {
    width: 64px;
    height: 28px;
    display: block;
    background: url('images/work_up.png') no-repeat;
}

li#work_button a:hover {
    width: 64px;
    height: 28px;
    display: block;
    background: url('images/work_down.png') no-repeat;
}

/******BLOG*******/
li#blog_button a {
    width: 64px;
    height: 28px;
    display: block;
    background: url('images/blog_up.png') no-repeat;
}

li#blog_button a:hover {
    width: 64px;
    height: 28px;
    display: block;
    background: url('images/blog_down.png') no-repeat;
}

/******CONTACT*******/
li#contact_button a {
    width: 64px;
    height: 28px;
    display: block;
    background: url('images/contact_up.png') no-repeat;
}

li#contact_button a:hover {
    width: 64px;
    height: 28px;
    display: block;
    background: url('images/contact_down.png') no-repeat;
}

/******SHARE*******/
li#share_button a {
    width: 64px;
    height: 28px;
    display: block;
    background: url('images/share_up.png') no-repeat;
}

li#share_button a:hover {
    width: 64px;
    height: 28px;
    display: block;
    background: url('images/share_down.png') no-repeat;
}

/*****************************************************/
/* News Carousel */
/***************************************************/
#news_carousel {
    color: #000;
    width: 800px;
    height: 400px;
    margin: 0 auto 0 auto;
    padding: 0;
    overflow: hidden;
    /* this will make only show 1 li */
 position: relative;
    background: #333;
    margin-top: 20px;
}

#news_carousel ul.news {
    list-style-type: none;
    line-height: 16px;
    margin: 0;
    padding: 0;
    position: relative;
}

#news_carousel ul li {
    margin: 0;
    padding: 0;
    position: relative;
    /* so that we can do absolute positioning of the paragraph inside of it */
 float: left;
    /* align one next to the other */
 font-size: 14px;
    color: #000;
}

#news_carousel ul.news li p {
    text-align: center;
    position: absolute;
    bottom: 16px;
    display: block;
    padding: 10px;
    margin: 0;
    font-size: 12px;
    color: #fff;
    width: 780px;
}

#news_carousel ul.news li p strong{
    font-size: 14px;
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

#news_carousel ul.news li p span{
    font-size: 12px;
}

#news_carousel ul.controls {
    line-height: 16px;
    position: absolute;
    top: 5px;
    right: 20px;
    list-style-type: none;
}

#news_carousel ul.controls li a {
    float: left;
    color: #fff;
    font-size: 14px;
    margin: 3px;
    padding: 4px 6px;
    background: #222;
    text-decoration: none;
    outline: none;
}

#news_carousel ul.controls li a.active {
    border: 1px solid #ccc;
    margin: 2px;
}

.twitter {
    margin-left: 30px;
    margin-top: 10px;
    padding-top: 24px;
    border-top: 1px solid #bdc1c7;
    height: 130px;
    position: relative;
}

.twitter h2 {
    margin-bottom: 10px;
}

.twitter img {
    margin-top: -36px;
}

.twitter p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}

.reel {
    margin-top: 10px;
    padding-top: 24px;
    border-top: 1px solid #bdc1c7;
    height: 130px;
    position: relative;
}

.reel h2 {
    margin-bottom: 10px;
}

.reel img {
    margin-top: -38px;
}

.bottom_line {
    margin-top: 10px;
    padding-top: 24px;
    border-top: 1px solid #bdc1c7;
    height: 130px;
    position: relative;
    text-align: left;
}

.bottom_line h2 {
    margin-bottom: 10px;
}

.bottom_line img {
    margin-top: -38px;
}

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
    background:#f3f3f3;
    width: 720px;
    border:1px solid #666;
    border-top: none;
    margin: -10px auto 20px auto;
}

/* accordion header */
#accordion h2 {
    background:#fff url(images/h30.png);
    margin:0;
    text-shadow: 0 1px 0 #fff;
    padding: 5px 15px;
    font-size:16px;
    font-weight:bold;
    border:1px solid #fff;
    border-top:1px solid #666;
    border-bottom:1px solid #fff;
    cursor:pointer;
    color: #222;
}

/* currently active header */
#accordion h2.current {
    cursor:default;
}

/* accordion pane */
#accordion div.pane {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    display:none;
    padding: 10px 20px 0 20px;
    height:300px;
    color:#222;
    font-size:12px;
}

/* a title inside pane */
#accordion div.pane h3 {
    margin:0 0 -5px 0;
    color: #222;
    font-size:16px;
}

#accordion div.pane a {
    color: #222;
}

#accordion div.pane a:hover {
    color: #444;
}

img {
    border: none;
}

ul.gallery {
    width: 738px;
    list-style: none;
    margin: 0 auto 20px auto;
    padding: 0;
}

ul.gallery li {
    float: left;
    margin: 10px 20px 10px 10px;
    padding: 0;
    text-align: center;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline;
}

ul.gallery li a.thumb {
    width: 200px;
    height: 200px;
    padding: 5px;
    background-color: #ddd;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

ul.gallery li span {
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: block;
}

ul.gallery li a.thumb:hover {
    background: #333;
}

ul.gallery li h2{
    margin: 0;
    padding: 10px;
    background: #f0f0f0;
    border-top: 1px solid #fff;
    display: block;
}

ul.gallery li h2 a{
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: #666;
    display: block;
}

ul.gallery li a {
    text-decoration: none;
    color: #666;
    display: block;
}

#download {
    text-align: center;
    width: 250px;
    margin: 10px auto;
}

#download a{
    vertical-align: middle;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #F5F5F5;
}

#download span {
    margin-left: 20px;
}

#download a:hover{
    color:#555;
}

#download img{
    margin-right: 4px;
    position:absolute;
    margin-top: 1px;
}
