.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: black;
}

#contenido_tour{
    float: left;
    width: 60%;
    margin-left: 20%;
}
    .titulo_contenido{
        float:left;
        width: 100%;
        margin-top: 40px;
        color: white;
        text-align: center;
        font-size: 1.8em;
    }
    .titulo_contenido_2{
        float:left;
        width: 100%;
        color: white;
        text-align: center;
        font-size: 1.4em;
        margin: 40px 0 20px 0;
    }
    .linea_tour{
        float: left;
        width: 90%;
        padding: 20px 5%;
        color: white;
    }
    .linea_tour_separador{
        float: left;
        width: 90%;
        padding: 20px 5%;
        height: 60px;
    }
        .columna_fecha{
            float: left;
            text-align: right;
            width: 45%;
            margin-right: 5%;
            
            overflow:hidden;
			white-space:nowrap; 
			text-overflow: ellipsis;
        }
        .columna_sitio{
            float: left;
            text-align: left;
            width: 45%;
            margin-left: 5%;
            
            overflow:hidden;
			white-space:nowrap; 
			text-overflow: ellipsis;
        }

    
/* Media Queries */
@media screen and (max-width: 1000px) {
    .cabecera_redes_index, .menu_index, .logo_index{
        display: none;
    }
    .titulo_contenido{
        margin-top: 80px;
    }
    .columna_fecha, .columna_sitio{
        text-align: center;
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 1000px) {
    #contenido_tour{
        width: 80%;
        margin-left: 10%;
    }
}