- Comienzo de limpieza de código - Reestructuración de index.html para empezar. - Reestructuración de estilos git-svn-id: https://192.168.0.254/svn/Proyectos.CasonaDeHermosa_Web/trunk@4 3b47784b-b19e-4db7-bed8-7df874100dea
107 lines
1.4 KiB
CSS
107 lines
1.4 KiB
CSS
@import "reset.css";
|
|
@import "paginas.css";
|
|
|
|
html {
|
|
color: #000;
|
|
font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
|
|
font-size: 10px;
|
|
font-weight: normal;
|
|
background-color: #ac009e;
|
|
}
|
|
|
|
body {
|
|
|
|
}
|
|
|
|
a {
|
|
color:#FBA90F;
|
|
font-weight:bold;
|
|
text-decoration:none;
|
|
}
|
|
|
|
a:hover {
|
|
color:#FFE294;
|
|
font-weight:bold;
|
|
text-decoration:none;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#layout {
|
|
margin: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
#header {
|
|
width: 100%;
|
|
height: 50px;
|
|
background-color: #fba90f;
|
|
}
|
|
|
|
#header h1 {
|
|
float: left;
|
|
width: 450px;
|
|
height: 0;
|
|
padding: 50px 0 0 0;
|
|
overflow: hidden;
|
|
background: #fba90f url(images/logo-casona-hermosa.jpg) no-repeat;
|
|
}
|
|
|
|
|
|
#header #hello-cantabria {
|
|
float: left;
|
|
width: 137px;
|
|
height: 50px;
|
|
}
|
|
|
|
#header #club-calidad {
|
|
float: left;
|
|
width: 152px;
|
|
height: 50px;
|
|
}
|
|
|
|
|
|
#menu {
|
|
clear: both;
|
|
width: 100%;
|
|
height: 20px;
|
|
background-color: #000;
|
|
}
|
|
|
|
#menu .idioma {
|
|
float: left;
|
|
}
|
|
|
|
ul.menu {
|
|
background-color: #000;
|
|
margin: 5px 0 0 20px;
|
|
float: left;
|
|
}
|
|
|
|
.menu li {
|
|
padding: 0 5px;
|
|
list-style: none;
|
|
display: inline;
|
|
color: #fff;
|
|
text-align: center;
|
|
border-right: 1px solid #fff;
|
|
}
|
|
|
|
#content {
|
|
clear: both;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #fff;
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
#footer {
|
|
width: 100%;
|
|
margin-left: 15px;
|
|
|
|
}
|
|
|