html{
	}

body, table{
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 0 0px;
	background-color: #FFF;
	}
	
.txt_rojo{
	color: #A90000;
	}
		
a, .txt_gris{
	color: #898991;
	}
	
a:hover{
	color: #000;
	}
	
.boton{
	position: relative;
	width: 90px;
	height: 27px;
	padding-top: 4px;
	text-align: center;
	background-image: url(imagenes/bt_fondo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	
.boton a{
	font: 13px Arial;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	}
	
.boton a:hover{
	color: #000;
	}
	
.link_libro{
	padding: 0px 0px 0px 20px;
	background-image: url(imagenes/descarga.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	
.titulo{
	font-size: 26px;
	font-weight: bold;
	border-bottom: 1px solid #989898;
	}
	
.titulo_libro{
	font-size: 13px;
	color: #000;
	font-weight: bold;
	}
	
.autor_libro{
	position: relative;
	font-weight: bold;
	padding-bottom: 5px;
	}
	
#div_body{
	position: absolute;
	margin:0 auto;
	width: 100%;
	]text-align: center;
	}
	
#div_contenido{
	position: relative;
	margin: 0px auto;
	width: 800px;
	]text-align: left;
	}
	
.txt_entrada{
	font-size: 14px;
	font-weight: bold;
	}
	
#div_stream{
	position: relative;
	height: 420px;
	margin-top: 30px;
	width: 890px;
	}
	
#div_twitter, #div_facebook_1, #div_facebook_2{
	]position: absolute;
	float: left;
	margin: 0px 20px 0px 20px;
	}
	
#div_facebook_1{
	]left: 292px;
	}
	
#div_facebook_2{
	]left: 581px;
	}
	
#txt_pie{
	position: relative;
	font-size: 11px;
	width: 860px;
	text-align: center;
	padding: 20px 0px 20px 0px;
	}
	
#txt_pie p{
	margin: 4px 0px 0px 0px;
	}
	
.msg_error{
	color: #ea000b;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	}
	
#mascara{
	position: absolute;
	z-index: 109;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.30;
	filter: alpha(opacity=30);
	}

#div_forms{
	position: absolute;
	z-index: 110;
	background-color: #FFF;
	top: 50%;
	left: 50%;
	width: 460px;
	height: 170px;
	margin-top: -85px;
	margin-left: -230px;
	padding: 15px 0px 0px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #EA000B;
	}
	
#div_cerrar_sesion{
	position: relative;
	width: 860px;
	height: 27px;
	]height: 38px;
	padding: 10px 5px 0px 5px;
	font-weight: bold;
	border: 1px solid #989898;
	background-color: #f9f9f9;
	}
	
#txt_login{
	position: absolute;
	color: #529300;
}

#salir_login{
	position: absolute;
	right: 10px;
}