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


body{
	background-color:#5f6d84;
}

#fondo_sup{
	height:50%;
	background-color:#1d1d1d;
	padding-top:125px;
}

#contenedor.contecurriculum{	
	/*background:url(../images/curriculum_bg.png) bottom left no-repeat;	*/
	background-image: url(../images/curriculum_bg.png)  !important;
	background-image: url(../images/curriculum_bg.gif);
	background-position:bottom left ;
	background-repeat:no-repeat;
}

.logo_curriculum{	
	display:block;
	float:right;
	width:400px;
	height:83px;
	
	/*background:url(../images/logo_curriculum.png) top left no-repeat;*/
	background-image: url(../images/logo_curriculum.png)  !important;
	background-image: none;
	background-position:top left;
	background-repeat:no-repeat;
}

#cuerpo .datos{
	float:right;
	text-align:right;
}

#cuerpo .datos .destacada{
	color: #9CA4B3; 
}

#cuerpo .trabajos{
	margin-top:30px;
	margin-bottom:30px;
	font-style:italic;
	color:#5f6d84;
}

#cuerpo .trabajos p{
	margin-bottom:10px;
}

#cuerpo .trabajos em{
	color:#ffffff;
}
		
#cuerpo .trabajos span{
	font-size:12px;
}
	
