body {
    background : none rgb(237, 237, 237)!important;
}

#content{
    background-color: rgb(255, 255, 255) !important;
    padding-top: 10px;
}


.container_16 { width: 1020px !important; }

.container_16 .grid_4 { width: 235px !important; }

.container_16 .grid_8 { width: 490px !important; }

#sidebar1 {
    width: 330px !important;
}

#content-main{
    width: 660px !important;
    margin-right : 0;
}

#header{
    background-color: white;
    height: 120px !important;
}

#header .span4 {
    margin-left: 2px;
    padding-top: 2em;
    width: auto;
}

#header .span4 h1{
    font-size: 40px;
    line-height : 40px;
}

#header .span4 p{
    font-family: "Comic Sans MS";
    font-size: 18px;
}

.header-img{
    position: static;
    margin-left: 0;
}

#nav, #nav ul{
    margin-left:0 ;
}

#secondary-menu-wrap{
    background-color: rgb(118,166,7) !important;
    border-top : none !important;
}

.have-secondary-menu #header-menu-wrap{
    border-bottom: none !important;
}
#secondary-menu > li{
    margin: 0 !important;
    min-width: 80px;
    text-align: center;
}

#secondary-menu .current-menu-item{
    background-color: rgba(118,166,7,0.6) !important;
}

#secondary-menu > li > a{
    color : white !important;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    border-right: solid 1px white ;
    text-decoration: none;
    margin: 4px 0;
}

#secondary-menu > li:hover{
    background-color: rgba(118,166,7,0.6) !important;
}

#secondary-menu .sub-menu,#secondary-menu .sub-menu li, #secondary-menu .sub-menu >li >a  {
    background: none #A2C93F !important;
}

#secondary-menu .sub-menu > li,#secondary-menu .sub-menu > li a{
    width: 100%;
    text-align: left;
}

#secondary-menu .sub-menu > li a:hover{
    background-color: rgba(118,166,7,0.9) !important;
}

.section{
    padding: 10px 15px
}

.section .recent-posts .recent-item{
    padding: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background-color: rgba(118,166,7,0.5);
}

.section .section-title{
    background: none repeat scroll 0 0 #A2C93F;
    border-bottom: 1px solid;
    color: #FFFFFF;
    font-size: 18px;
    padding: 6px 0 5px 50px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 0 50px;
    position: relative;
    width: 614px;
}

.section .section-title a{
    color : white;
}

.section .recent-posts .span3{
    margin-left: 1%;
}
.section .section-title span{
    background: none repeat scroll 0 0 #A2C93F;
    border: 6px solid #FFFFFF;
    border-radius: 50%;
    height: 48px;
    left: -12px;
    position: absolute;
    top: -5px;
    width: 48px;
}


.section-orange .section-title,.section-orange .section-title span{
    background: none repeat scroll 0 0 orange;
}

.section-orange .recent-posts p{
    border-color: orange;
}


.section-orange .recent-posts .recent-item{
    background-color: rgba(255,165,0,0.7);
}

.section-blue .section-title,.section-blue .section-title span{
    background-color: rgb(23,140,176);
}

.section-blue .recent-posts p{
    border-color: rgb(23,140,176);
}

.section-blue .recent-posts .recent-item{
    background-color: rgba(23,140,176,0.7);
}


.section-tomato .section-title,.section-tomato .section-title span{
    background-color: rgb(189,0,0);
}

.section-tomato .recent-posts p{
    border-color:rgb(189,0,0);

}

.section-tomato .recent-posts .recent-item{
    background-color:  rgba(189,0,0,0.8);
}


.recent-posts{
    text-align: center;
    margin-bottom: 1em;

}

.recent-posts img{
    height: 100px;
    width: 150px;
}

.recent-posts p{
    border-top: 4px rgb(118,166,7) solid;
    padding: 4px;
    color: white;
    cursor: pointer;
    font-size: 12px;
    height: 64px;
}

.recent-posts p:hover{
    background-color: rgba(118,166,7,0.6);
}


.post{
    padding-top: 6px !important;
}

