MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: /home/asjudine/public_html/abogados/menu_abogado.php
<?php /*include ('a.php');*/
error_reporting(0);
?>


<!DOCTYPE HTML>
<html>
<head>
<title>MENU ABOGADOS</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">


<style>
    *{margin: 0;padding: 0;}
    body{background-image:url(../ELEMENTS/fondo.jpg);font-family:Geneva, Arial, Helvetica, sans-serif;}
    header {background-color: #B7271F; text-align: center;}
    .cerrarsesion{width: auto;height: 20px;background-color: #DBD8C9;color: #000;font-size: 13px;position:absolute;top: 15px;right:10px;z-index:0;padding: 10px;border-radius: 10px;cursor: pointer;}
    .cerrarsesion:hover{background-color: #ffffff;color: #000;}
    .titulo{width: 100%;text-align: center;background-color: #dbd8c9;color: #b20606;padding: 6px 0;font-size: 18px;}
    table{margin: 0 auto;border: 8px solid #bebebe;}
    .divirmenu{text-align: center; width: 100%;}
    .irmenu{width: 20%; height: 50px; background-color: #1c4fa0;color: #fff; padding: 4px;border-radius: 6px;margin-top: 5px;margin-bottom: 5px;}
    .irmenu:hover{background-color: #67a0d9; color: #000;}
    
    /*Botones De Menu*/
    .boton{width: 100%; margin: 0 auto; font-size: 13px; font-weight: 600; padding: 5px; background-color: #fffbe8; cursor: pointer;}
    .boton:hover{background-color: #4d598b;color: #fff;}
       
    .in{background-color: #6C6C9F;color: #fff;padding: 6px;}
    input[type=text]{border-radius: 5px; padding: 3px;background-color: #fffde8;}
    
    main{display: flex;align-items: center;align-content: center;justify-content: center;flex-direction: row;flex-wrap: nowrap;}
    /*
    .row{background-color: #B7271F;color: #fff;width: 150px;height: 150px;font-size: 13px;font-weight: 500;border-radius: 20px;     display: flex;align-items: center;flex-direction: column;    justify-content: center;text-align: center;padding: 10px;margin: 1px;}


    .row:hover{background-color:rgba(0,0,102,.5);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30111111,endColorstr=#30111111);}*/
    
    .row{
	-webkit-transform: translateX(0);
        background-color: #B7271F;color: #fff;width: 150px;height: 150px;font-size: 13px;font-weight: 500;border-radius: 20px;     display: flex;align-items: center;flex-direction: column;    justify-content: center;text-align: center;padding: 10px;margin: 1px;rgba( 0, 0, 0, 0.092 );
}
/*
.row:before{
	content: '';
	position: absolute;
    top: 100%;
	width: 90%;
	left: 5%;
	height: 10px;
	background: -webkit-radial-gradient(
		center, ellipse,
		rgba(0,0,0,0.30) 0%,
		rgba(0,0,0,0) 80%);
	-webkit-transition-duration: 0.5s;
	opacity: 0;
}

.row:hover{
	-webkit-transform: translateY(-5px);	
}
.row:hover:before{
	-webkit-transform: translateY(5px);
    opacity: 1;
}
    */
    
.row{
        -webkit-transition-duration: 0.2s;
    
    box-shadow: inset 0 0 0 4px #ddd;
	-webkit-transition-duration: 0.5s;
    
        background-color: #932424;color: #fff;width: 250px;height: 100px;font-size: 16px;font-weight: 500;border-radius: 20px;     display: flex;align-items: center;flex-direction: column;    justify-content: center;text-align: center;padding: 10px;margin: 1px;rgba( 0, 0, 0, 0.092 ); cursor: pointer;
}

.row:hover{
    box-shadow: inset 0 0 0 4px #555;
	box-shadow: 2px 2px 4px black inset,
	           -2px -2px 4px black inset;
}


</style>


</head>


<body>


<header>
    <a href=""><img src="../ELEMENTS/bannerInterasjudinet.png" alt="" width=" 700" height="70"></a>
</header>
<h3 class="titulo">MENU ABOGADOS Y CONSULTAS GENERALES</h3>
<?php echo "<div class='cerrarsesion' onclick='location.href=\"../cerrar_session.php\"'>CERRAR SESION</div>";?>



<main>
    <?php 
    
    /*echo " <input type='button' class='full' onclick='location.href=\"menu_revistas.php?ced=$ced&nom=$nom\"' value='Ingresar Revistas'>"*/
    echo "<div class='row' onclick='location.href=\"menu_abogados.php?ced=$ced&nom=$nom&cargo=$cargo\"'>PRINCIPAL</div>";
    echo "<div class='row' onclick='location.href=\"../menu_consultas_generales.php?ced=$ced&nom=$nom&cargo=$cargo\"'>CONSULTAS GENERALES</div>";
    ?>
    
</main>

<div class="divirmenu">
    <input name="menu" type="button" id="menu" class="irmenu" onClick="window.location.href='../index.php'" value="SALIR">
</div>

<table>
    <tr>
    <td class="in">Nombre del Funcionario:</td>
    <td><input type="text" name="nombre" value="<?php echo $nom ?>" maxlength="50" size="50" readonly></td>
    </tr>
</table>

</body>
</html>