
.infotemp{
	display:inline-block;
	padding:10px;
	color:#FFF;
	background-color:#5788BD;
	border-radius:8px;
	
	font-family: "Roboto Mono", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;		
}

p{
font-family: "Roboto Mono", serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;	
}


.mi_contenido{
width:100%;
display:flex;
flex-direction:row;
flex-wrap:wrap;
align-items:center;	
justify-content:center;	
}

.mi_contenido a{
padding:5px;
margin:10px;
max-width:450px;
min-width:250px;
background-color:#F0F0F0;

font-family: "Roboto Mono", serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;	
color:#000;	

text-decoration:none;
transition: all 0.3s ease-in-out;
}

.mi_contenido a:hover{
transform: scale(1.1);	
}


.mi_contenido a table th{
background-color:#5788BD;
color:#FFF;	
}


.mi_contenido a table td img{
max-width:100px;
min-width:50px;
}