git-svn-id: https://192.168.0.254/svn/Proyectos.PosadaLaLlosa_Web/trunk@11 4b469eb7-237d-4988-9973-fa40bd9eeb91
90 lines
1.1 KiB
CSS
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;
|
|
} |