.post .row-fluid{
    margin-bottom: 0.3em;
}

.post .span3 img{
    margin: 5px;
    max-height: 120px;
    width: 90%;
    border-radius : 3px;
}

.post .span9 h4{
    margin-bottom: 0.4em;

}

.post .span9 h4 a{
    color: #2C2B2B;
}

.post .span9 p>a{
    color: darkgreen;
    font-weight: bold;
}


#myCarousel{
    width: 120px;
    height: 120px;

}


#myCarousel  .post{
    border-bottom: none;
    height: 100%;
}


.btnTop{
    background-color: orange;
    color : white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.7);
    padding: 0.7em 1.5em;
    position: fixed;
    border : none;
    bottom : 10px; right: 15px;
    z-index: 1000;
    font-size: 14px;
}

.btnTop a{
    color : white;
}


/*
#search{
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    height: 29px;
    margin: 5px 15px;
    position: relative;
    font-size: 13px;
    background-color: white;
    top: 75px;
}

#search input{
    border: medium none;
    font-size: 14px;
    margin: 0;
    outline: medium none;
    padding-left: 8px;
    width: 165px;
}

#search input:focus{
    border: none;
    box-shadow: none;
}

#search button{
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    cursor: pointer;
    float: right;
    margin: 4px 8px 0 0;
    padding: 0;
}

#search-4{
    margin-bottom: 5px;
}*/
#blog_subscription-3 p{
    margin-bottom: 2px;
}
#blog_subscription-3 #subscribe-text{
    font-size: 16px;
    font-weight: bold;
}

#subscribe-field {
    height: 29px;
    font-size: 13px;
}

#subscribe-submit input[type="submit"]{
    height: 29px;
    margin-top: 2px;
}


#otros-juegos{
    color :  rgb(118,166,7);
    border :1px solid #A2C93F;
    border-radius: 5px;
    padding : 0 0 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    margin: 0;
    text-align: center;
}

#otros-juegos h4{
    background-color: #FFFFFF;
    position: relative;
    top: -12px;
    display: inline-block
}

#otros-juegos img{
    padding: 0.2em;
    width: 125px;
    cursor: pointer;
}

#my-slide{
    /*  height: 250px;   margin-bottom: 10px;*/
    width: 640px;
    background-color:white;
    /*background-color:#F0F0DC;*/
    float: left;
    position: relative;
    margin-right: 10px;

}

#my-slide .span4{
    padding: 0 0.2em;
}

#my-slide p{
    border-bottom: 1px dotted #C0C0C0;
    cursor: pointer;
    font-family: "comic sans ms";
    font-size: 13px;
    min-height: 40px;
    padding: 8px 5px;
    border-right: 16px solid transparent;
}

#my-slide p>a{
    color: #505050;
}

#my-slide .selected{
    border-right: 16px solid rgb(118,166,7);
    font-weight: bolder;
}
#my-slide .span8{
    margin-left: 0;
}

#my-slide .span8 img{
    position: absolute;
    width: 430px;
    height: 100%;
    /*height: 240px;
    margin-top: 5px;*/
}

.btn-success{
    background: none repeat scroll 0 0 rgb(118,166,7);
}
#recent{
    background-color:rgb(230,230,180);
    border-radius: 10px;
}

#recent .post{
    background-color: transparent;
    border : none;
}


#recent .post p{
    border-top : none;
}

#recent h3{
    border-radius: 0;
    font-size: 14px;
    padding: 5px;
    border-bottom: none;
    text-align: center;

}


#recent .span3 p{
    color : rgb(80,80,100);
}


#recent .recent-posts p:hover{
    background-color:rgb(230,230,180);
    text-decoration: underline;
}

#recent .span3 img{
    border: 1px solid rgb(180,180,220);
    width: 98%;
}
#sub-head{
    background-color: white;
}

#sub-head table td,#sub-head table tr{
    border: none;
    /*border-bottom: 1px solid #E6E6E6;*/
    /*background-color: white;*/
    vertical-align: top;
}

