<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup{
  position:relative;
  border:2px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
}

#facebox .content {
  display:table;
  width: 200px;
  padding: 35px 20px 20px 20px;
  background: #dddddd;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:10px;
}

#facebox .content &gt; p:first-child{
  margin-top:0;
}
#facebox .content &gt; p:last-child{
  margin-bottom:0;
}

#facebox .close{
  position:absolute;
  top:5px;
  right:5px;
  padding:2px;
  background:#fff;
}
#facebox .close img{
  opacity:0.3;
}
#facebox .close:hover img{
  opacity:1.0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
a{
	color:#000000;
	}

.titulo{
	color:#000;
	font-weight: bold;
	}
.titulo2{
	color:#FFF;
	font-weight: bold;
	text-align: center;
	background-image:url(../../../image/fondo_directorio2.png);
	}
.titulo1{
	color:#FFF;
	font-weight:bold;
	text-align:center;
	}
.titulo12{
	/*color:#3F3151;*/

	font-weight:bold;
	text-align:center;
	font-size:13px;
	color: #FFF;
	}
table{
	border-collapse:collapse;
	font-size:11px;
	font-family:Helvetica;
	text-align: left;/*center xq*/
	color: #000;
	}
td{
	padding:0px;
	text-align:left;
	/*font-weight: bold;*/

	}
td1{
	padding:0px;
	text-align: center;
	}
.fondo{
	background-color:#FFF;
	color:#000000;
	text-align: left;
	}
#direcciones {
	text-align: left;
	font-weight: bold;
}
.numerico{
	bgcolor:#FFFFFF;
	background-color:#FFF;
	text-align:center;
	font-size:11px;
	color:#000000;
	}
#contenido_todo {
	clear: both;
	float: left;
	width: 883px;
	background-image: url(../../../image/fondo_directorios.png);
	background-repeat: repeat;
}
#contenido_todo #contenido13 {
	color: #FFF;
}
#contenido #contenedor #cuerpo #left_content #png_transparente #fondo_transp {
	/*width: 605px;*/
	float: left;
	/*background-color:#DCDDDE;*/
	/*margin-top:5px;*/
	/*margin-bottom: 20px;*/
	/*margin-top:5px;*/
}
#contenido #contenedor #cuerpo #left_content #png_transparente #fondo_transp2 {
	width: 905px;
	float: left;
	margin-bottom: 20px;
}
#contenido #contenedor #cuerpo #left_content #png_transparente #fondo_transp33 {
	width: 605px;
	height:950px;
	float: left;
	margin-bottom: 20px;
}</pre></body></html>