html, body{
	height: 100%;
	margin: 0px;
}
body {
	background: #1e1d1d;
	line-height: 1.1em !important; 
	line-height: 1.2em; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a{
	color: #ffffff;
	text-decoration: none;
}
p{
	margin-bottom: 10px;
}
#main{
	margin-left: 25px;
	padding-top: 40px;
}

/* SIDEBAR */
#sidebar{
	width: 200px;
	float: left;
}

#logo{
	width: 200px;
	height:70px;
	margin-left: -9px;
}

#sidebar #menu{
	margin-top: 30px;
	line-height: 1.1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*Nivel 1*/
#sidebar #menu li a{
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;		color: #ffffff
}
#sidebar #menu li a:hover,
#content p a:hover{
	color: #1e1d1d;
	background: red;
}
/*Nivel 2*/
#sidebar #menu li ul{
	margin: 8px 0px 10px 0px!important;
	margin: -7px 0px 10px 0px;
}
#sidebar #menu li li a{
	font-weight: normal;
	text-transform: capitalize;
}
#sidebar #menu a .resalte{
	color: red;
	text-transform: lowercase;
	
}
#sidebar #menu a:hover .resalte{
	color: #1e1d1d;
}

#sidebar #copyright{
	 margin-top: 50px;
}

/* CONTENT */
#content{
	margin-top: 40px;
	margin-left: 0px;
	padding: 0px 10px 10px 10px;
	float: left;
	width: 500px;
	overflow: hidden;
}
#content,
#content p,
#content li,
#content li .resalte,
#content .backtotop,
#content .backtotop a{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff; 
}

#content h1,
#content h2,
#content h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
	padding-top: 6px;
	font-weight: normal;
	margin-bottom: 5px;
}
#content h1{
	text-transform: uppercase;
	margin-bottom: 0px;
}
#content h2{
	font-size: 16px;
	text-transform: Ca;
}
#content h3{
	font-size: 16px;
	text-transform: uppercase;
}
#content img{
	display: block;
	margin-bottom: 10px;
}
#content p a{
	color: #red;
}
#content .fecha{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	position:relative;
	top:-2px
}
#content .spacer{
	width: 50%;
	height: 1px;
	border-top: 1px dashed #666666;
	margin: 20px 0px 15px 0px !important;
	margin: 20px 0px 5px 0px;
}


#content li{
	line-height: 1.3em;
	background: url(images/bullet.gif) no-repeat left 7px;
	padding-left: 7px;
}

#content li .resalte{

	color: red;
	text-transform: lowercase;	
}

#content .backtotop {
	margin: 10px 0px 10px 0px;

}
#content .backtotop a:hover{
	background: red;
	color: #1e1d1d;

}
