/* TAGS --------------------------- */
/* autor:www.trestristestigres.com */
/* otori                       */
/* fecha: oct - 2006                */

/* general ----- */
body{
	margin: 0px 0px 0px 0px;
	color: #F9F9F9;
	background-color:#000000;
	font-size: 12px;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;	
	background-image: url(../images/bg_body.jpg);	
}

	img  {border: solid 0px #000;margin:0px;padding:0px;}
	.clear_all {clear: both;}
	.margen_derecha{margin-right:10px;}
	.negrita{font-weight:bold;}
	.subrayado{text-decoration:underline;}
	.centrado{text-align:center;}
	a{text-decoration:none;color: #fd9c00;	background-color:transparent;}
	a:hover{text-decoration:underline;	background-color:transparent;}

/***CONTENEDORES GENERALES**************/
#base { 
	margin: 0px auto;
	width: 640px;
	background-color:#000000;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

#cabecera {
	width: 100%;
	height: 142px;
	margin:0px; 	
	background-color:#000000;
}

#pie{
	margin: 20px 0px 0px 0px;
	width: 100%;	
	height: 42px;	
	background-image: url(../images/pie.jpg) ;
	background-repeat: no-repeat;
}

#centro{
	width: 100%; 
}


#centro #submenu {	
	margin-top: 70px;
	padding: 10px 0px 0px 30px;
	height: 48px;
	width: 640px;
	background-repeat: no-repeat;
}

#centro #submenu .titulo{
	font-family: Trebuchet MS, Verdana, Tahoma, Helvetica, sans-serif;
	color: #fd9c00; 	
	font-size: 20px;
	font-weight:bold;
	text-transform: uppercase;
}
#centro #submenu .enlaces{
	font-family: Trebuchet MS, Verdana, Tahoma, Helvetica, sans-serif;
	color: #fd9c00; 	
	font-size: 11px;
	font-weight:bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}


#contenido{
	margin:20px 0px 10px 0px;
	padding: 0px 30px 0px 30px;
	line-height: 16px;
}

#contenido2{
	margin:90px 0px 10px 0px;
	padding: 0px 30px 0px 30px;
	line-height: 16px;
}

.seccion_titulo{
	font-family: Trebuchet MS, Verdana, Tahoma, Helvetica, sans-serif;
	display:block;
	line-height:22px;	
	color:#fd9c00;
	font-weight:bold;
	margin-top:25px;
	margin-bottom:5px;
	font-size:18px;
}

.seccion_subtitulo,
.seccion_subtitulo a{
	font-family: Trebuchet MS, Verdana, Tahoma, Helvetica, sans-serif;
	display:block;
	line-height:22px;	
	color:#8e1018;
	font-weight:bold;
	margin-bottom:5px;
	font-size:14px;
}

.inicio{
	display:block;
	text-align: right;
	font-size: 9px;
	color:#FD9C00;
}

.bloque_libro .imagen{float:left; width: 210px;}
.bloque_libro .imagen img{margin-bottom: 10px;}
.bloque_libro .descripcion{float:left; width: 370px;}
.bloque_libro .descripcion .titulo{color: #FFFFFF; font-weight: bold; display: block; margin-bottom:10px; text-transform: uppercase;}

.bloque_autora .imagen{float:left; width: 160px;}
.bloque_autora .imagen img{margin-bottom: 10px;}
.bloque_autora .descripcion{float:left; width: 410px;}
.bloque_autora .descripcion .titulo{color: #FFFFFF; font-weight: bold; display: block; margin-bottom:10px; text-transform: uppercase;}
