@import url('https://fonts.googleapis.com/css?family=Montserrat:300,800&display=swap');

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

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

.item_seleccionado {
	color: blue;
}

li a {

  	display: block;
    color: black;
    text-align: center;
    padding: 6px 16px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 4px;

}

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

ul.team_menu {
    position: absolute;
    width: 100%;
    right: 0;
    top: 50px;
    height: 28px;
    background-color: #0648f2;
}

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("../img/background.jpg");
    background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center bottom;   
}

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

.data_titulo{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 4px;	
	padding-bottom: 80px;
}

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

.data_footer {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 10px;
    letter-spacing: 1px;
    padding-top: 50px;
    padding-right: 50px;
}

.columna{
	float: left;
	width: 33.33%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 4px;	
    line-height: 24px;
}

.columna_titulo {
	padding-bottom: 30px;
}
