@font-face {
    font-family: 'josefin_sanssemibold';
    src: url('../fonts/Josefin-sans/josefinsans-semibold-webfont.eot');
    src: url('../fonts/Josefin-sans/josefinsans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Josefin-sans/josefinsans-semibold-webfont.woff') format('woff'),
         url('../fonts/Josefin-sans/josefinsans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/Josefin-sans/josefinsans-semibold-webfont.svg#josefin_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
html{
    background: #488e36;
    background: url(../img/pastopelota.jpg) no-repeat left center fixed;
    -webkit-background-size: cover;         
    -moz-background-size: cover;         
    -o-background-size: cover;         
    background-size: cover;
}
body{
    color: #ffff00;
    font-family: 'josefin_sanssemibold', 'Alegreya Sans', Arial, sans-serif; 
    font-size: 18px;    
    overflow-y: scroll; 
}
/*MAQUETACION DE CONTENIDO*/
article.datos{
    background: rgba(0, 0, 0, .4);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5c000000', endColorstr='#5c000000'); /* IE */
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    width: 1170px;
}

/*FIN DE MAQUETACION DE CONTENIDO*/
/* VOLVER, SIGUIENTE Y TITULO*/
article.datos > a.inicio{
    color: #000;
    background: #75AF00;
    float: left;
    margin-left: -40px;     
    padding: 10px;
    position: relative;
    box-shadow: 1px 1px 5px 1px #000;
    -moz-box-shadow: 1px 1px 5px 1px #000;
    -webkit-box-shadow: 1px 1px 5px 1px #000;
    width: 120px;
    text-decoration: none;
}
article.datos > a.atras{
    color: #000;
    background: #75AF00;
    float: left;
    margin-left: -140px;
    margin-right: -120px;
    margin-top: 50px;
    padding: 10px;
    position: relative;
    box-shadow: 1px 1px 5px 1px #000;
    -moz-box-shadow: 1px 1px 5px 1px #000;
    -webkit-box-shadow: 1px 1px 5px 1px #000;
    width: 120px;
    text-decoration: none;
}

article.datos > a.siguiente{
    color: #000;
    background: #75AF00;
    float: right;
    margin-right: -40px;
    padding: 10px;
    position: relative;
    text-align: right;
    box-shadow: -1px 1px 5px 1px #000;
    -moz-box-shadow: -1px 1px 5px 1px #000;
    -webkit-box-shadow: -1px 1px 5px 1px #000;
    width: 120px;
    text-decoration: none;
}

article.datos a.inicio:hover{
    color: #FFF;
}
article.datos a.siguiente:hover{
    color: #FFF;
}
article.datos a.atras:hover{
    color: #FFF;
}

.forma{
    width: 0px;
    height: 0px;
    line-height: 20px;
    border-left: 20px solid transparent;
    border-top: 10px solid #6C6C00;
    position: absolute;
    top: 100%;
    left: 0px;
}
.formader{
    width: 0px;
    height: 0px;
    line-height: 20px;
    border-right: 20px solid transparent;
    border-top: 10px solid #6C6C00;
    position: absolute;
    top: 100%;
    right: 0px;
}
article.datos > h2{
    background: #75AF00;
    color: #fff;
    padding: 5px;
    box-shadow: 1px 1px 5px #000;
    -moz-box-shadow: 1px 1px 5px #000;
    -webkit-box-shadow: 1px 1px 5px #000;
    margin: 0 auto;
	text-shadow: 1px 1px 0 #000000;
    width: 600px;
}
article.datos img{
    border: 5px solid #FFF;
    border-radius: 15px;
    margin: 10px auto;
}
/*TABLA DE POSICIONES*/

div.contenidotabla{
	color: black;
	/*background: #000;*/
    background: rgba(0, 0, 0, .4);

    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5c000000', endColorstr='#5c000000'); /* IE */    
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin: 10px auto;
	padding: 5px;
	width: 1200px;
	font-size: 16px;
}

div.contenidotabla table{
    margin: 10px auto;
  }

.presentacion{
    color: #FFF;
    background: #333;
    border:thin solid #171717;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size:24px;
    margin: 0 auto;
    padding:5px;
}


/*ULTIMA FECHA*/

div.contenido{
    background-color: black;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;
    padding: 10px 0 10px 0; 
    width: 1024px;
}

div.contenido table{
    margin: 0 auto;
}

ul.ufecha{
    border-bottom: 0px solid #000;
    margin: 20px auto 0 auto;
    list-style: none;
    height: 52px;
}

ul.ufecha li.visible, li.invisible{
    display: inline-block;
    background: #000;
    border: thin solid #000;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    height: 48px;
    padding: 2px;
    width: 62px;
}

ul.ufecha li.visible{
    box-shadow: 1px 1px 5px #000;
    -moz-box-shadow: 1px 1px 5px #000;
    -webkit-box-shadow: 1px 1px 5px #000;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; 
}

ul.ufecha li.invisible{
    height: 34px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; 
}

ul.ufecha li.invisible:hover, li.invisible:active{
    height: 48px;
    -moz-box-shadow: 1px 1px 5px #000;
    -webkit-box-shadow: 1px 1px 5px #000;
    box-shadow: 1px 1px 5px #000;
}

ul.ufecha img{
    border: none;
    border-radius: 0px;
    margin: 0 auto;
}
/*FIN ULTIMA FECHA*/
/*PARTICIPANTES*/

.participantes img{
    box-shadow: 0px 0px 5px #000000;
    height: 50%;    
}
.participantes{
    color: #ffffff;
    float: left;
    display: inline-block;      
    background: #ffffff;
    height: 180px;
    width: 280px;
    margin-left: 10px;
    margin-bottom: 25px; 
}

.texto{    
    background: #000000;
    height: 60px;
    font-size: 16px;
    padding-top: 25px;
    margin-top: -20px;
}
/*MAPAS DE LAS SEDES*/
div#wrap{clear: both;}

div#maps{    
    background: rgba(0, 0, 0, .4);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5c000000', endColorstr='#5c000000'); /* IE */    
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin: 0 auto;
    padding: 15px;
    width: 1200px;
}
.iframe, .comollegar{    
    display: inline-block;
}
div.iframe{
    background: #000;
    border: 5px solid #000;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;    
    text-align: center;
    float: left;
}
.comollegar{ 
    border: 5px solid #000;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin-left: 10px;
    background: #000;
    padding: 5px;
    width: 260px;
}
