body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
	background:#fcf9ce url(../images/fondo-01.jpg) repeat-x;
	overflow:hidden;
	}

#pagina{
	background:url(../images/background-page.jpg) no-repeat fixed center top;
	padding:0px;
	margin:0px auto;
	height:625px;
	width:1200px;
}

#encabezado h1{
	width:0px;
	height:0px;
	overflow:hidden;
}

#cuerpo{
	background:url(../images/texto-cuerpo.jpg);
	width:580px;
	height:335px;
	margin:90px 0 0 344px;
}

#cuerpo p{
	width:0px;
	height:0px;
	overflow:hidden;
}

/****************botonera************************/

#botonera{
height:47px;
overflow:hidden;
margin:80px 0 0 344px;
}

#botonera li{
float:left;
}
#botonera a{
background:url(../images/botonera.jpg);
display:block;
height:47px;
}

#botonera #curriculum a{
width:160px;
text-indent:-1000px;
}

#botonera #portfolio a{
width:130px;
background-position:-160px 0;
text-indent:-1000px;
}

#botonera #contacto a{
width:160px;
background-position:-290px 0;
text-indent:-1000px;
padding:18px 0 0 40px;
font-size:12px;
text-decoration:none;
color:#e59693;
}

#botonera #linkedin a{
width:50px;
background-position:-526px 0;
text-indent:-1000px;
margin: 0 0 0 40px;
}

#botonera #curriculum a:hover{
width:160px;
background-position:0 -47px;
}

#botonera #portfolio a:hover{
width:130px;
background-position:-160px -47px;
}

#botonera #contacto a:hover{
width:160px;
background-position:-290px -47px;
color:#ec008c;
}

