@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	font: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

#cv_contenedor {
	width: 580px;
	height: 630px;
	background-image: url(../images/curriculum.jpg);
	background-repeat: no-repeat;
	margin-left:0 0 0 40px;
}

#cv_contenido_hojas {
	width:405px;
	height:560px;
	margin-left:165px;
	padding-top:30px;
	}



