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


#principal {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	width: 100%;
	 

}
#secundario{
 	display:flex;
	flex-direction: row;
	
}

#logo{

	display:block;
}

#titulo{

	display:flex;
}
.ficha{
	max-width:20%;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 7px 7px 12px 0 rgba(20, 20, 20, 0.3);
	
}


.ficha h1{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 16pt;
	font-weight: bold;
	color:red;
}

.ficha p{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	text-align: justify;
	font-size: 10pt;
	color: rgba(80,80,80,1.00);
	
}

.titulo h2{
	font-weight: bold;
	color: black;
	font-size: 18pt;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}