/*General*/

* { 
	padding : 0;
	color: #1F1F1F;
	font-family: Lucida Sans, Arial; 
	font-size: 11px;
} 

html{
	overflow-x: hidden;
	overflow-y: scroll;
}

body{
	margin : 0 auto;
	width: 1000px;
}

p  {
	margin-bottom: 5px;
}

h1, h2, h3{
	text-transform: uppercase;
	border-left: 2px solid #800517;
	font-size: 110%;
	padding: 10px;
}

a {
	color: #800517;
}

a:hover {
	color: #C12869;
}

img{
	margin-bottom: 5px;
	margin-right: 5px;
	border:0px;
}

/* estructura */

#header{
	float: right;
	margin-top: 10px;
	width: 1000px;
	height: 170px;
	background: #000000 url(../img/banner2.jpg) no-repeat center top;	
	cursor: pointer;
	-moz-border-radius-topleft: 50px;	
}

#claim {
	clear: both;
    	background: #000000;
	padding: 5px;
}

#claim center{
	text-transform: uppercase;
	color: #ffffff;
}

#buscador{
	margin-top: -30px;
	float : left;
	width: 240px;
	height: 240px;
	background: #000000 url(../alb_mas/superjunko_thb_4aranas.jpg) no-repeat center center;    	
}

#navigation {
	margin-top: -30px;
	float: right;
	width: 750px;
	height: 230px;
	background: #000000;
	-moz-border-radius-bottomright: 10px;
	padding: 5px;
} 

#navigation h5{
	color: #ffffff;
	text-transform: uppercase;
	border-left: 2px solid #800517;
	font-size: 130%;
	margin-top: 60px;
	margin-bottom: 10px;
}

#navlist td{
	border: 1px solid #000000;
	color: #999999;
	padding: 5px;
}

#navlist img{
	width: 133px;
	margin: 0 auto;
}

#navlist td:hover {
	color: #ffffff;	
	border: 1px solid #ffffff;
}

#pre_content { 
	clear: both;
	height: 10px;
	-moz-border-radius-topright: 10px; 
	background: #F5F5F5;
}

/* Columnes */

#columna_esquerra {
	float: right;
	width: 745px;	
	padding: 5px;
	border-left: 245px solid #F5F5F5;
	margin-left: -245px;
	background: #F5F5F5;	
	height: auto !important;	
}

#columna_dreta {
	float: left;
	width: 230px;
	padding: 5px;
	background: #F5F5F5;
	border-right: 1px solid #800517;	
	height: auto !important;
}

/* Altres */

.post {
	width: 98%;
	background: url(../img/img03.gif) no-repeat right top;
	border-bottom: 1px dotted #bbb;	
	margin-bottom: 20px
}

.byline {
	font-size: 80%;	
	color: #646464;
	text-align: left;
	text-decoration: bold;
}

.post img{
	float: left;
}

.post p{
	float: right;
}

.post ul {
	list-style: square inside;
}

.post li{
	line-height: 175%;
	margin-left: 10px;
}

#sidebar {
	background: #5E5E5E;
	color: #ffffff;
	padding: 5px;
	margin-bottom:10px;
	-moz-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-webkit-border-radius: 10px;
	line-height: 250%;
	font-size: 95%;
}

#sidebar h1, h2, h3 {
	text-transform: uppercase;
	font-size: 110%;
	padding: 5px;
	color: #ffffff;	
}

#sidebar ul {
	list-style: none;
	margin: 5px;	
}

#sidebar li{
	border-bottom: 1px dotted #bbb;
	color: #ffffff;	
}

#sidebar a{
	color: #ffffff;
	text-decoration: underline;
}

#sidebar img{
	border: 0;
	display: block;
	margin: auto;
	padding: 5px;	
}

#sidebar p{
	color: #ffffff;
	line-height: 120%;
}

#twitter_div ul li{
	color: #ffffff;
	line-height: 150%;
	margin-bottom:10px;
}

/* Footer */

#footer {
	clear: both;
	width: 1000px;
	background: #F5F5F5;
	-moz-border-radius-bottomright: 50px;
	margin-bottom: 10px;	
}
#text_footer {
	float: center;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
}
#sjinternet {
	float: right;
	width: 140px;
	border: 2px solid #800517;
	-moz-border-radius-topleft: 50px;
	margin-right: 20px;
	margin-top: -40px;
	padding: 5px;
}

/* alb_mas */
#alb{
	width: 600px;
	margin:0;
	background: #efefef;
}

#alb_header{
	width: 100%;
	height: 50px;
	background: #000000 url(../img/banner_mobile.jpg) no-repeat center center;		
	cursor: pointer;
	-moz-border-radius-topleft: 50px;
}

#alb h4{
	background: #000000;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 120%;
	padding: 5px;
}
#alb table{
	width: 100%;
	background: #efefef;
	border= 0px;
	margin-top: -10px;
	padding: 5px;
}
#alb td{
	width: 33%px;
	padding: 5px;
	vertical-align: top;
}

#alb td td td{
	padding: 0px;
	-moz-border-radius-bottomleft: 50px;
}

#alb td img{
	width: 150px;
}

#alb ul{
	list-style-type: square;
	list-style-position: inside;
	line-height: 20px;
}

#alb tr {
	-moz-border-radius-topleft: 50px;
}
