.a{
	text-decoration:none;
}
html, body{
	-webkit-user-select: none; /* Safari 3.1+ */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Standard syntax */
	
	font-family: 'minusculas';
	
	height: 100%;
	width: 100%;
	
	background: rgba(40, 41, 38, 1); /* gris/negro de fondo */
}

/* banner de fondo */
#seccion{
	float: left;
	width: 100%;
	height: 100%;
}
    .color_intro{
        background: rgba(40, 41, 38, 1);
    }
    .color_bio{
        background: rgba(61, 65, 68, 1);
    }
    #col_central_fotos{
        float: left;
        width: 80%;
        margin-left: 10%;
        padding-top: 70px;
        margin-bottom: 100px;
    }
    
        /* animaciones fotos */	
        #col_web{
            float: left;
        }
            #col_web img {
              object-fit: cover;
              width:19vw;
              height: 19vw;
            }
            #col_web:hover{
                cursor: pointer;
            }
            
#banner{
	position:relative;
	float:left;
	height: 100%;
	width: 100%;
}
   
#seccion_a{
	position:relative;
	float:left;
	height: 100%;
	width: 100%;
}
#seccion_a_mascara{
	background-color: rgba(0,0,0, 0.5); /* gris transparente */
	float: left;
	height: 100%;
	width: 100%;
	
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}

.info_titulo{
	float: left;
	width: 80%;
	margin-left: 10%;
	margin-top: 30%;
	padding: 30px 0;
	font-family: 'mayusculas';
	font-size: 4em;
	color: white;
	letter-spacing: .3rem;
	text-align: center;
	border: 2px solid rgba(255, 215, 0); /* amarillo */
}
 

/* fin banner */
#fondo_fotos{
    float: left;
    width: 100%;
}
/* pagina - contenido */
    
.link_banner:hover{
    text-shadow: black 0.1em 0.1em 0.2em;
}
.link{
    -moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.link:hover{
    cursor: pointer;
    color: rgba(255, 215, 0); /* amarillo */
}
    #visor{
        float: left;
        position: fixed;
        top: 100px;
        width: 95%;
        height: 85%;
        margin-left: 2%;
        overflow-y: auto;
        display: none;

        z-index: 20000;
    }
        #img_visor{
            float: left;
            width: 100%;
        }
        #img_visor img{
            width: 100%;
        }
            .cierre_visor{
                position: fixed;
                padding: 10px;
                font-size: 3em;
                color: white;
                
                -moz-transition:all .8s ease;
                -ms-transition:all .8s ease;
                -o-transition:all .8s ease;
                transition:all .8s ease;
            }
                .cierre_visor:hover{
                    cursor: pointer;
                    color: black;
                }

				
/* Media Queries */
@media screen and (max-width: 1300px) {
    #fotos_index{
        width: 90%;
        margin-left: 5%;
    }
}

@media screen and (max-width: 1000px) {
    .info_titulo{
    	width: 80%;
    	margin-left: 10%;
    }
    #col_web img {
      width:25vw;
      height: 25vw;
    }
}

@media screen and (max-width: 900px) {
    #col_central_fotos{
        width: 90%;
        margin-left: 5%;
        padding-top: 70px;
        margin-bottom: 100px;
    }
    #col_web img {
      width:29vw;
      height: 29vw;
    }
    .info_titulo{
        margin-top: 150px;
    	font-size: 4em;
    }
    
}
    
@media screen and (max-width: 850px) {
    .col_foto{
        width: 90%;
        margin: 0;
        margin-left: 5%;
        margin-bottom: 70px;
    }
    
    .info_titulo{
    	font-size: 2em;
    }
}


@media screen and (max-width: 500px) {
    #col_web{
        margin-bottom: 40px;
    }
    #col_web img {
      width:86vw;
      height: 86vw;
    }
    #visor{
        top: 30px;
    }
}

