body {
    display: block;
    margin: 0px;
    font-family: AvenirNextLTPro_Regular !important;
}
@font-face {
   font-family: AvenirNextLTPro_Regular;
   	src: url('../fonts/AvenirNextLTPro-Regular.eot'); /* IE9 Compat Modes */
	  src: url('../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	       url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'), /* Modern Browsers */
	       url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
	       url('../fonts/AvenirNextLTPro-Regular.svg') format('svg'); /* Legacy iOS */
	  font-weight: normal;
	  font-style: normal;
}
#main {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    background-color: transparent;
}

#black {
    background: url(../imagenes/fondo.png);
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
}

#logo{
    width: 100%;
}
#imgInicio{
	width: 100%;
	cursor: pointer;
}
#recorrer {
    width: 50%;
    margin: 0 auto;
    margin-top: 230px;
    display: block;
    text-align: center;
}
.spanIdioma{
	margin: 10px;
    color: #737171;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
#recorrer>a{
	text-decoration: none;
    padding: 10px 0;
    margin: 0 10px;
}
#recorrer a:hover, #recorrer a:focus{
	color: #E6910A;
}

#recorrer #imgInicio:active{
    margin-top: 10px;
}

.social a{
	color: #FFF !important;
	text-decoration: none;
}

#loadingIndicator, #loadingMessage, #loadingOverlay{
	z-index: 999999999999999;
}
#imgTitleDiv {
    width: 540px;
    margin: 0 auto;
    margin-top: 8%;
    margin-bottom: 130px;
}
#imgBtnInicio {
	width: 237px;
    margin: 0 auto;
    margin-top: 20px;
}
@media (max-width:550px){
	#imgTitleDiv {
	    width: 80%;
	}
}
@media (max-width:250px){
    #textIniciarIndex{
        font-size: 20px !important;
        left: 20%;
        width: 120px !important;
    }
}
.selectedIdiom{
	color: #67580E;
}
#recorrerUno{
    text-decoration: none;
}
#textIniciarIndex{
    position: absolute;
    background: #F4D034;
    border-radius: 30px;
    color: #75601F;
    font-size: 40px;
    font-weight: bold;
    padding: 5px 0px;
    box-shadow: 8px 8px 0px #C19B26;
    text-align: center;
    width: 223px;
}
#textIniciarIndex:active{
    margin-left: 8px;
    margin-top: 8px;
    box-shadow: 0px 0px 0px #9EC59B;
}
@media screen and (max-width: 800px) {
    #black{
        background-size: 150% 100%;
        background-position-x: 120%;
    }
}
@media screen and (max-width: 500px) {
    #black{
       background-size: 230% 100%;
       background-position-x: 135%;
    }
}