me echas una mano?
Avancé algo
Código CSS:
Ver original/*Estructura body, header, article, footer*/
body {
margin: 0px;
overflow:hidden;
background-color: red;/*#333333;*/
min-width: 950px;
height: 100%;
overflow: auto;
}
header {
float: left;
height: 80px;
min-width: 910px;
padding:20px;
background-color: #333333;
}
article {
float: left;
min-width: 750px;
min-height: 200px;
padding-left: 100px;
padding-right: 100px;
padding-top: 50px;
padding-bottom: 50px;
background: url(fondo.png) repeat-x #FFFFFF;
}
footer {
float: left;
border-top: 8px solid #606060;
background-color: #333333;
min-height: 42px;
min-width: 950px;
clear: both;
}
/*Fuentes y otros*/
@font-face {
font-family: 'Sans';
src: local("@"), url('fuentes/sans.ttf') format("truetype");
}
@font-face {
font-family: 'Purisa';
src: local("@"), url('fuentes/purisa.ttf') format("truetype");
}
li {
list-style:none;
}
/*Cabecera*/
section.logo {
float: left;
width: 360px;
}
section.login {
float: right;
width: 550px;
}
ul.login {
float: right;
padding-left: 19px;
margin:0;
}
input.login {
border: 5px solid #808080;
padding-left: 8px;
padding-right: 8px;
font-size: 14pt;
width: 210px;
height: 40px;
}
.texto_cabecera {
color: #e3dedb;
font-size: 19pt;
font-family: Sans;
}
/*Article*/
section.registro {
float: left;
width: auto;
}
.registrate {
color: #ffd42a;
font-size: 50pt;
font-family: Purisa;
text-align:center;
}
.form_registro {
border-spacing: 15px 25px;
}
.texto_registro {
color: #999999;
font-size: 31pt;
font-family: Sans;
text-align:right;
}
.boton_registro {
text-align:center;
}
section.blind {
float: right;
width: auto;
text-align: left;
}
/* Botones */
.boton {
background-color: #6c5d53;
border: 4px solid #483e37;
color: #fff6d5;
width: 196px;
height: 55px;
font-size: 20pt;
font-family: Sans;
}