@charset "UTF-8";

<!------ rumbo a clacso 2018 ----- >

.img_rumbo_clacso{
	width: 100%;
	height: auto;
	max-width: 570px;
	max-height: 260px;
}

.img_rumboclacso_logo{
	width: 100%;
	height: auto;
	max-width: 570px;
	max-height: 130px;
}

.img_rumboclacso_2{
	width: 100%;
	height: auto;
	max-width: 570px;
	max-height: 260px;
}


.link_bl:link {
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	line-height:normal;
	color:#FFF;
	text-decoration: none;
}
.link_bl:visited {
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	line-height:normal;
	color:#FFF;
	text-decoration: none;
}
.link_bl:hover {
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	line-height:normal;
	color:#01bdac;
	text-decoration:none;
}

.link_ng:link {
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	line-height:normal;
	color:#000;
	text-decoration: none;
}
.link_ng:visited {
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	line-height:normal;
	color:#000;
	text-decoration: none;
}
.link_ng:hover {
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	line-height:normal;
	color:#01bdac;
	text-decoration:none;
}

<!------ para centrar vertical bootstrap----- >
	
.flex-parent.f {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
 
.flex-child{
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

<!------ fin para centrar vertical ----- >
