body {
	font-family: "Helvetica", Arial;
	font-size: 15px;
}

img {
	border: none;
}

img.foto_carnet {
	padding: 10px 100px;
}

*{
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline;
	outline: none;
	color: #000;
}

p {
	padding: 5px 0;
	text-indent: 20px;
	line-height: 24px;
}

h1.curriculum {
	font-size: 80px;
	font-family: "Arial Black";
	line-height: 70px;
}

h2 {
	font-size: 32px;
	border-bottom: solid 1px #000;
	padding-top: 30px; 
}

h3 {
	font-size: 18px;
	font-family: "Arial Black";
	border-bottom: solid 1px #000;
	padding: 20px 20px 10px;
	margin-bottom: 10px;
}

a:hover {
	outline: none;
	text-decoration: none;
}

.clear {
	clear: both;
}

#contenedor {
	width: 700px;
	padding: 0 100px;
	margin: 40px auto;
}

ul#menu {
	list-style: none;
	margin: 0 0 20px;
}

ul#menu li {
	display: inline;
	padding: 0 40px 0 0;
}

.derecha {
	float: left;
	width: 350px;
}

.izquierda {
	float: left;
	width: 350px;
}

.curriculum {
	clear: both;
}

ul.personales {
	list-style: none;
	margin-top: 10px;
}

ul.personales li {
	line-height: 24px;
}

ul.personales li strong {
	font-weight: bold;
	font-style: italic;
}

.curriculum ul {
	padding: 0 0 0 40px;
}

.curriculum ul li {
	line-height: 24px;
}

.portafolio {
	clear: both;
}

.portafolio .imagen {
	text-align: center;
}

.portafolio .desc {
	padding: 20px 0;
}

.portafolio .listaPortafolio {
	text-align: center;
}

.portafolio strong {
	font-weight: bold;
	font-family: "Arial Black";
}