/*** CSS* * @version 1.0* @author Vaska * @author Gregory Cadar*/* {	margin: 0;	padding: 0;}body {	font-size: 12px;	line-height: 1.2;	font-family: helvetica, sans-serif;	background: #fff;}body.section-1 { }body.section-2 { }body.section-3 { }a:link { text-decoration: none; color: #b04519}a:active { text-decoration: none; color: #b04519;}a:visited { text-decoration: none; color:  #b04519;}a:hover { text-decoration: line-through; }a img { border: none; }a {outline:none;}#menu {    width: 215px;    overflow: auto;    top: 0;    bottom: 0;	left: 0;    position: fixed;    height: 100%;	background-color:#e7eae3;	background-image: url(http://marionacabassa.es/files/gimgs/logo.jpg); 	background-repeat: no-repeat;	}#menu ul {	list-style: none;	margin: 0 0 8px 5px;         padding:5px 0px 0px 0px;}#menu ul li.section-title { 	font-family: Verdana, sans-serif;	margin:0px 0px 5px 0px;font-weight:bold;font-size: 16px;line-height:18px;	color:  #000;	}		#menu li.active{	list-style: inside;		font-weight:bold;  color:  #b04519;		}#content {    height: 100%;    margin: 35px 0 0 235px;    top: 0;}.container {    padding: 115px 0px 25px 10px;	}#content p { width: 400px;  margin-bottom: 9px; }p {    margin: 0 0 9px 0;}h1 { font-size: 32px; }h2 { font-size: 24px; }h3 { font-size: 16px; }h4 { font-size: 12px; }#img-container	{ margin: 0; padding: 0; }#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }#once { clear: left; }