@charset "utf-8";
/* CSS Document */

body {
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-attachment: scroll;
	background-image: url(../img/fondo_blog.png);
	background-position: 0px 0px;
	color:#666;
}

h1,h2,h3,h4 {
}

.logo {
	position:relative;
	top:10px;
	left:20px;
	border:none;
}

.slogan {
float:left;
	border:none;
	width:320px;
	text-align:right;
	font-size:20px;
	color: #666;
}


hr, .clearAll {
	clear: both;
}

.SlidingPanels {
	width: 950px;
	height: 280px;
}
.SlidingPanelsContent {
	width: 950px;
	height: 280px;
}


.bodypart2 
{
	position:absolute;
	top:10px;	
	width:96%;
  	margin-left:2%;
  	margin-right:2%;
}



