
div#wrapper{
	width:100%;
	margin: 0px auto 0px auto;
	text-align: left;
	background: url(../img/skin_front/canvas_bg.gif) 0 30px repeat-x #dadada;
}

div#header{
	width:100%;
	margin: 0px;
	background:url(/img/skin_front/header_bg.jpg) 0 0 repeat-x;
}

div#headerContent{
	width: 835px;
	height:30px;
	margin: 0 auto;
}

div.mediumBox{
	border:1px solid #AAAAAA ;
	padding:5px;
	background: #ccc;
	width:430px;
}

div#rightColumn{
	float:right;
	min-height: 300px;
	width:193px;
	width:183px;
	padding:0px;
	padding-top:30px;
}

div#content{
	height: 100%;
	display: block;
	float:left;
	margin: 0;
	padding:30px 0px 0px 0px;
	min-width:630px;
}
div#content-wide{
	height: 100%;
	display: block;
	float:left;
	margin: 0;
	padding:30px 0px 0px 0px;
	min-width:680px;
}



div#contentFrame{
	margin:40px 20px 20px 160px;
	width:410px;
}

div#contentFrame a{
color:#C40000;
text-decoration:none;
}

div#contentFrame a:hover{
text-decoration:underline;
}

/*
* está en las páginas de readers
*/
.central-content{
	margin:10px 20px 10px 160px;
}

div#leftColumn{
	width: 138px;	
	position:absolute;
	left:85px;
	top:0px;
	display:block;
}

div#contentSideBar{
	display: block;
	float:left;
	width: 138px;	
	border:0px;
	margin:20px 0px 0px 0px;
	text-align:left;
	overflow:hidden;
}

div#contentBar{
	width: 685px; 
	overflow: hidden;
	height:auto !important;
	
	background: url(../img/content_bar_corner.gif) right bottom no-repeat #cccccc;
	margin-left:138px;
	text-align:left;
}

a#logo{
	display: block;
	float: left;
	background:url(/img/skin_front/logo.png) 0 0 none;
	z-index: 5;
	margin: 0px;
	overflow: hidden;
}
a#logo img {
}



/*   LOCALES    */
ul#langlist{
	z-index: 0;
	font-family:"Arial";
	font-size:12px;
}

ul#langlist a {
	color:#FFF;
	text-decoration:none;
	
}

ul#langlist a:hover {
	color:#FFCCCC;
}
ul#langlist a.selected {
	color:#FF0000;
}




/* footer */
div#footer{
	margin-bottom: 0px;
	font-size:30px;
	color:#000000;
	text-align:center;
	background:url(../img/skin_front/footer_bg.jpg) 0 0 repeat-x;
	height:30px;
}

