html {
	width: 100%;
	height: 100%;
	font-size: 100%;
}

body {
	font-family:verdana, arial, sans-serif;
	font-size:70.5%;
	background-image: url(../images/corp2.jpg);
	background-repeat: repeat;
	height: 100%;
	margin:  0px 4px 0px 4px;
}

.titulo_h1 {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 26px;
	color: #39648E;
	text-align: left;
}

.titulo_h2 {
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #39648E;
	text-align: left;
}

.campos_granate{
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #824D33;
	text-align: left;
}

.texto_granate{
	font-family: sans-serif;
	font-size: 13px;
	color: #824D33;
	text-align: left;
}

.texto_azul{
	font-family: sans-serif;
	font-size: 13px;
	color: #39648E;
	text-align: left;
}

#cabecera {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	height: 50px;
	border: none;
}

#personal {
	position: absolute;
  	left: 10px;
  	right: 10px;
  	top: 65px;
  	height: 210px;
  	border: silver solid 1px;
  	overflow: auto;
}

#academica {
	position: absolute;
  	left: 10px;
  	right: 10px;
  	top: 290px;
  	height: 180px;
  	border: silver solid 1px;
  	overflow: auto;
}

#tecnica {
	position: absolute;
  	left: 10px;
  	right: 10px;
  	top: 485px;
  	height: 180px;
  	border: silver solid 1px;
  	overflow: auto;
}

#publicaciones {
	position: absolute;
  	left: 10px;
  	right: 10px;
  	top: 680px;
  	height: 250px;
  	border: silver solid 1px;
  	overflow: auto;
}

#conocimientos {
	position: absolute;
  	left: 10px;
  	right: 10px;
  	top: 680px;
  	height: 180px;
  	border: silver solid 1px;
  	overflow: auto;
}

#experiencia {
	position: absolute;
  	left: 10px;
  	right: 10px;
  	top: 945px;
  	height: 180px;
  	border: silver solid 1px;
  	overflow: auto;
}

#idiomas {
	position: absolute;
  	left: 10px;
  	right: 10px;
  	top: 1140px;
  	height: 180px;
  	border: silver solid 1px;
  	overflow: auto;
}

#portfolio {
	position: absolute;
  	left: 10px;
  	right: 10px;
  	top: 1335px;
  	height: 550px;
  	border: silver solid 1px;
  	overflow: auto;
}

#pie {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 1900px;
	height: 40px;
	border: none;
}

