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

body {
	font-size: 11px;
	font-family: georgia,times new roman,times,serif;
	background: #e4dfc2;
	font-style: italic;
	
}

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

a:link { text-decoration: none; color: #000; background: #ffffff; }
a:active { text-decoration: none; color: #000; background: #ffffff; }
a:visited { text-decoration: none; color: #000; background: #ffffff; }
a:hover { text-decoration: none; }

a img { border: none; }

#menu {
    width: 143px;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #e4dfc2;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#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; }


/* Uri */

div#menu
{
	font-size: 1em;
}

div#menu li.section-title
{
	font-weight: bold;
}

a:link
{
	color: #666;
}

a:hover
{
	
	background: #ffffff;
	color: #34c6f0;
}
a:active
{
	background: #666;
	color: #fff;
}

body
{
	padding: 48px;
}

#menu
{
	left: 48px;
	top: 16px;
}

#content .container
{
	padding-top: 41px;
}

div.scroll-horizontal
{
	display: inline-block;
	overflow: scroll;
	overflow-x: scroll;
	overflow-y: none;
	white-space: nowrap;
	width: 100%;
}

div.scroll-horizontal img
{
	margin-right: 13px;
}

div#menu img
{
	display: block;
	margin-bottom: 4px;
}

div#menu img a:hover
{
	background: ffffff;
	color: #34c6f0;
}

div#menu ul
{
	width: 116px;
	border-bottom: 1px dotted #666;
	margin-bottom: 12px;
	padding-bottom: 10px;
}

#menu li:hover a:hover
{
	background: #34c6f0;
	color: #ffffff;
}

#menu li.active,
#menu li.active a:link,
#menu li.active a:visited
{
	color: #000;
	
}

#menu li.active:before
{
    content: url(../img/punto.png);
    margin: 0 2px 0 -10px;
}

