Este es el CSS completo
Código CSS:
Ver original@charset "utf-8";
@font-face {
font-family: 'Eras';
src: url('eraslght-webfont.eot');
src: url('eraslght-webfont.eot?#iefix') format('embedded-opentype'),
url('eraslght-webfont.woff') format('woff'),
url('eraslght-webfont.ttf') format('truetype'),
url('eraslght-webfont.svg#ErasLightITCRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family:'Bodoni';
src: url('bodoni-webfont.eot');
src: url('bodoni-webfont.eot?#iefix') format('embedded-opentype'),
url('bodoni-webfont.woff') format('woff'),
url('bodoni-webfont.ttf') format('truetype'),
url('bodoni-webfont.svg#BodoniRoman') format('svg');
font-weight: normal;
font-style: normal;
}
#redes{
width:350px;
height:60px;
float:right;
position:absolute;
top: 445px;
left: 750px;
}
html, body {
text-shadow: 0px 1px 1px #333333;
font-family: 'Eras';
font-size:16px;
font-weight:bold;
margin: 0;
padding: 0;
height: 100%;
color:#000; }
/* COMMON CLASSES */
.break { clear:both; }
/* HEADER */
#header {z-index:0;}
.headerimg {
background-position: center top;
background-repeat: no-repeat;
width:100%; height:100%;
position:absolute;
background-color:#000000; }
/* CONTENT */
#content {
width: 100%;
position: relative;
min-height: 100%;
height: auto !importante;
height: 100%; z-index:1;}
#content p {
padding:10px 20px;
font-size:16px;
width:960px;
margin:0 auto; }
#content p a {
text-decoration:none;
color:#CD2B3A; }
#content p a:hover {
text-decoration:underline;
color:#7F000C; }
h1{
font-family:'Bodoni';
font-size:24px; color:#000; }
#pie {
width: 100%;
position: absolute;
bottom: 0 !importante;
bottom: -1px;
height: 100px;
background-image:url(img/fondo_pie.png);
background-position: center top;
background-repeat:no-repeat;
vertical-align:middle; color:#FFFFFF; }
#cabecera {
width: 100%;
position: relative;
top: 0 !importante;
height: 55px;
background-image:url(img/fondo_top.png);
background-position: center bottom;
background-repeat:no-repeat;
vertical-align:middle;
color:#FFFFFF;
font-weight:bold; }
.cabecera a {
text-decoration:none;
color:#fff;
font-weight:bold; }
#contenido {
background-image:url(img/fondoNegro50.png);
padding:15px;
height:500px;
width:920px;
margin:100px auto 0 auto;
-moz-border-radius:5px;
-webkit-border-radius:5px;
color:#000;
position:relative;
}