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


/*DIV STYLES*/


#web {width:800px;
	margin:auto;
	background-color:#FFFFFF;}
	
#head {widht:200px;
	margin-top:30px;
	position:fixed;}
	
#menu {width:150px;
	margin-top:195px;
	position:fixed;
	}

#content {width:600px;
	margin-top:30px;
	margin-left:200px;
	position:absolute;
	}
	
	
/*TEXT STYLES*/

.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 22px;
	font-style: normal;
}
.menualt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 22px;
	font-style: italic;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	text-align:justify;
}


.text_works {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	color:black;
}

.textita {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
}

.text_works_ita {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	color:#666666;
}
.textsm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 15px;
	font-variant: small-caps;
}
.titularhome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color:#666666;
}
.titularworks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #666666;
}
.titularpoints {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
	color: #666666;
	font-style:normal;
}


/* LINK STYLES */
a:hover {
	color: black;
	text-decoration: none;
	background-color: #CCCCCC;
}
a {
	color: black;
	text-decoration: none;	
}
a:visited {
	font-style: normal;
	color: #000000;
} 
