.tabla-informacion {
   border-radius: 20px;
   border-color: #eeebeb;
}
.tabla-informacion th {
    border-style: solid;
    border-color: #eeebeb;
    border-width: 1px;
	text-align:center;
	width:50px;
	height:47.5px;
}
.tabla-informacion tr {
    border-style: solid;
	border-color: #eeebeb;
    border-width: 1px;
}
.icono-tabla {
}
.texto-info {
   color: #000000;
   font-size: 20px;
   padding-left: 20px;
   padding-right: 20px;
   padding-bottom: 15px;
   padding-top: 15px;	
   	width:250px;

}
.texto-nota {
   color: #000000;
   font-size: 15px;
   padding-left: 20px;
   padding-right: 20px;
   	width:250px;

}
#cont_form {
    margin-left: 190px;
}
@media screen and (max-width:600px) {
    #cont_form {
        margin-left: 0px;
    }
}
row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width:1100px) {
#directivos{
        background-color: #003574;
        margin-bottom: 25px;
        width: 36em;
		text-align: center;
		color:#FFFFFF;
		padding-top: 10px;
}
}

@media screen and (max-width:1000px) {
#directivos{
        background-color: #003574;
        margin-bottom: 25px;
        width: 23em;
		text-align: center;
		color:#FFFFFF;
		padding-top: 10px;
}
}