BODY{
	background-image:url('/img/bg.jpg');
	background-position:center -70px;
	background-color:#B89E79;
	background-repeat:no-repeat;
}

#container{
	position: absolute;
	width:960px;
	height:600px;
	top: 0;
	left: 50%;
	margin-left: -480px;  
}

#sidebar{
	position:relative;
	width:280px;
	height:540px;
	float:left;
}

#center{
	position:relative;
	width:680px;
	height:540px;
	float:left;
}

#footer{
	position:relative;
	width:960px;
	float:left;
	height:140px;
}

#artedeporaca{
	width:120px;
	height:202px;
	background-image:url('/img/artedeporaca.png');
	margin:48px 0 0 112px;
}

#logosmall{
	position:absolute;
	width:108px;
	height:38px;
	background-image:url('/img/logosmall.png');
	right:83px;
	top:40px;
}

#contact_info{
	position:absolute;
	height:38px;
	right:83px;
	top:78px;
	text-align:right;
	line-height:15px;
}

.desc{
	position:absolute;
	width:150px;
	height:150px;
	top:350px;
	left:-165px;
	line-height:15px;
}

.btn_facebook{
	position:absolute;
	margin:25px 0 0 110px;
	width:31px;
	height:31px;
	background-image:url('/img/new_facebook_icon.png');
}

.btn_twitter{
	position:absolute;
	margin:25px 0 0 146px;
	width:31px;
	height:31px;
	background-image:url('/img/new_twitter_icon.png');
	background-position:left top;
	background-repeat:no-repeat;
}

.btn_mail{
	position:absolute;
	margin:25px 0 0 182px;
	width:31px;
	height:31px;
	background-image:url('/img/new_email_icon.png');
	background-position:left top;
	background-repeat:no-repeat;
}

.btn_googlemap{
	position:absolute;
	margin:25px 0 0 218px;
	width:31px;
	height:31px;
	background-image:url('/img/new_googlemap_icon.png');
}


.btn_facebook:hover, .btn_googlemap:hover, .btn_mail:hover, .btn_twitter:hover{
	cursor:pointer;
	cursor:hand;
}

#authors_menu{
	margin:0px 0 0 95px;
	padding:19px 0 0 0;
	float:left;
}

#authors_menu h2{
	font-size:14px;
	line-height:14px;
	margin:0px 0 0px 0;
	padding:0 0 15px 0;
}

#authors_menu .rayita{
	border-bottom:1px solid #CCCCCC;
}

#authors_menu ul{
	margin: 19px 0 0 0;
	list-style:none;
}

#authors_menu li{
	padding:0;
	margin:0;
	list-style:none;
	line-height:11px;
}

#authors_menu ul a{
	padding:0;
	margin:0;
	text-decoration:none;
}

#authors_menu ul a:hover{
	text-decoration:underline;
	cursor:pointer;
	cursor:hand;
}
#cuadro{
	width:462px;
	height:462px;
/*	top: 50%;
	left: 50%;
	margin-top: -231px;
	margin-left: -231px; */
	top:30px;
	left:26px;  
	background-image:url('/img/cuadro.png');
	background-position:center;
	position:relative;
	z-index:999;
}

#cuadro .caption{
	display:none;
}

#cuadro .caption:hover{
	display:block;
}

.napkin{
	background-image:url('/img/napkin.jpg');
	width:350px;
	height:350px;
	position:absolute;
	z-index:-1;
	top:87px;
	left:80px;  
}

.loader{
	width:16px;
	height:11px;
	position:absolute;
	z-index:9999;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -80px;
	background-image:url('/icms/img/ajax-loader.gif');
	display:none;
}

.arrow_left, .arrow_right{
	position:absolute;
	top:255px;
	width:20px;
	height:36px;
	cursor:pointer;
	cursor:hand;
}

.arrow_left{
	background-image:url('/img/arrow_left.png');
	left:0px;
}

.arrow_right{
	background-image:url('/img/arrow_right.png');
	right:165px;
}

.fb_share{
	position:absolute;
	top:460px;
	left:500px;
	width:81px;
	height:18px;
}

#fb_share{
	float:left;
	width:81px;
	height:18px;
	background-image:url('/img/FB_compartir.jpg');
	cursor:hand;
	cursor:pointer;
}