body {
	
}

#container{
position:absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 300px;
	margin-top: -150px; /*set to a negative number 1/2 of your height*/
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
    background-image:  url(../images/logo_grande.png);
    background-repeat: no-repeat;

}

#oracleocs{
position: absolute;
left: 648px;
top: 210px;
}

#nombre{
	font-size:19px;
	margin-left: 298px;
}

#contacto{
	position: absolute;
	bottom: 31px;
}

#linkedin{
	position:absolute; 
	left: 15px;
	top: 113px;
}

											