* {
  padding: 0;
  margin: 0;
}
html, body {
  height: 100%;
}
body {
  font-family: "Droid Sans", verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  background: #fff;
}
img {
	border: 0;
}
a {
  color: #2656a8;
	text-decoration: underline;
}
#encabezado {
	background: #142d58 url('../imagenes/fondo.jpg') no-repeat 0 0;
  padding: 20px 20px 10px 20px;
	position: relative;
	margin-bottom: 15px;
}
.datos {
	font-size: 8pt;
	color: #f2f6f9;
	margin-top: 3px;
	position: absolute;
	top: 10px;
	right: 20px;
	height: 40px;
	padding-right: 70px; 
	background: #142d58 url('../imagenes/network2.png') no-repeat right 0;
	padding-top: 10px;
}
.datos a { 
	color: #f2f6f9;
	font-size: 8pt;
}
#cuerpo {
	width: 700px;
  padding: 0 20px 20px 20px;
}
h1 {
	font-size: 20pt;
  color: #fff;
	margin-bottom: 10px;
	display: inline-block;
}
h2 {
	font-size: 14pt;
  color: #2656a8;
	border-bottom: #ccc 1px solid;
	margin-bottom: 15px;
  margin-top: 20px;
	padding: 10px 0 0 10px;
	height: 30px;
	 
}
h2:hover { 
  background-color: #f3f6f9;
}
.ie6 h2 {
  padding: 0;
}
h3 {
	font-size: 11pt;
	color: #142d58;
  margin-bottom: 5px;
  margin-top: 10px;
}
#experiencia {
	background: url('../imagenes/presentacion.png') no-repeat 98% 0;
}
#experiencia:hover {
  background-color: #f3f6f9;
	background-position: 98% -74px;
}
.multiplebgs #experiencia:hover {
  background:
						 url('../imagenes/presentacion.png') no-repeat 98% -74px,
						 #f3f6f9 url('../imagenes/sombra.png') repeat-x 0 bottom;
}
#habilidades {
  background: url('../imagenes/herramientas.png') no-repeat 98% 0;
}
#habilidades:hover {
	background-position: 98% -74px;
}
.multiplebgs #habilidades:hover {
  background:
						 url('../imagenes/herramientas.png') no-repeat 98% -74px,
						 #f3f6f9 url('../imagenes/sombra.png') repeat-x 0 bottom;
}
#educacion {
  background: url('../imagenes/libro.png') no-repeat 98% 0;
}
#educacion:hover {
	background-position: 98% -74px;
}
.multiplebgs #educacion:hover {
  background:
						 url('../imagenes/libro.png') no-repeat 98% -74px,
						 #f3f6f9 url('../imagenes/sombra.png') repeat-x 0 bottom;
}
#cursos {
  background: url('../imagenes/referencia.png') no-repeat 98% 0;
}
#cursos:hover {
	background-position: 98% -74px;
}
.multiplebgs #cursos:hover {
  background:
						 url('../imagenes/referencia.png') no-repeat 98% -74px,
						 #f3f6f9 url('../imagenes/sombra.png') repeat-x 0 bottom;
}
p {
	margin-bottom: 5px;
}
ul {
	margin-left: 25px;
  margin-top: 10px;
  margin-bottom: 5px;
}
li {
	margin-bottom: 5px;
}
.titulo {
	color: #142d58;
}
.rango {
	color: #2656a8;
}
.reducido {
	font-size: 10pt;
}
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;  
} 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }