#body{
	background-color:#000000;
}

#contenedor{
	float: left;
 	width: 100%;
 	height:100%;
 	background-color: #000000;
}

#izquierdo{
	float: left;
	width: 240px;
	background-color: #000000;
	font-family: Haettenschweiler;
	color: #fff;
	font-size: 22px;
	
}

#usuario{
	float: left;
	width: 240px;
	border-top: 0.5px solid #A7A7A7;
	border-bottom: 1px solid #A7A7A7;
	height: 30px;
}

#usuario2{
	float: left;
	width: 240px;
	font-size:19px;
	
}

#usuario2 img:hover{
	opacity: 0.4;
    filter:alpha(opacity=40);
}
#usuario2 a{
	text-decoration: none;
	font-size:19px;
	color: #fff;
}

.uno{
	float: left;
	border: 1px solid #A7A7A7;
	height:20px;
	width: 100px;
	margin-left: 8px;
	text-align: center;
}



#avatar{
	float: left;
	width: 240px;
	height: 166px;
	border-bottom: 1px solid #A7A7A7;
}

#derecho{
	float: left;
	font-family: Haettenschweiler;
	color: #fff;
	font-size: 22px;
	width: 76%;
	background-color: #A7A7A7;
	
}

#banner{
	background-image:url(../../banner3.png);
	background-repeat:no-repeat;
	float: left;
	width: 665px;
	height: 135px;
	
}

#cuerpo{
	float: left;
	margin-top: 45px;
	padding-left: 10px;
}

.cuerpoTitulo{
	float: left;
	width: 760px;
	margin-top:15px;
}
/* Estilos para articles */
.cuerpoTitulo img{
	float:left;
}

.textoAlFoto{
	float:left;
	padding-left:10px;
	margin-top:10px;
}



.cuerpoTitulo a{
	text-decoration: none;
	font-family: Haettenschweiler;
	color: #fff;
	font-size: 22px;	
}

a{
	text-decoration: none;
	font-family: Haettenschweiler;
	color: #fff;
	font-size: 22px;

}

.cuerpoAutor{
	float: left;
	width: 100%;
	height: 50px;
	margin-top:30px;
}

.cuerpoCuerpo{
	float: left;
	width: 760px;
	margin-top:50px;
	
}

.comentarios{
	float: left;
	width: 760px;
	margin-top:50px;
	background-color: #A7A7A7;
	border: 1px solid #fff;
}

#result{
	float:left;
	width:200px;
	
}