@charset "utf-8";


body {
      width:100%;
      background : black;
      font-size : 0.85rem;
}

* {
    margin: 0;
    padding: 0;
}

a {
  color: white;
}

p {
  color: white;
}

section {
  width: 90%;
  padding: 1rem;
  margin: 0 auto;
}

section img {
    display: block;
    width: 60%;
     margin: 0 auto;
}

section a {
    color: #CCB064;
}

article {
  display: inline-block;
  width: 24%;
  background-color: #163e0b;
  margin: 0.1rem;
}

article a {
  display: block;
  text-align: center;
  padding: 1rem;
  
}

.color1, .color2{
  font-size: 3rem;
    text-align:center;     
  color: #CCB064;
}
  
header {
	width: 100%;
}

header nav {
	width: 90%;
	max-width: 1000px;
	margin: 20px auto;
	background: #163e0b;
}
.menu_bar {
	display:none;
}

header nav ul {
	overflow: hidden;
	list-style: none;
}

header nav ul li {
	float: left;
}

header nav ul li a {
	/*color: #fff;*/
  color: #CCB064;
	padding:0.3rem;
	display:block;
	text-decoration: none;
}


header nav ul li span {
	margin-right: 10px;
}

header nav ul li a:hover {
    background: #698C5F;
}

 header nav ul li a.construccion {
  color: black;
 }

header nav ul li a.construccion:hover {
  background: black;
 }


#footer{
  display: block;
  width: 45%; 
  margin:0 auto;
  clear: both;
  background-color: #163e0b;
}

#footer p {
  text-align: center;
  color: #CCB064;
}

#footer a {
  color: #CCB064;
}


/*  articulo normal*/

.estilo_texto_articulo p {
    line-height: 130%;
    font-size: 1.2em;
    font-family:'Times New Roman','serif';
    text-align: left;    
    color: #CCB064;
}


.estilo_texto_articulo_z_e p {
    line-height: 130%;
    font-size: 1.6em;
    font-family:'Times New Roman','serif';
    text-align: left;    
    color: #CCB064;
}

.estilo_texto_articulo h1 {
	  text-decoration:underline;
	   font-family:'Times New Roman','serif';
    text-align: left;    
    color: #CCB064;
}

.estilo_texto_articulo_z_e h1 {
  font-size: 2em;
  text-decoration:underline;
  font-family:'Times New Roman','serif';
    text-align: left;    
    color: #CCB064;
}
.tamano_imagen_articulo img{
     display: inline-block;
      width: 33%;
      height: auto;
      margin-top: 1rem;
}

/*  articulo ficha*/


section #article_ficha p{
    text-align: left;
    font-size: 1.2rem;
    font-family:'Times New Roman','cursive';
    color: #CCB064;
}


.img_ficha img {
	display: inline-block;
	max-height: 30rem; 
	width: 32%;
	padding-top: 1.5rem;

}

.lista_participantes {
    padding-left: 2rem; 
}


#hueco{
margin-bottom: 20px;

}

table {
     width: 80%;
      text-align: center;
      margin: 0 auto;
      border: 2px solid #163E0B;
      border-collapse: collapse;
       overflow-x: auto;
       color: #CCB064;
     }

  td {
    padding: 0.5rem;
    border: 3px solid #163E0B;
    width: 20%;
    height: 60px;

  }

  td p {
    font-size: 1em;
    font-family:'Times New Roman','serif';
    color: #CCB064;
    
  }


.enl {
text-decoration: none;
 color: #CCB064;


}

/******************************************************************************/
/* pantalla movil*/
@media screen and (max-width:800px) {


section img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

article {
    width: 45%;
}

header nav {
    width:40%;
    height:80%;
    left:-100%;
    margin:0;
    position: fixed;
  }
  
  header nav ul li {
    display: inline-block;
    float:none;
    border-bottom: 1px solid black;
  }
  
 header nav ul li a {
     padding:0.1rem;
 }
 
.menu_bar {
    display: block;
    width: 100%;
    background: #163e0b;
  
}
    
.menu_bar .bt-menu{
    display: block;
    padding:1rem;
    background: #163e0b;
    color: #CCB064;
    /*color:#fff;*/
    text-decoration:none;
    font-weight: bold;
    font-size:1.5rem;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
  
  .menu_bar span{
    float: right;
    font-size:40px;
  }

/*.bt-menu:hover{
  background: url(imagenes/escudo.png) no-repeat;

}*/
  
  
  
  
.color1, .color2{
   font-size: 1.5rem;
  text-align:center;     
  color: #CCB064;

}

#footer{
      width:100%;  
      clear: both;  
}
   
#estilo_texto_articulo{
    line-height: 130%;
    font-size: 1.2rem;
    font-family:'Times New Roman','serif';
    text-align: left;    
}


.estilo_texto_articulo_z_e p {
    line-height: 130%;
    font-size: 0.9rem;
    font-family:'Times New Roman','serif';
    text-align: left;    
    color: #CCB064;
}


.estilo_texto_articulo_z_e h1 {
  font-size: 1.1rem;
  text-decoration:underline;
  font-family:'Times New Roman','serif';
    text-align: left;    
    color: #CCB064;
}

#estilo_texto_articulo p {
   color: #ffffff;
}  
  
section #article_ficha p{
        font-size: 1rem;
}
  
.img_ficha img {
	display: inline-block;
	width: 49%;
	padding-top: 1.5rem;

}  


table {
      width: 100%;
      text-align: center;
      margin: 0 auto;
      border: 2px solid #163E0B;
      border-collapse: collapse;
      display: block;
      overflow-x: auto;
       font-size: 0.8em;
     }

td p {
    font-size: 1em;
    font-family:'Times New Roman','serif';
    color: #CCB064;
    
  }



}

/*****************************************************************************************/

@media screen and (min-width:0\0) { 
    /* Tus estilos CSS para IE9, IE10, IE11  */
#estilo_texto_articulo p {
  color: red;
}

}

@media \0screen\,screen\9 {
    /* Tus estilos CSS para IE6, IE7, IE8  */
}

@media \0screen { 
    /* Tus estilos CSS para IE8  */
}
@media screen\0 { 
    /* Tus estilos CSS para IE8, IE9, IE10  */
}




