File: /home/asjudine/public_html/principal/vacanciaJudi.php
<!DOCTYPE html>
<html>
<head>
<title>LISTADO DE EMAIL</title>
<!-- Required meta tags -->
<meta http-equiv="X-UA-Compatible" content="IE=8; IE=9; IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="../css/estilos.css">
<style type="text/css">
div.atencion{
background-color: #fff;
text-align: center;
}
div.atencion p{
margin: -5px;
}
.sobresalir{
background-color: #52609E;
color: white;
}
div.seccion{
margin: 0 auto;
width: 100%;
}
.row{
line-height: 30px;
}
.row .color{
font-size: 1em;
font-weight: bold;
text-transform: uppercase;
color: #ffffff;
}
.encabezado{
background-color: #B3241A!important;
color: #ffffff!important;
}
.informacion_directores{
}
.informacion_directores .row div
{
display: inline;
border: 1px solid #E8E8E8;
background-color: #fff;
font-size: 13px;
}
.azul{
color: #00135F;
font-weight: bold;
}
hr{
color: red;
}
@media only screen and (max-width: 765px){
.informacion_directores{
border-bottom: 1px solid red;
}
.ocultar{
display: none!important;
}
}
.atencion_cliente{
text-align: center;
color: #B3241A;
padding: 8px;
width: 100%;
}
</style>
</head>
<body>
<?php include('../headerint.php'); ?>
<?php include('../navint.php'); ?>
<h1 class="titulos">Servicio al cliente</h1>
<main class="main">
<center>
<!--
<script languaje="JavaScript">
mesarray=new Array("Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio","Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre");
diaarray=new Array( "Domingo","Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado");
hoy = new Date();
dias = hoy.getDate();
dia = hoy.getDay();
mes = hoy.getMonth();
mes=mesarray[mes];
dia =diaarray[dia];
anno = hoy.getYear();
if (anno <200)
anno = anno+1900;
document.write('<TABLE WIDTH="60" height="60" BORDER="2" BGCOLOR="#FFFFFF"><TR><TD><CENTER>');
document.write('<FONT SIZE="2" COLOR="#000000"> <B>'+mes+'</B></FONT><br>');
document.write('<FONT SIZE="1" COLOR="#000000">'+anno+'</FONT><br>');
document.write('<FONT SIZE="4" COLOR="#000000" FACE="Arial"><B>'+dias+'</B></FONT><br>');
document.write('<FONT SIZE="1" COLOR="#000000">'+dia+'</FONT><br>');
document.write('</CENTER></TR></TD></TABLE>');
</script>
-->
<span id="TexteBat" style="width:100%">
</span>
</center>
<script>
var from = 2;
var to = 12;
var delay = 55;
var glowColor = "#0000ff";
var i = to;
var j = 0;
textPulseDown();
function textPulseUp()
{
if (!document.all)
return
if (i < to)
{
TexteBat.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
i++;
theTimeout = setTimeout('textPulseUp()',delay);
return 0;
}
if (i = to)
{
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}
}
function textPulseDown()
{
if (!document.all)
return
if (i > from)
{
TexteBat.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
i--;
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}
if (i = from)
{
theTimeout = setTimeout('textPulseUp()',delay);
return 0;
}
}
//--></CENTER>
</script>
<br>
<!--
<table>
<tr bgcolor=papayawhip>
<td height="20" colspan="4" bgcolor="#FFFFFF"><div align="center"><span class="Estilo3">ATENCION AL CLIENTE LAS 24 HORAS PARA CASOS DE EMERGENCIAS </span></div></td>
</tr>
<tr bgcolor=papayawhip>
<td height="20" colspan="4" bgcolor="#FFFFFF"><div align="center"><span class="Estilo22">Para comunicarse con nuestros Funcionarios haga click sobre el e-mail</span></div></td>
</tr>
<tr bgcolor=papayawhip>
<td height="40" colspan="4" bgcolor="#FFFFFF"><div align="center"><span class="Estilo3">Para atención en línea haga click sobre el servicio de chat a través del Home Principal el cual es atendido en un horario de:</span></div></td>
</tr>
<tr bgcolor=papayawhip>
<td height="24" colspan="4" bgcolor="#CCCCFF"><div align="center"><span class="Estilo3">8:00 a.m. a 12.00 a.m y de 2:00 p.m. a 6:00 p.m. de lunes a viernes.</span></div></td>
</tr>
<tr bgcolor=papayawhip>
<td height="38" colspan="4" bgcolor="#FFFFFF"><div align="center"><span class="Estilo1">Para emergencias marcar el teléfono celular No. 316-8320893 y 312-3869919 y cada uno de los celulares de nuestras diferentes sucursales. </span></div></td>
</tr>
</table>
<br>
-->
<div class="seccion">
<div class="atencion">
<p class="azul">ATENCION AL CLIENTE LAS 24 HORAS PARA CASOS DE EMERGENCIAS</p>
<!--<p>Para atención en línea haga click sobre el servicio de chat a través del Home Principal el cual es atendido en un horario de:</p>
<p class="sobresalir">8:00 a.m. a 12.00 a.m y de 2:00 p.m. a 6:00 p.m. de lunes a viernes.</p>-->
<p class="rojo">Para emergencias marcar el teléfono celular No. 316-8320893, 312-3869919.</p>
</div>
</div>
</main>
</body>
</html>