Html
Código HTML:
Ver original <div class="logo"><img src="images/dipinto_logo.png"/></div> <li id="inicio"><a href="#"></a></li> <li id="quienes"><a href="#"></a></li> <li id="contact"><a href="#"></a></li>
<div class="bor_der"><img src="images/bordes derechos.png"/></div>
CSS
Código CSS:
Ver original@import url("reset.css");
body {
font-family: Arial, Helvetica, Geneva, sans-serif;
color: #000;
background-color: #E4D2DF;
}
#encabezado {
height: 198px;
background: url(images/dipinto_bg_header.png) left top repeat-x;
position: relative;
margin-bottom: -18px;
}
#menu {
z-index: 1;
position: relative;
width: 806px;
margin-left: 550px;
}
#menu ul.nav_izq {
width: 581px;
float: left;
}
#menu ul li {
height: 53px;
float: left;
}
#menu #bot_izq {
background-image: url(images/dipinto_bot_izq.png);
background-repeat: no-repeat;
width: 71px;
height: 53px;
float: left;
}
#menu #bot_der {
width: 153px;
background-image: url(images/dipinto_bot_der.png);
background-repeat: no-repeat;
height: 53px;
float: left;
#menu .nav_izq #contact {
width: 223px;
background-image: url(images/dipinto_bot_contac.png);
background-repeat: no-repeat;
background-position: top left;
}
#menu .nav_izq #inicio {
background-image: url(images/dipinto_bot_inicio.png);
width: 144px;
background-repeat: no-repeat;
}
#menu .nav_izq #quienes {
width: 214px;
background-image: url(images/dipinto_bot_quien.png);
background-repeat: no-repeat;
#contenido {
width: 800px;
height: 800px;
margin: 80px auto 30px auto;
position: relative;
background-color: #E4D2DF;
}
#contenido #estilo_k {
position: relative;
float: left;
height: 502px;
width: 534px;
}
}
#contenido #estilo_k .bor_der {
position: relative;
width: 46px;
height: 502px;
float: left;
z-index: 1;
}
}
#menu ul li a, #menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {
display: block;
float: left;
height: 40px;
padding: 0 18px;
text-decoration: none;
color: #FFF;
font: .96em/28px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#pie_de_pagina {
height: 198px;
background: url(images/dipinto_bg_footer.png) left top repeat-x;
}
.logo {
width: 572px;
position: relative;
margin-left: 50px;
}
.kwicks {
list-style: none;
position: relative;
margin: 0;
padding: 0;
float: left;
margin-right: -46px;
}
.kwicks li{
display: block;
overflow: hidden;
padding: 0;
cursor: pointer;
}
.kwicks li{
float: left;
width: 178px;
height: 502px;
margin-right: 0px;
position: relative;
}
#kwick1 {
background-image: url(images/uno.png);
}
#kwick2 {
background-image: url(images/dos.png);
}
#kwick3 {
background-image: url(images/tres.png);
}