/* 
La filla del fotografu
lafilladelfotografu.com
CSS - v.1.2
 */



body {
	font-size: 10px;
	font-family: Helvetica, Arial, Sans-serif;
	background-size: 100%;
	background-color: #F5F5F5;

}

/* MENU */

#menulogo {
	float:left; 
	width:200px;
    	overflow: auto;
    	top: 0px;
	height:47px;
	left: 28px;
	padding-right: 8px;
	padding-top:0px;
	position:fixed;
	background-color:#FFFFFF;
	text-align:right;
	z-index: 8888;
	font-size: 15px;
}

#menulogo a {
	color: 	#000000;
	text-decoration: none;	
}

#menu {
	float:left; 
	width:200px;
    	overflow: auto;
    	top: 50px;
	height:auto;
	left: 28px;
	padding-right: 8px;
	padding-top:12px;
	position:fixed;
	background-color:#FFFFFF;
	text-align:right;
	z-index: 8888;
	text-transform: lowercase;
}

#menu ul { 
	list-style: none; 
	margin: 0 0 10px; 
}
	
#menu a { 
	text-decoration: none;
	color: #000000; 
}	
	
#menu ul li a { 
	text-decoration: none; 
}
	
#menu li.link { 
	text-decoration: none; 
}

#menu li.active { 
	text-decoration:line-through;
	background:none; 
}

#menu li.visited { 
	text-decoration: none; 
}

#menu ul a:hover { 
	text-decoration:line-through;
	background:none; 
}

#menu ul li.section-title { 
	color:#000000;
	font-size: 15px;
	font-weight:none;
	text-decoration:none;
	border-bottom: 0.7pt;
	margin: 0 0 4px;
}
	


/* BASIC CONTENT */

#content { 
	z-index: 1;
	left: 300px;
}



/* TEXT BOX */


#text {
	position: absolute; 
	bottom: 0; 
	background-color: #FFFFFF; 
	padding: 8px 6px 8px 6px; 
	text-align: right; 
	font-size: 10px; 
	line-height: 13px;
}

#text-title {
	font-size: 14px; 
	margins:3px 0 3px 0; 
}

#text a:link {
	text-decoration: none; 
	border-bottom:1px dotted; 
	color: #000000;
}

#text a:hover {
	text-decoration:line-through;
	border-bottom:0px; 
}

#text a:active {
	text-decoration:line-through;
	border-bottom:0px; 
}

#text a:visited {
	text-decoration: none;
	border-bottom:1px dotted;
	border-color: #555555; 
	color: #000000;}



	




