@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Abel|Noto+Sans);
body{
	background-color:#212121;
	
}
.logo{
	margin:auto;
	margin-top:10%;
	text-align: center;
	/*border: solid 1px red;*/
}
.cajaInfo{
	padding:15px;
	border-left:#999 solid 1px;
	float:right;
	margin-top:120px;
	font-family: 'Abel', sans-serif;
	/*font-family: 'Noto Sans', sans-serif;*/
	font-size:16px;
	color:#999;
	/*line-height:25px;
	border: solid 1px blue;*/
	}
.cajaInfo .ico{
	width:30px;
	border:solid 0px red;
	float:left;
	/*height:30px;*/
}
.cajaInfo .texto{
	border:solid 0px red;
	float:left;
	/*height:30px;*/
}
.cajaInfo a{
	color:#fff;
	text-decoration:none;
}