/*GENERAL*/
HTML{
 
	SCROLLBAR-FACE-COLOR: #0c0c0c;
	SCROLLBAR-HIGHLIGHT-COLOR: #0c0c0c;
	SCROLLBAR-SHADOW-COLOR: #0c0c0c;
	SCROLLBAR-3DLIGHT-COLOR: #0c0c0c;
	SCROLLBAR-ARROW-COLOR: #800b0b;
	SCROLLBAR-TRACK-COLOR: #0c0c0c;
	 SCROLLBAR-DARKSHADOW-COLOR: #0c0c0c;
}
body{
	margin: 0px;
	color: #9b9b9b;
	font-family: tahoma;
	font-size: 11px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #0c0c0c;
}
a{
	color: #c11818;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #e32c2c;
	text-decoration: none;
}
/*HEADER*/
#slide {
	position:absolute;
	top:426px;
	width:1000px;
	height:66px;
	z-index:1;
}
/*BOXES STYLES*/
.boxes{
	margin-bottom: 20px;
}
.bottom{
	padding-bottom: 30px;
	background-image: url(images/sidebar/bottom_boxes.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.boxes_pad{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
}
.boxes_pad strong{
	color: #b21111;
}
.boxes_pad strong:hover{
	color: #be1414;
}
.destacado1{
	background-color: #540d0d;
	padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 2px;
	border: 1px solid #801515; 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	color: #835454;
}
.destacado1:hover{
	background-color: #731111;
}
/*IMAGE STYLES*/
.medium_pictures{
	background-image: url(images/sidebar/medium_pictures.png);
	background-position: center;
	padding: 13px;
}
.elites a img{
	background-color: #540d0d;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 2px;
	opacity:.70;
	filter: alpha(opacity=70);
 	-moz-opacity: 0.7;
	border: 0px;
}
.elites a img:hover{
	background-color: #731111;
	opacity:.90;
	filter: alpha(opacity=90);
 	-moz-opacity: 0.9;
}
.latestpictures a img{
	background-image: url(images/header/latestpicsbg.png);
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 0px;
}
.latestpictures a img:hover{
	background-image: url(images/header/latestpicsbg_hover.png);
}
/*NEWS*/
.news_title{
	background-image: url(images/news/title.jpg);
}
.news_body{
	background-image: url(images/news/bg1.jpg);
	background-repeat: no-repeat;
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 10px;
}
.news_subtitle{
	background-color: #2e2e2e;
	color: #4b4b4b;
	font-size: 9px;
	border: 1px solid #4b4b4b;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px;
}
/*TWEETS*/
ul#twitter_update_list{
margin: 0;
padding: 0;
}
#twitter_update_list li{
	list-style: none;
	display: block;
	background-color: #830a0a;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	opacity:.70;
	filter: alpha(opacity=70);
 	-moz-opacity: 0.7;
	padding: 4px;
	border: 0px;
	margin: 2px;
	text-align: left;
}
#twitter_update_list li:hover{
	opacity:.90;
	filter: alpha(opacity=90);
 	-moz-opacity: 0.9;
}
.thumb, .image{
	background-image: url(images/pics.png);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 0px;
}
.thumb:hover, .image:hover{
	background-image: url(images/picshover.png);
}