This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
PosadaLaLlosa_Web/estilos.css
2010-03-11 15:44:16 +00:00

90 lines
1.1 KiB
CSS

@charset "utf-8";
@import "menu.css";
@import "paginas.css";
* {
margin: 0;
padding: 0;
}
html {
background-color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666;
}
h1, h2, h3, h4, h5, h6 {
color: #333;
}
a {
text-decoration: none;
color: #666;
font-weight: bold;
}
a:hover {
color: #FF6600;
}
.resaltado {
color: #FF0000;
}
.cursiva {
font-style: italic;
}
.clear {
clear:both;
}
#layout {
margin: 40px auto 0 auto;
width: 780px;
}
#cabecera {
margin: 0 auto;
}
#cuerpo {
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
}
#cuerpo span {
display: block;
width: 0;
height: 0;
overflow: hidden;
}
#pie {
position: relative;
width: 780px;
height: 0px;
padding: 30px 0 0 0;
overflow: hidden;
background: #6d876b url(imagenes/barra-inferior.gif) no-repeat;
}
#pie .email {
top: -0px;
left: 620px;
height: 0;
padding: 20px 0 0 0;
position: relative;
}
.hidden {
position: absolute;
left: 0px;
top: -500px;
width: 1px;
height: 1px;
overflow: hidden;
}