/* CSS Document */
*{
	margin: 0;
	padding: 0;
	border:0;
}
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


#conteiner{
	float:left;
	width:70%;
	height:auto;
	margin: 3% 15% 0 15%;
}
	#box{
		float:left;
		width:96%;
		height:auto;
		margin-top: 2%;
		padding:2%;
	}
	.logotipo{
		width:20%;
		min-width:100px;
	}
	
	h3{
		font-family: 'Raleway', sans-serif;
		font-size:25px;
		line-height:35px;
		color:#000;
	}
	
	p{
		font-family: 'Raleway', sans-serif;
		font-size:16px;
		line-height:35px;
		color:#000;
	}
	
	ol{
		font-family: 'Raleway', sans-serif;
		font-size:16px;
		line-height:35px;
		color:#000;
		padding: 0 20px 0 20px;
	}
	
	li{
		font-family: 'Raleway', sans-serif;
		font-size:16px;
		line-height:35px;
		color:#000;
		margin:10px 0;
	}