/* override bootstrap styles */
@import url('http://fonts.googleapis.com/css?family=Oswald:300,400:latin,latin-ext');

.navbar-form input, .form-inline input {
  width:auto;
}

body {
  /*padding-top:50px;*/
  color:#FF1919;
  background-color:#3391C5;
  font-family: 'Quicksand', sans-serif;
}
.descmid{
  width: 50%;
  margin-left: auto ;
  margin-right: auto ;
  font-size: 15px;
  text-align: center;
}
.botonRedondo{
    border: 4px dotted;
/*    font-size: 31px;
*/    border-radius: 25px;
    width:250px;
    background-color:red;
    color:#fff203;
    border-color: #3391C5;
      margin-left: auto ;
  margin-right: auto ;
  margin-top: -30px;
  text-align: center;
  cursor:pointer;
}
.botonRedondo2{
    border: 4px dotted;
/*    font-size: 31px;
*/    border-radius: 25px;
    width:150px;
    background-color:red;
    color:#fff203;
    border-color: #3391C5;
      margin-left: auto ;
  margin-right: auto ;
/*  margin-top: -30px;
*/  text-align: center;
  cursor:pointer;
}

.dotedDiv{
  border: 4px dotted;
  border-color: #3391C5;
}
#gamediv{
  background-color:white;
  width: 100%;
  height: 500px;
}
#gamediv2{
  background-color:#fff203;
  width: 100%;
  height: 100%;
  /*margin-left: 2%;*/
  border: 4px dotted;
  border-color: #3391C5;
}
#gamediv3{
  background-color:white;
  width: 80%;
  height: 70%;
  margin-top: 20px;
  /*margin-left: 2%;*/
  border: 4px dotted;
  border-color: #3391C5;/*#fff203;*/
  margin-left: auto ;
  margin-right: auto ;
  vertical-align: middle;
  overflow: hidden;
}
#contdiv{
   background-color:#fff203;
  background-color:white;
  width: 90%;
  height: 90%;
  margin-top: 2%;
  margin-left: 5%;
  border: 4px dotted;
  border-color: #3391C5;/*#fff203;*/
  margin-left: auto ;
  margin-right: auto ;
  vertical-align: middle;
}
.gamedivimg{
  height: 70%;
  width: auto;
margin-left: auto;
margin-right: auto;
display: block;
}
.innerMenuTd{
  text-align: center;
  font-size: medium;
  font-family: 'Quicksand', sans-serif;
}
.panelP{
display: block;
margin-left: auto;
margin-right: auto;
margin-top: -4%;
}
.barbedfoot{
  position: absolute;
  bottom: 0px;
  background-color: currentcolor;
  width:100%;
}
.menugallery{
  padding: 0px !important;
    height: 100px;
background-color: #3391C5;

}
#innerMenu{
  height: 57px;
  background-color: #fff203;
  width:100%;
}
h1,h2,h3,.highlight,.navbar a,#masthead h4 {
  font-family: 'Quicksand', sans-serif;
}

footer {

  margin-top:40px;
  padding-top:40px;
  padding-bottom:40px;
  background-color:#cecece;
 
}


#masthead {
  height: 122px;
  background-color:#E4261E;
  color:#aaaacc;
}

#masthead h1 {
  font-size: 55px;
  line-height: 1;
  color:#fefeff;
  margin-top:50px;
}

#masthead .well {
  margin-top:31px;
  background-color:#111166;
  border-color:#000022;
  color:#efefff;
  min-height:127px;
}

#topPanel {
  padding-top:0px;
  padding-left:22px;
  padding-right:22px;
}
#topPanel .panel-body {
  padding-top:0px;
}

.navbar.affix {
  position:fixed;
  top:0;
  width:100%;
}

.top-spacer {
  background-color:#ffffff;
  height:40px;
}

a,a:hover {
  color:#E4261E;
  text-decoration:none;
}

.icon-bar {
  background-color:#fff;
}

@media screen and (min-width: 768px) {
  #masthead h1 {
    font-size: 80px;
  }
}

.navbar-bright {
  background-color:#111166;
  color:#fff;
  margin-bottom: 0;
  border-width: 0;
}

.navbar-bright a, .navbar-bright .navbar-brand, #masthead h4 {
  color:#ccccdd;
  font-size:14px;
  text-transform: uppercase;
  letter-spacing:.08em;
}

.navbar-bright li > a:hover {
  background-color:#000044;
}

.dropdown-menu {
  min-width: 250px;
}

.caret {
  color:#fff;
}

.navbar-toggle {
  color:#fff;
  border-width:0;
}

.navbar-toggle:hover {
  background-color:#fff;
}

.panel {
  border-color:transparent;
  border-radius:0;
  font-size: 0.75em;
}

.thumbnail {
  margin-bottom:8px;
}

.img-container {
  overflow:hidden;
  height:170px;
}

.img-container img {
  min-width:280px;
  min-height:180px;
  max-width:380px;
  max-height:280px;
}

.txt-container {
  overflow:hidden;
  height:100px;
}

.panel .lead {
  overflow:hidden;
  height:90px;
}

.label-float{
  margin:0 auto;
  position: absolute;
  top: 0;
  z-index: 1;
  width:100%;
  opacity:.9;
  padding:6px;
  color:#fff;
}
.sliderimg{
  height: 50%;
}
.barbedfoot{
    background-image: url("../img/barbed.png");
    background-size: cover;
    background-color: #3391C5;
}
    
.btn-twitter {background-color:#4099FF;color:#fff;}
.btn-facebook {background-color:#3B5998;color:#fff;}
.btn-google-plus {background-color:#d34836;color:#fff;}

.btn-twitter:hover {background-color:#3088FF;color:#62BBFF;}
.btn-facebook:hover {background-color:#2A4998;color:#4C6BBA;}
.btn-google-plus:hover {background-color:#C23836;color:#E45A58;}


.descriptiondiv{

}
