

ul {
  list-style-type: none;
  margin: 0;
  padding:0;
  overflow: hidden;
  display: flex;

}

li {
  float: left;
  width: 100%;
}

.item_seleccionado {
	color: red;
}

li a {

  	display: block;
    color: black;
    padding: 6px 16px;
    text-align: center;
    text-decoration: none;
    font-family: 'poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
    
}


.cont-nav ul{
   width:100%;


}
 

 .cont-nav ul{
   margin:0 auto;
   max-width:1180px;
    
}


/* Change the link color to #111 (black) on hover */
li a:hover {
  color: red;
}
    

ul.team_menu {
    position: absolute;
    width: 110%;
    right: 0;
    top: 50px;
    height: 25px;
    background-color: #dfdfe0;
    
}

li.team_item {

}

li.team_item a {
  color: #FFF;
  font-size: 12px;
  font-weight: 300;

}

li.team_item a:hover {
   font-weight: 800;

}

.arrow {
  position: relative;
}

.contenedor_general {
    position: absolute;
    width: 99%;
	height: 99%;
	left: 0;
	bottom: 0;
	background-image: url("../estilo/prueba.jpg");
    background-repeat: no-repeat;
    background-position: left;   
}

.contenido {
    flex-wrap: wrap;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42%;
	height: 480px;
    padding-bottom: 30px;
}

.data_titulo {
    font-family: 'poppins regular', sans-serif;
    font-weight: 800;
    font-size: 40px;
    letter-spacing: 4px;	
	padding-bottom: 60px;
    

     
}

.data_columnas:after {
  content: "";
  display: table;
  clear: both;
  display: flex;
 
}

.data_footer {
    font-family: 'roboto', sans-serif; 
    font-weight: 320;
    font-size: 11px;
    letter-spacing: 1px;
    padding-top: 40px;
    padding-right: 50px;
    line-height:1.6
    

}

.columna{
    float: left;
	width: 26%;
    font-family: 'poppins bold', sans-serif;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 2px;	
    line-height: 24px;
    flex-wrap: wrap;
}

.columna_titulo {
	padding-bottom: 30px;
    font-family: 'poppins regular', sans-serif;
    font-weight: 800;
    font-size: 20px;
    flex-wrap: wrap;
}




