<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.noticiacuerpo img, .noticiacuerpo iframe {
	max-width: 100%;
	height: auto !important;
}
.errorFormulario {
	color: red;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
}

.fancybox-slide--iframe .fancybox-content {
	max-width  : 100%;
    max-height : 100%;
    margin: 0;
}

.fancybox-slide {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.logo {
	max-width: 125px;
	max-height: 125px;
}
.relieve {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
}
.ui-autocomplete-loading {
	background: white url("/assets/jquery-ui/ui-anim_basic_16x16.gif") right center no-repeat;
}
.ui-draggable, .ui-droppable {
	background-position: top;
}
.txtResultado {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
}

.ui-autocomplete {
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 320px;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
	height: 500px;
}

.imagenPerfil {
	display: inline-block;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
	box-shadow: 2px 2px 6px var(--gray);
}

.imagenPerfil100 {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
	box-shadow: 2px 2px 6px var(--gray);
}

.imagenPerfil210 {
	display: inline-block;
	width: 210px;
	height: 210px;
	border-radius: 50%;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
	box-shadow: 2px 2px 6px var(--gray);
}

.imagenPerfilPequena {
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.fotoPerfil {
	display: table-cell;
	vertical-align: middle;
	text-align: center; 
	padding: 5px 5px;
}

.fotoPerfil img {
	border: 0;
}

/* Botón input type file */
.custom-input-file2 {
    position:relative;
    width: 100px;
    height: 26px;
    overflow:hidden;
}
.custom-input-file2 button {
    position: absolute;
    width: 100%;
	height: 100%;
    border: 1px #666666 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	/* background-image:  url('/estilos/infoperiodistas/img/fondo_boton_red.gif'); */
	text-align: center;
	padding:3px 0px 3px 0px;
	display:block;
	/* cursor:hand; */
	text-decoration:none;
}
.custom-input-file2 input {
    font: 500px monospace; /* make the input's button HUGE */
    opacity:0; /* this will make it transparent */
    filter: alpha(opacity=0); /* transparency for Internet Explorer */
    position: absolute;  /* making it absolute with z-index:1 will place it on top of the button */
    z-index: 1;
    top:0;
    right:0;
    padding:0;
    margin: 0;
}
/* Fin input type file */

.botongrisgrande {
  background-color: #7f7f7f;
  color: white;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 17px;
  padding-left: 17px;
  font-weight: 600;
  text-align: center;
  border: 3px solid #7f7f7f;
  border-radius: 10px;
  border-style: solid;
  border-color: #7f7f7f;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.botongrisgrande:hover {
  color: #7f7f7f;
  background-color: white;
  border: 3px solid #7f7f7f;
  text-decoration: none;
}</pre></body></html>