body {
	
	text-align: center;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color: #333;
	background: #68958a url(img/fondo.jpg) repeat-x fixed;
}

a:link, a:visited{
	color: #ff6600;
}
a:hover{
	color: #000;
}
a:active{
	color:red;
}

input, textarea{
	clear: left;
	float: left;
	padding: 2px;
	margin-bottom: 1em;
	background: #fefef8;
	border: #cdd9b3 2px solid;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
}

input:focus, textarea:focus{
	background-color: #ffffcc;
}

a.botonEnviar:link, a.botonEnviar:visited{
	display: block;
	float: left;
	width: 18px;
	height: 19px;
	margin: 1px 0 0 5px;
	background: url(img/btn_enviar.gif);
}

a.botonEnviar:hover, a.botonEnviar:active{
	background: url(img/btn_enviar_over.gif);
}

hr {
	border-top: #cdd9b3 5px solid;
}

h1 {
	text-indent: -9999px;
	float: left;
	overflow:hidden;
}


#main{
	margin: auto;
	text-align: left;
	width:760px;
	padding: 0 25px 0 25px;
	border-top: #4b7292 30px solid;
	background: #fff url(img/img_logo_header.jpg) no-repeat top;
}

ul#solapas {
	display: block;
	float: right;
	clear: right;
	list-style: none;
	width: 600px;
	margin-bottom: 30px;
}

ul#solapas li {
	display: block;
	float: right;
	margin-left: 4px;
	background: url(img/img_solapa_izq.gif) no-repeat;
}

ul#solapas a:link, ul#solapas a:visited {
	display: block;
	padding: 7px .7em 0 .7em;
	height: 21px;
	background: url(img/img_solapa_der.gif) top right no-repeat;
	color: #fff;
	text-decoration: none;
}

/* Para IE:*/
* html ul#solapas a:link, * html ul#solapas a:visited{
	display: inline-block;
}

ul#solapas a:hover, ul#solapas a:active {
	color: #333;
}

ul#solapas li.selected {
	background: url(img/img_solapa_selected_izq.gif) no-repeat;
}

ul#solapas li.selected a:link, ul#solapas li.selected a:visited {
	background: url(img/img_solapa_selected_der.gif) top right no-repeat;
}

ul#solapas li.selected a:hover, ul#solapas li.selected a:active {
	color: #fce8bd;
}

#buscador {
	float: right;
	clear: right;
	width: 175px;
	padding-bottom: 35px;
	margin-bottom: 1em;
	background: url(img/powered_by_goggle.jpg) no-repeat 0 bottom;
}
#buscador2 {
	float: right;
	clear: right;
	width: 175px;
	padding-bottom: 4px;
	
	
}


#buscador input{
	width: 75%;
}

.paginado{	
	float: left;
	width: 525px;
	padding-bottom: 20px;
}

.paginado .anteriores {
	display: block;
	float: left;
	padding: .5em 10px .5em 25px;
	background: #f9fbd8 url(img/img_flecha_izq.gif) no-repeat left;
	text-decoration: none;
}

.paginado .siguientes {
	display: block;
	float: right;
	padding: .5em 25px .5em 10px ;
	background: #f9fbd8 url(img/img_flecha_der.gif) no-repeat right;
	text-decoration: none;
}

#sidebar {
	float: right;
	clear: right;
	width: 175px;
}


#sidebar ul{
	margin: .9em 0 1.5em 0;
	list-style-type: none;
}

#sidebar ul a:link, #sidebar ul a:visited{
	color: #000;
	text-decoration: none;
}
#sidebar ul a:hover, #sidebar ul a:active{
	color: #000;
	text-decoration: underline;
}


#sidebar li{
	margin-bottom: .8em;
}

#sidebar li img {
	vertical-align: bottom;
}

#sidebar .titulo {
	padding: 6px 6px 4px 6px;
	font-size: 1.2em;
	color: #fce8bd;
	background: #5480a4 url(img/img_titulo_arriba.gif) top no-repeat;
}
#sidebar .tituloCierre {
	height:10px;
	background: url(img/img_titulo_abajo.gif) no-repeat ;
}


.post{
	float: left;
	width: 525px;
	padding-bottom: 50px;
	line-height: 1.5em;
}

.post h2{
	font-size: 1.3em;
	line-height: 1.1em;
	margin-bottom: .3em;
	color: #000;
}

.post h3{
	font-size: 1.9em;
	line-height: 1.1em;
	margin-bottom: .3em;
	color: #000;
}

.post h3 a:link, .post h3 a:visited{
	color: #000;
	text-decoration: none;
}

.post h3 a:hover, .post h3 active{
	color: #ff6600;
}

.post h4{
	font-size: 1.3em;
	margin-bottom: .2em;
	color: #9d9d9d;
}

.post img {
	margin: .5em  0 .5em 0;
	border: #5480a4 5px solid;
}

.post .info {
	font-size: .9em;
	margin-bottom: 3em;
}

