@charset "utf-8";
/* CSS Document */

body,html{
 height: 100%;
 padding: 0;
 margin:0;
 font-family:Verdana, Geneva, sans-serif;
 background: #282828;
}

h1{
	font-weight:normal;
	font-style:italic;
	margin-left:20px;
font-size: 0.7em;
color:#999
}

#table{
 display: table;
 width: 490px;
 height: 100%;
 margin: auto;
}
#cell{
 display: table-cell;
 vertical-align: middle;
}
#contenido{
 height: 380px;
 text-align:right;
 padding-left:4px;
}

.contenedor{
width:480px;
height:340px;
padding:0px;}