@charset "utf-8";
/* CSS Document CEDINCO */
*{
	padding: 0;
	margin: 0;
}
body{
	font-family: 'Roboto', sans-serif;
}
p{
 font-size: 0.85rem;
}
h1{
	
}
h2{
	font-size: 1.3rem;
}
h3{
	
}
h4{
	
}
h5{
	
}
h6{
	
}
.font-8{
	font-size: 0.8rem;
}
.font-9{
	font-size: 0.9rem;
}
.font-10{
	font-size: 1.0rem;
}
.text-a{
	color: #030303;
}
.text-b{
	color: rgba(6,109,248,1.00);
}

@media screen and (max-width: 800px) {
	
}



		  