@charset "UTF-8";
/* CSS Document */

#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #ff3909;
	background-image: url(images/fondo_header.gif);
	height: 100px;
	width: 900px;
	margin: 10px;
	padding: 0px;
	border: 1px solid #666666;
	background-position: center center;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	text-align: right;
	margin-right: 20px;
	float: none;
	clear: both;
	color: #FFFFFF;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	margin: 20px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	margin: 35px;
	font-weight: normal;
}
.menu {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: right;
	border: 1px solid #666666;
}
#typewriter {
	background-image: url(images/teclas.jpg);
	background-repeat: no-repeat;
}
.menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}
.menu a:hover {
	color: #FF3909;
}
#todo {
	border: 1px solid #999;
	background-color: #fff;
}
.cont {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
}
#menu {
	background-image: url(images/teclas.jpg);
	background-repeat: no-repeat;
	border: 1px solid #666666;
}
.subtitulocv {
	font-size: 14px;
	text-decoration: underline;
}
body {
	background-image: url(images/fondo3.gif);
	background-repeat: repeat;
}
.menuinf a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	text-align: center;
}
.menuinf a:hover {
	color: #FF3909;
}
#texto {
	background-image: url(images/texto.gif);
	background-repeat: no-repeat;
	border: 1px solid #666666;
}
#libros {
	background-image: url(images/libros.jpg);
	background-repeat: no-repeat;
	border: 1px solid #666666;
}
#letters {
	background-image: url(images/letters.gif);
	background-repeat: no-repeat;
	border: 1px solid #666666;
}
.menuinf {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.datos {
	text-align: center;
}

