Fijate que la placa madre no tenga los capacitores inflamados, tambien pasa el memtest quizas sea la memoria.
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menú
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Menu</title>
<link rel="stylesheet" href="css/style.css" type="text/css" media="all">
<style type="text/css">
body, ul{
margin: 0px;
padding: 0px;
}
header nav ul li{
/*
top:0px;
left:0px;
margin:0px;
display:inline-block;
*/
float: left;
list-style-type: none;
background-color: #5E80B3;
padding: 8px 12px 8px 12px;
border-right: 1px #3E609A solid;
border-bottom: 1px #3E609A solid;
}
header nav ul li:first-child{
padding-right: 60px;
}
header nav ul li a{
/*
background-image: url(../img/barra_cabecera.png);
background-repeat:repeat-x;
width:250px;
height:38px;
position:relative;
*/
text-decoration:none;
color: white;
}
</style>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#">Lucian</a>
<li><a href="#">Hide n Seek</a>
<li><a href="#">Soporte</a>
</ul>
</nav> <!-- No habias cerrado el tag -->
</header>
</body>
</html>