body, ul, li, html, table, div, h1, h2, h3, p { margin: 0px; padding: 0px; }
body {
	background: #f90;
	font-family: "Helvetica", "Verdana", sans-serif;
}
html, body, table.center, table.center tr, table.center td {
	width: 100%;
	height: 100%;
}

img {
	border: none;
}

table.center tr td {
	vertical-align: middle;
}

div#flipBox a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

div#flipBox a:hover {
	color: #f90;
	border-bottom: 1px solid #f90;
}

div#flipBox, div#contacto, div#curriculum {
	width: 450px;
	height: 250px;
	margin: 0 auto;
	position: relative;
}

div.contacto, div.curriculum {
	background: #fff;
}

div#curriculum, div#contacto {
	display: none;
	visibility: hidden;
}

div.portada h1, div.portada h2 {
	position: absolute;
	text-align: center;
	width: 100%;
}

div.portada h1 {
	top: 90px;
	font-size: 1.8em;
}
div.portada h2 {
	top: 130px;
	font-size: 1.5em;
	font-weight: normal;
}

div.portada p.contacto {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

div.curriculum ul {
	list-style: none;
	text-align: right;
	padding: 10px 20px 0px 0px;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 1.1em;
}

div.curriculum ul li span {
	display: block;
	font-size: .6em;
}

p.links {
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-top: 1em;
}

p.links a {
	padding-right: 20px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

p.links a:hover {
	background: url(../images/arrow_undo.png) right center no-repeat;
}

div.webapps {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
