ElJardinDeCarrejo_Web/css/estilos.css
2010-04-16 19:05:48 +00:00

127 lines
1.6 KiB
CSS

@charset "utf-8";
@import "paginas.css";
* {
margin: 0;
padding: 0;
}
html {
background-color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333;
}
h1, h2, h3, h4, h5, h6 {
color: #333;
}
a:link {
text-decoration: none;
color: #333;
}
a:visited {
text-decoration: none;
color: #333;
}
a:hover {
text-decoration: none;
color: #666;
}
a:active {
text-decoration: none;
color: #333;
}
img {
border: 0;
}
pre {
color: #666;
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 12px;
}
.resaltado {
color: #FF0000;
}
.cursiva {
font-style: italic;
}
.clear {
clear:both;
}
#layout {
margin: 0px auto;
width: 794px;
}
#cabecera {
width: 794px;
background: #fff;
margin: 15px auto 3px auto;
padding: 0px;
}
#cuerpo {
width: 796px;
height: 512px;
margin-bottom: 8px;
}
#cuerpo ul {
width: 796px;
/*height: 512px; */
padding:0;
margin:0;
list-style: none;
}
#cuerpo ul li {
display: block;
width: 199px;
height: 171px;
float: left;
}
#cuerpo ul li a {
display: block;
height: 0px;
padding: 171px 0 0 0;
overflow: hidden;
}
#pie {
position: absolute;
width: 794px;
padding: 0px;
height: 20px;
color: #999999;
}
#pie .direccion {
float: left;
}
#pie .email {
float: right;
font-size: 16px;
font-weight: bold;
}
.hidden {
position: absolute;
left: 0px;
top: -500px;
width: 1px;
height: 1px;
overflow: hidden;
}