#blog_subscription-3{
    /* border : 1px solid #A2C93F;
     background-color: white;
    /* background-color: #A2C93F;*/
    padding: 10px;
    border-radius: 6px;
    /* color : rgb(250,250,250);
     text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);*/
}

#blog_subscription-3 #subscribe-email input{
    margin: 0 0 4px;
    height: 24px;
    width: 98%;
    border : 1px solid #A2C93F;
}

#blog_subscription-3 #subscribe-text{
    font-size: 14px !important;

}

#subscribe-email input:focus{
    box-shadow: none;
}

#top-posts-2{
    /* background-color:rgb(230,230,180);*/
    background-color: rgba(23,140,176,0.7);
    border-radius: 6px;
    margin-left: 10px;
    padding: 5px 12px
}

#top-posts-2 li{
    margin-bottom : 2px;
    border: none;
}
#top-posts-2 h3{
    /*background:none rgb(230,230,180);*/
    background-color:rgb(119,181,4);
    text-align: center;
    margin :0;
    text-shadow: none;
    font-weight: bold;
}
#top-posts-2 li a{
    color : #000000;
}

#top-posts-2 h3{
    /*color : rgb(80,80,100);*/
}

#top-posts-2 .widgets-list-layout-links{
    width: 80%;
}


#game-result  {
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    padding: 0;
    position: absolute;
    text-align: left;
    z-index: 2;
    width: 260px;
}

#game-result p{
    padding: 3px 10px;
}

#game-result>div{
    margin: 0 5px;
}


#wrapper-game #game-result a{
    color: #333333;
    font-weight: bold;
}



#game-result a:hover{
    font-weight: bold;
    cursor: pointer;

}


#game-result img{
    height: 120px;
    margin-right: 7px;
}

#wrapper-slider{
    width: 980px;
    margin: 2em auto;
}

#wrapper-slider #publi-slider{
    float: right;
    height: 250px;
    width: 300px;
}


#facebooklikebox-2{
    padding: 0 !important;
}

#top-posts-2{
    padding: 5px 8px 5px 5px !important;
    margin: 0 !important;
}

.sidebar div.sidebar-wrap {
    margin-bottom: 10px !important;
}


#sidebar_bottom .textwidget{
    margin: 0 auto;
    width: 728px;
}

@-moz-document url-prefix() {
    .section .section-title{
        width: 614px;
    }

    .section .section-title span{
        height: 58px;
        width: 58px;
    }

    #search input{
        /*height: 25px;
        padding-top: 6px;
        width: 180px;*/
    }
}

/* estilos comunes para todas las paginas */


#sidebar_bottom .textwidget{
    margin: 0 auto;
    width: 728px;
}


#header{
    background-color: white;
    height: 120px !important;
}

#header .span4 {
    margin-left: 2px;
    padding-top: 2em;
    width: auto;
    line-height: 40px;
}

#header .span4 h1{
    font-size: 40px;
    line-height : 20px;
}

#header .span4 p{
    font-family: "Comic Sans MS";
    font-size: 18px;
}


#search{
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    height: 29px;
    /* margin: 5px 15px;*/
    position: relative;
    font-size: 13px;
    background-color: white;
    top: 75px;
}

#search input{
    border: medium none;
    font-size: 14px;
    margin: 0;
    outline: medium none;
    width: 200px;
    box-shadow: none;
    height: 24px;
    padding: 3px 0 0 8px;
}

#search input:focus{
    border: none;
    box-shadow: none;
}

#search button{
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    cursor: pointer;
    float: right;
    margin: 4px 8px 0 0;
    padding: 0;
}

#search-4{
    margin-bottom: 5px;
}

#searchform input[type='submit']{
    background: white url('../img/search_icon_001.png') no-repeat center center;
    width: 20px;
    height : 20px;
}

#secondary-menu-wrap{
    background-color: rgb(118,166,7) !important;
    border-top : none !important;
}

.have-secondary-menu #header-menu-wrap{
    border-bottom: none !important;
}
#secondary-menu > li{
    margin: 0 !important;
    min-width: 80px;
    text-align: center;
}

