/**
* CSS anatichy.com
*/
* { margin: 0; padding: 0 }

body {
	font-size: 36px;
	line-height: 0.8em;
	font-style: italic;
	font-family: Times New Roman, Times, serif;
	color: #999;
	background: #FFFFFF;
	}

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

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

a img { border: none; }

#logo {
	width: 120px;
	height: 65px;
	background: url('http://www.anatichy.com/ndxz-studio/site/img/logo-pinc-120-wt.png') no-repeat;
	padding-bottom: 10px
	}

#menu {
	padding: 20px 10px 10px 10px;
    width: 230px;
	height: 100%;
    top: 0px;
	left: 100px;
    position: fixed;
	overflow: auto;
	background-color: #ccc;
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* IE -7 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 */
	}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	}

#menu ul li {
	padding-left: 10px;
	font-size: 0.3em;
	line-height: 1em;
	font-style: normal;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	}

#menu ul li.section-title { 
	font-size: 0.50em; 
	font-style: italic;
	font-family: Times New Roman, Times, serif;
	letter-spacing: 0;
	color: #777; 
	line-height: 0.8em; 
	padding: 0 }
	
#indumentaria  { 
	font-size: 0.55em; 
	font-style: italic;
	font-family: Times New Roman, Times, serif;
	letter-spacing: 0;
	color: #fff;
	font-weight: bold; 
	line-height: 0.8em; 
	padding: 10px 0 0 0; 
	margin: 10px 0 0 0;
	border-top: 1px solid #fff
	}
	.cierre { padding-bottom: 20px; margin-bottom: 10px; border-bottom: 1px solid #fff }
	

#built { 
	position: absolute;
	z-index: 50;
	bottom: 0.3em;
	left: 110px;
	color: #999;
	font-size: 0.3em;
	font-style: normal;
	font-family: Helvetica, Arial, sans-serif;
	}

#content {
    height: 100%;
    top: 0px;
	padding: 50px 0 0 400px;
}

.container { }

#content p { margin-bottom: 10px; }

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	{ }

#once { clear: left; }