@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 14px 0;
    font-family: 'Trebuchet MS', Helvetica;
            }
        
p {
    margin: 14px 0;
    font-family: 'Trebuchet MS', Helvetica;
}

:focus {
  -moz-outline-style:none;
}

a:active {
  outline:none;
}

/* ------------------------------------------------------ generic */

body {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #fff;
	letter-spacing: 0px;
	font: 16px sans-serif;
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
	/*padding:150px 50px;*/
}

#wrapper {
	width: 900px;
	height: 700px;
	position: relative;
	left: 50%;
	margin-left: -450px;
}

/* ------------------------------------------------------ header */

#header	{
	margin-top: 20px;
	width: 650px;
	height: 50px;
	margin-left: 50px;
}

#libros	{
	float: left;
	margin: 5px;
}

#fotos	{
	float: left;
	margin: 5px;
}

#productos	{
	float: left;
	margin: 5px;
}

#img_libros	{
	border: 0px;
}
#img_fotos	{
	border: 0px;
}
#img_productos	{
	border: 0px;
}

/* --------------------------------------------------------- logo */


#logo	{
	width: 900px;
	margin-left: 20px;
	margin-bottom: 40px;
}

#nombrefoto	{
	color: black;
	font-size: 28px;
}

#nombreenlinea	{
	color: #FF9700;
	font-size: 28px;
}

#construccion	{
	margin-top: 36px;
	width: 900px;
	height: 288px;
	background: url(/images/construccion.png) no-repeat center;
}

/* -------------------------------------------------------- center */

#center {
	width: 900px;
	height: 200px;
	padding-left: 150px;
	//background-color: #666;
	/*margin-top: 10px;*/
}
/* -------------------------------------------------------- footer */

#footer	{
float: left;
	width: 900px;
	height: 50px;
	margin-top: 10px;
}

#footer	ul {
	list-style: none;
	margin-top: 70px;
	text-align: center;
	color: #666;
	font-size: 12px;
}

#footer ul li#nueva	{
	height: 50px;
	padding-top: 15px;
	color: black;
	font-size: 14px;

}

#footer ul li a	{
	text-decoration: none;
	color: #999;
}

#footer ul li a:hover	{
	text-decoration: none;
	color: #FF9700;
}



