h1 {
	font-family: Times New Roman;
	color: #ffde00;
	font-size: 12px;
      font-weight: bold;
}
p {
	font-family: Times New Roman;
	color: #CCCCCC;
	font-size: 12px;

}
a {
	text-decoration: underline;
	font-family: Times New Roman;
	color: #ffde00;
	outline: none;
	font-size: 12px;
      font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-family: Times New Roman;
	color: #ffde00;
	outline: none;
	font-size: 12px;
      font-weight: bold;
}

.news { 	font-family: Times New Roman;
	color: #CCCCCC;
	font-size: 12px; } 

/* COMMONT STYLE
---------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
      background-position: top center;
      background-image:url(http://i49.tinypic.com/260bnuv.jpg); 
	background-repeat: repeat-x;
	background-color: #0d0d0d;
	font: 12px Times New Roman;
	color: #CCCCCC;
}

body#bd {
	text-align: right;
	margin: 0px;
}


/* HEADER
---------------------------------------------------------------*/
#header {
	width: 780px;
      height: 33px;
	position: center;
}

/* MAIN LAYOUT
---------------------------------------------------------------*/
#container {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#main {
	width: 100%;
	vertical-align: top;
}

/* LEFT COL + RIGHT COL
---------------------------------------------------------------*/
#content {
      float: left;
      width: 710px;
      background: #0d0d0d;  
      height: 100%;
}


#agenda {
      margin: 0 auto;
      width: 300px;
      height: 200px;
      border: 3px solid #999;
      line-height: 140%;
      overflow: scroll; 
      overflow-x: hidden;
}



#leftcol {
	width: 180px;
	float: left;
	margin: 0px 0 0px 0px;
	display: inline;

}

#idioma {
    padding-left: 0px;
    position: absolute;
    left: 0px;
    top: 340px;
    width: 104px;
    height: 33px;
}

#des2 {
    padding-left: 1px;
    position: absolute;
    top: 34px;
    width: 54; 	
    background: #absolute;
}

#des1 {
    padding-left: 55px;
    position: absolute;
    top: 35px;
    width: 610px; 
    height: 600px;
    background: #0d0d0d;
}

#todos {
    padding-left: 0px;
    position: absolute;
    top: 245px;
    width: 610px; 
    background: #0d0d0d;
}
#tags {
    padding-left: 55px;
    position: fixed;
    top: 34px;
    width: 530px; 
    height: 300px;
    background: #0d0d0d;
}





/* Clearfix */
.clearfix:after{
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

.clearfix{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}

.clearfix{
	display: block;
}