* {
	margin: 0;
	padding: 0;
}

html {
	height: 101%;
}

body {
	background: #ffa500;
	background: white;
    background: #123456;
    color: black;
    color: white;
    font-family: sans-serif;
    font-size: 110%;
    text-align: justify;
}

a {
	color: black;
    color: #abcdef;	
    text-decoration: none;
}

a:hover {
	background: black;
}

abbr, acronym {
    cursor: help;
	border-bottom: 1px dotted white;
}

h1 {
    display: inline;
}

img {
    border: 0;
}

legend, h2 {
    border: 1px solid white;
    margin: 0 0 1em 0;
    padding: 0;
    background: black;
    background: green;
    background: black;
    color: #ffa500;
    text-align: center;
    vertical-align: top;    
}

legend {
    letter-spacing: 0.2em;
    padding: 0.5em;
}


#head {
	background: black;
	color: white;
    border: 1px solid white;	
	float: left;
	margin: 0 10px 5px 0;
	padding: 5px 0 0 0;
    text-align: center;
    width: 165px;
}

#head a {
	color: white;
	text-decoration: none;
}

#head a:hover {
	background: #ffa500;
	color: black;
}

#body {
	width: 700px;
	margin: 0 auto;
	padding-top: 0.1em;
}

.show { display: block; }
.hide { display: none; }
.nofloat { clear: both; height: 2em; }

/* Cabecera */
#dp {
    background: black;
	background: green;
    background: #123456;
    color: #ffa500;
    text-align: left;
}

#dp #www {
    font-size: 70%; 
}

/* Apartados */
#mnu, #fa, #el, #cpi, #pr, #pep, #cr {
}

/* Menú de opciones */
#mnu {
    margin: 1em 0 0 200px;
}

#mnu a {
	text-decoration: none;
    color: #abcdef;	
}

#mnu ul {
	list-style: circle;
	color: white;
}

/* Formacion académica */
#fa .titulo {
    font-size: 125%;
    margin-left: 2em;
}

#fa .titulo:first-letter {
    font-size: 175%;
}

#fa .desc {
    margin-left: 5em;
}

/*  Experiencia Laboral */
#el .puesto {
	border-top: 1px solid white;
    padding: 0.2em 0 1em 0;
}

#el .puesto .fecha {
	float: right;
    font-size: 70%;
	font-style: italic;
	margin: 0 0 1em 0;
    text-align: right;
	width: 10em;
}

#el .puesto .materias, #el .puesto .desc {
    font-size: 70%;
    margin: 0 4em 0 3em;
}

#el .puesto .cargo {
    font-weight: bold;
}

#el .puesto .empresa {
    font-weight: bold;
}

#el .puesto .nota {
    font-size: 70%;
}

/* Cursos y ponencias impartidas */
#cpi .ponencia {
	border-top: 1px solid white;
	font-size: 90%;
    padding: 0.5em 0 0.5em 2em;
}

#cpi .ponencia div.titulo {
    font-size: 120%;
}

#cpi .ponencia div.titulo:first-letter {
    font-size: 150%;
}

/* Publicaciones realizadas */
#pr .libro {
    clear: both;
}

#pr .libro .portada {
    margin-bottom: 1em;
    float: left;
}

#pr .libro .ficha {
    margin-left: 150px;
}

#pr .libro .ficha .titulo {
    font-size: 120%;
}

#pr .libro .ficha .titulo:first-letter {
    font-size: 150%;
}

#pr .libro .ficha .editorial {
}

#pr .libro .ficha .isbn {
    font-size: 75%;
}

#pr .libro .ficha .autoria {
    font-size: 75%;
}

/* Participación en proyectos */
#pep .proyecto {
    margin: 0.75em 0 0.5em 0;
}

#pep .proyecto div.empresa {
    font-size: 125%;
	margin-bottom: 0.5em;
}

#pep .proyecto span.empresa {
    font-weight: bold;
}

#pep .proyecto div.desc {
    margin: 0 0 0.5em 8em;
    padding: 0 0 0 1em;
    border-left: 1px solid white;
}
#pep .proyecto div.herramientas {
    font-size: 70%;
    margin: 0 4em 0 1em;
}

/* Cursos recibidos */
#cr li {
    list-style-type: circle;
    line-height: 2em;
}

#cr .imparte {
    border: 1px solid white;
	border-top: 0;
    font-size: 75%;
    padding: 0 0.5em 0 0.5em;
    margin-left: 0.5em;
}

#cr .imparte:before {
    content: "en ";
}

/* Copyright */
#copyright {
    border-top: 1px dotted;
    display: block;
    color: black;
    color: white;
    font-size: 65%;
    text-align: center;
    margin-top: 1.2em;
}

#copyright a {
    color: white;
	float: left; 
	margin-right: 2em;
}
