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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 {
    max-width: 100%;
    margin-left:auto; 
    margin-right:auto; 
}
body.section-3 { }

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

a img { border: none; }

#menu {
    display:block;
    width: 215px;
    overflow: hidden;
    top: -13px;
    left: 10px;
    bottom: 0;
    position: fixed;
    height: 50px;
	background-color: transparent;
}

#menu ul {
    display: display:inline;
    width: 300px;
    overflow: hidden;
    top: 16px;
    left: 50%;
    position: fixed;
    height: 20px;
	background-color: #fff;
    margin-left: -200px;
    z-index: 100;
}

#menu ul>li{
    display:inline;
    height: 100%;
    position: relative;
    padding: 2px 6px;
}

#menu ul li.section-title { }

#menu p {
    margin: -15px 0px 0px 0px;
    background-color: #fff;
}

#botonada { 
    overflow: hidden;
    top: 200px;
    left: 20px;
    position: fixed;
    background-color: transparent;

 }

#img-container p img {  
    max-width: 450px;
    margin: 30px;
    display: block;
    text-align: center;  }


#ihpubli {
    overflow: hidden;
    top: 97%;
    left: 10px;
    position: absolute;
    height: 20px;
    background-color: transparent;
    margin-left: ;  
    color: #A4A4A4;    
}

#ihpubli a { color: #A4A4A4; }


#content {
    position: absolute;
    margin-left: 50%;
    top: 0;
    background-color: transparent;
}

.container {
    padding: 40px 5px 25px 5px;
    background-color: transparent;
}

#content p { 
    width: 400px; 
    margin-bottom: 9px; 
}

p { margin: 0 0 9px -200px; }

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin-left: -200px; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }