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

*
	{
		margin:0px;
		padding:0px;
	}

body
	{
		background-color:#333333;
		margin-top:30px;
		font-family:Arial, Helvetica, sans-serif;	
	}

p
	{
		color:#666666;
		font-size:12px;
		margin:0px;
		margin-bottom:10px;
		line-height:18px;
	}

h1
	{
		font-size:24px;
		color:#FFFFFF;
		margin:0px;
		padding:0px;
		padding-bottom:8px;		
	}
	
h2
	{
		font-size:16px;
		color:#999999;
		margin:0px;
		padding:0px;
		padding-bottom:8px;		
	}

li
	{
		color:#666666;
		list-style-type:circle;
		margin-left:50px;
	}

a
	{
		color:#999999;
	}
	
img
	{
		border:none;
		display:block;
		float:left;
	}	
	
a:hover
	{
		color:#FFFFFF;
	}	

.clear
	{
		clear:both;
	}
	
#container
	{
		margin:0 auto;
	}
	
#paper
	{
		width:888px;
		margin:auto;
	}
	
#header
	{
		width:888px;
		height:324px;
		background:url(../img/header.jpg) bottom no-repeat;
		margin:0px;
		padding:0px;
		overflow:hidden;
	}
	
#nav
	{
		width:888px;
		height:28px;
		background:url(../img/navbg.jpg) no-repeat left;
		margin:0px;
		padding:0px;
		overflow:hidden;
		border:none;
	}
	
#content
	{
		min-height:220px;
		background-image:url(../img/bodybg.gif);
		background-repeat:repeat-y;
	}

.text
	{
		padding:15px 0px;
		width:640px;
	}	
	
#footer
	{
		clear:both;
		height:17px;
		margin:10 0px;
		padding-bottom:10px;
	}	
	
#planetaLogo
	{
		background:url(../img/planeta_logo.gif) no-repeat center;
		height:17px;
		width:53px;
	}
	
#book
	{
		float:right;
		background:url(../img/book_comprar.jpg) no-repeat right top;
		height:189px;
		width:195px;
	}
	
#booksin
	{
		float:right;
		background:url(../img/book.jpg) no-repeat right top;
		height:189px;
		width:195px;
	}	
	
#bodyContent
	{
		padding-left:40px;
	}
	
	
#ElLibroText
	{
		width:60%;
	}
	
#SelloRojo
	{
		float:right;
		height:140px;
		width:221px;
		background:url(../img/sello_rojo.gif) center no-repeat;
		display:block;
		margin-bottom:20px;
	}
	
#Detalles
	{
		border-left:1px solid #eeeeee;
		float:right;
		width:200px;
		padding-left:15px;
		font-size:12px;
		color:#FFFFFF;
		display:block;
	}
	
#ElLibroColumnRight
	{
		width:250px;
		float:right;
	}