/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family:
	"Lucida Console", Monaco, monospace;
	background: #CCC;
	text-align:center;
	

}

#wrapper {
    margin: 0 auto;
    text-align: left;
    width: 1200px;
	background-image:url(fondoweb.jpg);
	
	
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none;
color:#CFF;}
a:active { text-decoration: none;color:#CFF }
a:visited { text-decoration: none; color: #d0d0cf; }
a:hover { text-decoration: line-through;color:#CFF; }

a img { border: none; }

#menu {
    background-color: #000;
    height: auto;
    position:
	fixed;
	float: right;
	text-align:left;
    width: 190px;
	color: #ffffff;
	margin: 232px 10px 0 0px;
	padding:5px 5px 0 5px;
	

	
	
	

}
#menu ul {
	
	display: marker;
	color: #FFF;
    list-style: none outside none;
	line-height:1.3em;
    margin: 0 0 12px;
	padding:0px 0px 0 5px;
	margin-bottom: 0.3em;
    padding-top: 0.3em;
}

#menu ul li.section-title {
	color: #ffffff;
    margin-bottom: 0.3em;
    padding-top: 0.3em;
	font-size:12px;
	}
	

#content {
    height: 100%;
    margin: 0 0px 0 10px;
    top: 0;
	position:relative;
	width:1000px;
	float:right;
	
	
	
}

.container {
   padding: 20px 0px 0px 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; }*/

.clear-both {clear: both;
}
 
  <!-- smartlook includes --> 
	<script type="text/javascript"> 
		var issuuConfig = { 
			guid: '7f980e0a-de66-47d9-bc22-c26c7f5bf956', 
			domain: '*.www.alfonsomuro.es' 
		}; 
	</script> 
	<script type="text/javascript"> 
		document.write(unescape("%3Cscript src='http://static.issuu.com/smartlook/ISSUU.smartlook.js' type='text/javascript'%3E%3C/script%3E")); 
	</script> 
	<!-- end smartlook includes --> 
	