.post .fecha {
	float: left;
	width: 51px;
	height: 44px;
	margin-right: 15px;
	background: url(img/img_fecha_fondo.jpg) no-repeat;
	padding-top: 12px;
}

.post .fecha .dia{
	text-align: center;
	letter-spacing: -1px;
	font-size: 2.2em;
	font-family: "Trebuchet MS","Lucida Grande", Verdana, sans-serif;
	color: #5480a4;
	display:block;
	margin-bottom: 8px;
}
/* Para IE:*/
* html .post .fecha .dia{
	font-weight: bold;
}


.post .fecha .mes{
	text-align: center;
	color: #666;
}

.post .encabezado {
	display: block;
	float: left;
	width: 459px;
}

.post .datosLibro {
	clear: left;
}

.post .datos {
	float: left;
	margin-top: 1em;
	font-style: italic;
}

.post .pdf {
	float: right;
	height:41px;
	padding: 10px 0 0 45px;
	margin: 1em 0 0 25px;
	background: url(img/ico_pdf.jpg) no-repeat;
}

.post .buscador {
	padding: 10px 15px 15px 15px;
	margin-top: 1em;
	border: #e1ebf2 1px solid;
	background: url(img/powered_by_goggle.jpg) no-repeat 375px 20px;
}

.post .buscador input{
	width: 50%;
	margin-bottom: 0;
}

.post .dineroMail {
	clear: both;
	padding: 15px;
	margin-top: 1em;
	border: #e1ebf2 1px solid;
	background: #f4f9fc;
	font-size: .9em;
	line-height: 1.25em;;
}

.post .comprar {
	height: 3em;
	clear: both;
	background: #e1ebf2 url(img/fondo_comprar.gif) no-repeat left top;
	margin-top: 1em;
	padding: 10px 10px 20px 85px;
}

.post .comprar strong {
	display:block;
	font-size:1.2em;
	margin-bottom:5px;
}

.post .comprar a:link, .post .comprar a:visited{
	display: inline-block;
	padding: .4em;
	background-color: #f60;
	text-decoration: none;
	color: #fff;
}

.post .comprar a:hover, .post .comprar a:active{
	background-color: #000;
	text-decoration: none;
}

.post .infoCierre {
	clear: left;
	margin-top: 1em;
	padding-bottom: 1em;
	border-bottom: #cdd9b3 5px solid;
	text-align: right;
}

.post .infoCierre .hayComentarios {
	float: left;
	padding-top: 9px;
}

.post .infoCierre .hayComentarios a:link, .post .infoCierre .hayComentarios a:visited {

	background: #ff6600;
	padding: 3px;
	color: #fff;
	text-decoration: none;


}

.post .infoCierre .hayComentarios a:hover, .post .infoCierre .hayComentarios a:active {
	background: #000;
	text-decoration: none;
	color:#fff;
}

.post .comentario {
	margin: 2em 0 2em 0;
	padding: 15px 50px 15px 0;
	background-color: #f9fbd8;
}

.post .alter {
	background-color: #fff;
}

.post .formu {
	background: #fff url(img/fondo_trama.gif);
}

.post .comentario .numero{
	float: left;
	width: 50px;
	color: #5480a4;
	letter-spacing: -1px;
	font-size: 22px;
	font-family: "Trebuchet MS","Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

.post .comentario .autor{
	float:left;
	color: 000;
	font-weight: bold;
}

.post .comentario .fechaComentario{
	float: right;
	color: #5480a4;
}

.post .comentario .texto{
	clear: both;
	padding: 1em 0 0 50px;
}

.post .comentario label {
	display: block;
	clear: left;
}

.post .comentario input, .post .comentario textarea {
	margin: 0 1em .5em 0;
	width: 55%;
}

.post .comentario textarea {
	height: 8em;
}

.libro img{
	float: left;
	clear: left;
	margin: 0 1.5em 1em 0;
	border: #5480a4 5px solid;
}

a.botonEnviarGrande:link, a.botonEnviarGrande:visited{
	display: block;
	float: left;
	height: 19px;
	padding: 0 45px 0 0;
	margin: 1em 0 1em 0;
	background: url(img/btn_enviar.gif) right no-repeat;
	text-decoration: none;
}

a.botonEnviarGrande:hover, a.botonEnviarGrande:active{
	background: url(img/btn_enviar_over.gif) right no-repeat;
}

.nav{
	float: left;
	width: 525px;
	padding-bottom: 20px;
}

a.botonAnteriores {
	display: block;
	float: left;
	padding: .5em 10px .5em 25px;
	background: #f9fbd8 url(img/img_flecha_izq.gif) no-repeat left;
	text-decoration: none;
}

a.botonSiguientes {
	display: block;
	float: right;
	padding: .5em 25px .5em 10px ;
	background: #f9fbd8 url(img/img_flecha_der.gif) no-repeat right;
	text-decoration: none;
}


#footer {
	clear: both;
	margin: auto;
	width: 760px;
	padding: 1em 0px 1em 0px;
	background: #4b7292;
	color: #fff;;
}

