body{
 background:#fff url(../../images/fondo.png) repeat-x;
 color:#333;
 font-family:tahoma,arial,sans-serif;
 font-size:.8em;
 margin:0;
 padding:0;
}

#contenedor{
 margin:200px auto 0 auto;
 width:810px;
}
img{
	border:solid 0;
}
ul#menu_editoriales {
	overflow:hidden;
	width:100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#menu_editoriales li {
	float: left;
	margin: 0;
	
}
#pie{
    color:#fff;
    background:#353535;
    font-size:.8em;
    overflow:hidden;
    width:100%;
    margin-top:40px;
}
#creditos{
    margin:10px;
}
#ttt{
    height:20px;
    width:49px;
    float:right;
    margin:0 10px 10px 10px;
}
#ttt a {
    background:url(../../images/ttt.gif) no-repeat;
    height:20px;
    display:block;
    text-indent:-99999px;
    width:49px;
}