Muchas gracias de antemano, dejo web
http://www.unimevonline.com/_UNIVEM2016/index/index.php
(si copian el link y lo pegan, anda si no no... )
index.php
Código PHP:
Ver original
<!doctype html> <html> <head> <meta charset="utf-8"> <title>UNIMEV ONLINE</title> <link href='https://fonts.googleapis.com/css?family=Open+Sans:600' rel='stylesheet' type='text/css'> <link href="../estilos/gale.css"rel="stylesheet" type="text/css" /> <link href="../estilos/main.css"rel="stylesheet" type="text/css" /> </head> <body> <div class="maintodo" > <?php //inicio de toda la web ?> <a href="index.php" title="fefe"><div class="unimevlogo"></div></a> <div class="cuadrado">dentro</div> <?php // CUADRO CONTENEDOR DE NOTICIAS ?> <ul class="ula"> <li class="lia"><a class="aa" href="index.php?page=1C">Contactenos</a></li> <li class="lia"><a class="aa" href="index.php">Inicio</a></li> </ul class="ula"> <?php include_once('../index/galeria.php'); // header("Location:../index.php?page=1&dsdsd=3000"); }else{ //<li class="idli hajajaja"><a href="index.php?page=1" style="text-decoration:none;visibility:Ingresar</a></li>// switch($_GET['page']){ case "1A": include_once('../we_reg_usuario/form_inicio_usuario.php'); break; case "1B": include_once('../we_reg_usuario/form_usuario.php');//inicio break; case "1C": include_once("../contacto/formContacto.php"); break; } } ?> </div> <!-- fin de toda la web --> </body> </html>
CSS:
Código CSS:
Ver original
@charset "utf-8"; /* CSS Document */ body{ background: url(../wimgeb/fondo1.jpg) repeat-x #80A863} .maintodo{ border:#000000 solid 1px; width:1124px; height:700px; margin-right:auto; margin-left:auto; margin-top:0px; padding:0px; } .unimevlogo{ float:left; background-image: url(../wimgeb/LOGOUNIMEV.png); background-repeat: no-repeat; width: 156px; height: 107px; top: 16px; left: 267px } .cuadrado{float:left; width:750px; height:107px;border:#EC0B0F solid 2px; margin-top:5px; margin-left:9px; margin-right:5px} /*.info{float:left; width:170px; height:107px; border:#EDEC08 solid 2px; margin-top:5px; margin-left:2px; margin-right:1px} /*.cuadradodegradado{float:left; width:1124px; height:25px;border:#E4E910 solid 1px; background-color:#000000} /* M E N U H O R I Z O N T A L */ .ula {float: left; background-color:#000000; width:1124px; padding: 0; margin-top:5px; list-style-type: none;text-align:center; } .aa { float:right; width:100px; text-decoration: none; color: white; background-color:#000000; padding: 5px 5px; border-right: 1px solid white; } .aa:hover { background-color: fuchsia; } .lia { display: inline; } /* FIN MENU */ /*font-family: 'Dosis', sans-serif;*/ /*font-family: 'Open Sans', sans-serif; /*text-transform: uppercase;*/ #boton li a:hover {color:#F4F0F0} /*background-image: url(../img/estilo/bg_menu_hover.png);*/ .form1{ float:left;text-align:center; margin-top:5px; display:table; width:1124px; font-family: 'Open Sans', sans-serif;font-size:16px;} .algo1{ font-family: 'Open Sans', sans-serif; }
contactenos.php
Código HTML:
Ver original
Saludos a todos !!
fede