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

body{
	background-color:#F4F4F4;
}

#div_centro{
	background-color:#F4F4F4;
	margin-top:75px;
}

.space_jumbo{
	margin-top:10px;
	margin-bottom:20px;
}

.news_box{
	width:80%;
	margin-left:10%;
	margin-bottom:15px;
	margin-right:10%;
	margin-bottom:15px;
	color:white;
	background-color:#FFFFFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding:10px;
	font-family: 'Open Sans', sans-serif;
	border:2px solid transparent;
}

.news_box:hover{
	border:2px solid #20A6DC;
}

	.headline{
		letter-spacing:1px;
		font-weight:bold;
		font-size:14px;
	}
	
	.data{
		letter-spacing:1px;
		font-size:11px;
		color:#20A6DC;
	}
	
	.texto{
		letter-spacing:1px;
		text-align:justify;
		font-weight:normal;
		font-size:14px;
		color:#969FAE;
	}