/* Capas base */
* {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, Verdana, "Trebuchet MS";
	font-size: 10px;
	color: #6c5530;
	line-height: 15px;
}

body {
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #02A0C6;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/fondo.gif);
	background-repeat:  repeat-x;
	overflow: hidden;
}

#content {
	width: 700px;
	height: 100%;
}
#header {
	background-color: #FFFFFF;
	height: 300px;
	width: 700px;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 20px;
}
#menu {
	background-color: #e0f2ff;
	height: auto;
	width: 700px;
	text-align: center;
	vertical-align: top;
	padding-top: 13px;
}
#visor {
	width: 662px;
	height: 300px;
}
#logo {
	text-align: right;
	vertical-align: top;
}

#description {
	text-align: right;
	vertical-align: bottom;
}

#description a, #description a:visited, #description a:active {
	text-decoration: none;
	font-weight: bold;
	color: #9bcff3;
}

#description a:hover {
	text-decoration: underline;
	color: #9bcff3;
}


#image {
	width: 518px;
	text-align: right;
	vertical-align: bottom;
}
#options {
	width: 662px;
}
#title {
	padding-bottom: 10px;
}
#projects {
	width: 165px;
	text-align: left;
	vertical-align: top;

}

#options a, #options a:visited, #options a:active {
	text-decoration: none;
}

#options a:hover {
	text-decoration: underline;
}

.selected {
	font-weight: bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	left: -8px;
	position: relative;
}
