@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;
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;
height: 0px;
padding: 30px 0 0 0;
background: #6d876b url(imagenes/barra-inferior.gif) no-repeat;
#pie .email {
top: -0px;
left: 620px;
padding: 20px 0 0 0;
.hidden {
position: absolute;
left: 0px;
top: -500px;
width: 1px;
height: 1px;