@CHARSET "ISO-8859-1";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline:0;
	vertical-align: baseline;
	background: transparent;
}


/******************************************/
/*               ESTRUCTURA               */
/******************************************/

body {
	background: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #6b6868;	
	/*background-color:gray;*/
}




#contenedor {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
  	position: relative;
	text-align: left;
	margin-top: 5px;
	/*background-color: blue;*/
}

#header {
	width: 650px;
	height: 100px;
	float: left;
}

#middle {
	width: 900px;
	/*height: 538px;*/
	float: left;
		
	/*
	min-height:100px;
  	height:auto !important;
  	height:100px;
  	*/
}

#left_panel{	
	float: left;
	width: 145px;
	
	min-height:300px;
  	height:auto !important;
  	height:300px;
  	
}

#right_panel{
	float: left;
	width: 503px;
	border-left: 2px dashed #a73333;
}

#menu{
	text-align: right;
	margin-right: 20px;
}

#free_box{
	height: 125px;
}

#book{
}

#content{
	margin-left:20px;
	min-height:345px;
  	height:auto !important;
  	height:345px;
}

#footer{
	margin-top: 30px;
	color: #a73333;
	font-size: 11px !important;
	height:15px;
	margin-left: 70px;
	text-align: center;
}
