CasonaDeSuesa_Web/www/estilos.css
david b6dfbc6cf3 - Versión en inglés
- Nuevo pie de página
- Código para redes sociales (hecho por otra persona)


git-svn-id: https://192.168.0.254/svn/Proyectos.CasonaDeSuesa_Web/trunk@8 de94f0af-3a1b-bf4d-aefa-fad6b661e968
2014-02-28 18:07:03 +00:00

273 lines
4.2 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: 8px auto 0 auto;
width: 780px;
}
#cabecera {
margin: 0 auto;
position: relative;
}
#cabecera h1 {
width: 780px;
height: 0;
padding: 82px 0 0 0;
overflow: hidden;
background: #000 url(imagenes/banda-superior.jpg) no-repeat;
}
#cabecera h1 span {
}
#cabecera h2 {
font-family: sans-serif;
color: #fff;
position: absolute;
top: 51px;
right: 10px;
font-size: 15px;
font-weight: bold;
}
#cuerpo {
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
position: relative;
}
#cuerpo span {
display: block;
width: 0;
height: 0;
overflow: hidden;
}
#pie {
clear: both;
width: 780px;
height: 69px;
background: #000 url(imagenes/banda-inferiorsola.gif) no-repeat;
}
#pie span {
display: block;
width: 0;
height: 0;
overflow: hidden;
}
#pie #direccion {
float: left;
margin: 15px;
width: 360px;
height: 40px;
}
#pie #rusticae {
float: left;
margin: 8px;
margin-left: 75px;
width: 120px;
height: 50px;
}
#pie #boutique {
float: left;
margin: 8px;
margin-left: 15px;
width: 120px;
height: 50px;
}
#pie #clubcalidad {
float: left;
margin: 5px 0px 5px 8px;
width: 150px;
height: 55px;
}
#pie.pie2014 {
background: #000 url(imagenes/banda-inferior.jpg) repeat;
font-family: 'weblysleek_uisemilight', sans-serif;
color: #fff;
}
#pie.pie2014 a {
font-weight: normal;
color: #fff;
}
#pie.pie2014 span {
width: auto;
height: auto;
}
#pie.pie2014 span.direccion {
float: left;
display: inline-block;
padding: 16px 0 0 10px;
font-size: 16px;
line-height: 18px;
}
#pie.pie2014 span.blog {
display: block;
float: left;
font-size: 12px;
line-height: 14px;
padding: 12px 0;
text-align: right;
text-indent: 38px;
width: 100px;
margin-left: 38px;
}
#pie.pie2014 ul {
float: right;
display: block;
margin: 14px 18px 10px 0;
}
#pie.pie2014 ul li {
list-style: none;
display: inline-block;
width: 39px;
margin-left: 14px;
}
#pie.pie2014 ul li:first-of-type {
margin-left: 0px;
}
#enlaces {
clear: both;
width: 780px;
height: 70px;
background: #fff;
margin-top: 5px;
}
#enlaces ul {
display: block;
margin: 0;
list-style: none;
}
#enlaces li {
float: left;
display: inline-block;
height: 60px;
border-left: 1px solid #a1a1a1;
border-bottom: 1px solid #a1a1a1;
margin-top: 10px;
}
#enlaces li:first-of-type {
border-left: none;
margin-left: 10px;
}
#enlaces li span {
font-family: serif;
display: block;
float: left;
font-size: 14px;
line-height: 16px;
font-weight: bold;
text-align: left;
width: 75px;
color: #111;
}
#enlaces li a {
margin-top: -10px;
display: table-cell;
height: 52px;
vertical-align: bottom;
}
#enlaces li img {
margin: 0 14px;
vertical-align: bottom;
}
#enlaces li:first-child img {
margin-top: -10px;
margin-left: -10px;
}
#tablon {
width: 780px;
background: #fff;
padding-top: 25px;
line-height: 130%;
}
#tablon .columna {
float: left;
width: 185px;
padding-right: 10px;
}
#tablon h2 {
font-size: 10px;
margin-bottom: 10px
}
#tablon h3 {
font-size: 10px;
margin: 10px 0 0 0;
}
#tablon .facebook {
width: 85px;
height: 0;
padding: 19px 0 0 0;
margin: 0;
overflow: hidden;
background: url(imagenes/facebook.gif) no-repeat;
}