

body{
      background: white;
}


*  {  
      margin-left:2%; 
      margin-right:2%; 
      background: white;    
      font-family: Arial,Verdana;    
}



/* Texto blanco alineado izq */
p        {  
            font-weight:normal; 
            text-align: left;  
            color:#212121;        
}


li       {  font-size:15px; 
            font-weight:400; 
            text-align:left;  
            margin-left:10px; 
            margin-right:10px; 
            font-family:Arial; 
            color:#000000;         
}



.logotipo {
      width: 800px;
      margin:0px;
      display: block;
}




img.decora {
      width: 100%;
      max-width: 600px;
      margin:auto;
      display: block;
      padding: 30px;
      float:left;
}



article {

     padding: 20px;
     margin: auto;
     display: inline;
     width: auto;
  }




nav {
    background: #ccc;
    /*font-family: Arial,Verdana;
    font-weight: bold;
    font-size: 20px;*/
    margin: auto;
    width: auto;
    clear: both;

}

.boton1 {

            font-size: 30px;
            display:inline-table;
            padding:35px;
            height:auto;
            width:auto;
            margin-top:3px;
            vertical-align: text-top;
}

.boton2 {

            font-size: 30px;
            display:inline-table;
            padding:35px;
            height:auto;
            width:auto;
            margin-top:3px;
            vertical-align: text-top;
}



.apk {
    background: #C5CAE9;
    margin: auto;
    padding: 10px;
    clear: both;
    border-radius: 10px ;
}

a[href*=".apk"]:link {
      background: #fff; 
      font-size: 15px;
      color: #212121; 
      border-radius: 0px ;
      padding: 0px;  
      /*padding: 0px;
      text-decoration: none;
      border-radius: 0px 
      clear: both;*/
}


footer {
      background: #fff
}


       /* options with image  para centrar divs dentro de este div*/
        .centrardivs {
            overflow: hidden;
            text-align: center;
            margin: auto;
        }
 
        .centradentrode {
            display:inline-table;
            /*border:10px solid orange;*/
            padding:35px;
            height:auto;
            width:auto;
            margin-top:3px;
            vertical-align: text-top;
        }





@media screen and (max-width: 800px) {

    #header {
        height: auto;
    }


.logotipo {
    width: 600px;
    height: auto;
    width: auto\9; /* ie8 */
}

.decora_1 {
    display: none;
} 
.decora_2 {
    display: block;
} 

#searchform {
    top: 5px;
}

    #main-nav {
        position: static;
    }
    #site-logo {
        margin: 15px 100px 5px 0;
        position: static;
    }
 
    /* site description */
    #site-description {
        margin: 0 0 15px;
        position: static;
        text-align: center;
    }
    #content {
        width: auto;
        float: none;
        margin: 20px 0;
    }
    figure.post-imagen img {
    float: left;
    margin: 5px;
    max-width: 180px;
    }
    #sidebar {
        width: 100%;
        margin: 0;
        float: none;
    }
    #sidebar .widget {
        padding: 3% 4%;
        margin: 0 0 10px;
    }

     .unahistoriadelclub1 {
        width: 95%; 
    }

    .lafotodehoy1 {
        width: 95%; 
    }   
 
}


@media screen and (max-width: 600px) {

.logotipo {
    width: 400px;
    height: auto;
    width: auto\9; /* ie8 */
}
}



@media screen and (max-width: 300px) {

.logotipo {
    width: 200px;
    height: auto;
    width: auto\9; /* ie8 */
}
}





A:link    {  
      color: #fff; 
      background: #07627F;  
      padding: 20px;
      text-decoration: none;
      border-radius: 6px    
}


A:visited  {  
      color: #fff; 
      background: #07627F;  
      padding: 20px;
      text-decoration: none;  
}

A:hover    {  
      color: #000; 
      background: #5AD6FF;
      padding: 20px;
      text-decoration: none; 
}

A:active  {  
      color: #CCC; 
      background: #5AD6FF; 
      padding: 20px;
}






/*
shttp://www.w3schools.com/cssref/default.asp
http://www.materialpalette.com/
*/


/*@media screen and (max-width: 300px) {
    body {
        background-color: lightblue;
    }
}*/



  /* 
    <div class="opciones">
        <div class="opcion">texto 1 con varias lineas</div>
        <div class="opcion">texto 2</div>
        <div class="opcion">texto 3</div>
        <div class="opcion">texto 4</div>
    </div>

       options with image 
        .opciones {
            overflow:hidden;
            text-align: center;
            margin:auto;
            background:red;
        }
 
        .opcion {
            display: inline-table;
            border:10px solid #ccc;
            padding:15px;
            height:100px;
            width:100px;
            margin:3px;
        }
  */
