@charset "UTF-8";
/* CSS Document */

.texto{ display:flex;}

.linea{
	height:1px;
	width: 45%;
	background-color:#000000;
	position: relative; 
	top: 3px;
	bottom: 3px;
}
.links{text-decoration: none;
color: #000000;}