#secondary-menu .current-menu-item{
    background-color: rgba(118,166,7,0.6) !important;
}

#secondary-menu > li > a{
    color : white !important;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    border-right: solid 1px white ;
    margin: 4px 0;
}

#secondary-menu > li:hover{
    background-color: rgba(118,166,7,0.6) !important;
}

#secondary-menu .sub-menu,#secondary-menu .sub-menu li, #secondary-menu .sub-menu >li >a  {
    background: none #A2C93F !important;
}

#secondary-menu .sub-menu > li,#secondary-menu .sub-menu > li a{
    width: 100%;
    text-align: left;
}

#secondary-menu .sub-menu > li a:hover{
    background-color: rgba(118,166,7,0.9) !important;
}

#juego-container {
    text-align: center;
    margin: 0 0 10px 6px !important;
}

#game-top{
    text-align: center;
}

.contiene-accion {
    margin: 0 auto;
}

#boton_ayuda{
    padding-top: 0;
}


#otros-juegos{
    width: 90%;
    margin: 0 auto;
}

#game-description,#subcontent-description{
    float:left;
    width:520px;
    display:inline-block;
    margin: 0 20px;
    line-height: 1.63;
}

#game-description h1,#subcontent-description h1{
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}

#game-description p,#subcontent-description p{
    color:black;
    font-size : 12px;
    margin-top : 8px;
}

#bottom{
    text-align: center;
    margin: 0 1em 1em;
}

#my-slide {
    min-height: 255px;
}

#subcontent{
    margin: 2em auto;
    width: 980px;
}

#subcontent .roba-left{
    float:left;
    width:300px;
    min-height: 250px;
}

.roba-right{
    display:inline-block;
    float:left;
    width:300px;
    min-height: 250px;
}

#otros-juegos>div{
    width: 92%;
    margin : 2px auto;
}

#top{
    width: 980px;
    margin: 0 auto;
}

/*estilos del footer */

.clear { clear: both; }

#general-footer-container { background-color: rgb(180, 181, 182); }

#general-footer-container a { text-decoration: none; }

#general-footer-container div ul li, #general-footer-container div ul li.columns-links-body a, #general-footer-container div p, #general-footer-container div#general-footer-bottom p a { color: rgb(26, 84, 108); }

div#general-footer-top div#general-footer-top-wrapper { position: relative; left: 25%; width: 50%; }

#general-footer-container a:hover { text-decoration: underline; }

#general-footer-top h4 { float: left; margin: 5px 0px 0px 5px; padding: 10px 5px 5px; color: rgb(255, 255, 255); }

#general-footer-social-icons, #general-footer-social-icons li { padding: 0px; margin: 5px 5px 0px 0px; float: right; }

#general-footer-social-icons li { float: left; margin-left: 5px; list-style-type: none; }

#general-footer-social-icons li a img { border: medium none; }

.bb { border-bottom: 1px solid rgb(255, 255, 255); }

#general-footer-container div#general-footer-middle {  }

#general-footer-container div#general-footer-middle #columns-links-wrapper { margin-left: auto; margin-right: auto; width: 80%; }

#general-footer-container div#general-footer-middle ul.columns-links { float: left; width: 15%; padding: 0px 0px 0px 5%; margin: 10px auto; text-align: left; display: inline-block; }

#general-footer-container div#general-footer-middle ul.columns-links li { list-style-type: none; margin: 0px; padding: 0px; display: block; }

#general-footer-container div#general-footer-middle ul.columns-links li.columns-links-header { font-weight: bold; }

#general-footer-container div#general-footer-middle ul li a { font-size: 0.9em; }

#general-footer-container div#general-footer-bottom div.links-pipe, #general-footer-container div#general-footer-bottom div.middle-text, #general-footer-container div#general-footer-bottom div.bottom-text { text-align: center; font-size: 0.8em; }

#general-footer-container div#general-footer-bottom div p#copy-right { float: right; margin: 5px 30px 5px 5px; }

#general-footer-container div#general-footer-bottom div p#copy-right { color: rgb(68, 68, 68); }

#general-footer-bottom { padding-top: 10px; }