@font-face {
/*     font-family: 'Myriad';
    src: url('../fonts/Myriad Pro/MyriadPro Light.otf'); */
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
	/*font-family: Myriad, sans-serif !important; */
	font-family: Roboto, sans-serif !important;
} 

.centrado {
    text-align: center;
}

.borde_gris {
    border: 1px solid #eeeeee;
}

.oculto {
    display: none;
}

a {
    text-decoration: none;
}

.mt100 {
  margin-top: 100px;
}

.mt50 {
  margin-top: 50px;
}

.mt30 {
  margin-top: 30px;
}

.mt10 {
	margin-top: 10px;
 }
  
.mb30 {
  margin-bottom: 30px;
}

#contenido_index div, p {
	text-align: center;
}

.color_spanish {
	color: rgba(0, 61, 36, 1);
}

.color_english{
	color: rgba(0, 61, 36, .5);
}

.negrita {
	font-weight: bold;
}

select {
	font-family: 'Myriad';
}

.ui-autocomplete-loading {
	background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat;
}

.ui-autocomplete .ui-menu-item {
	font-family: 'Myriad';
}

.maxheight300 {
	max-height: 300px;
}

.maxheight200 {
	max-height: 200px;
}

.maxheight100 {
	max-height: 100px;
}

.maxwidth300 {
	max-width: 300px;
}
.fs12 {
	font-size: 1.2em;
}

.padd1em {
	padding: 1em;
}
.puntero {
	cursor: pointer;
}

.logotipo {
	margin: 10px 0 0 10px;
	cursor: pointer;
} 