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

body {
	font-size: 10px;
        color: #011015;
	line-height: 12px;
	font-family: Verdana, sans-serif;
	background: #fff;
	}

h1 {
	margin:0 0 0 12px;
	padding:0;
	font-size:9px;
	font-weight:normal;
}

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


a               { text-decoration: none; color: olivedrab; background-color: none; font-weight: none;}
a:visited       { color: DimGray; text-decoration: none; background-color: none; margin-left: 0; }
a:hover         { color: white; text-decoration: none; background-color: dimgray; margin-left: 0; }

i { color:red; }
a img { border: none; }

#menu a.contactEmail {
font-size: 10px;
background-color: none;
font-weight:normal;
}

#menu {
    font-weight: ;
    width: 200px;
    overflow: auto;
    top: 0px;
    bottom: 0;
    left: 50px;
    position: fixed;
    height: 100%;
    background-color: #fff;
    text-align: left;
}

#menu ul {
     font-weight: ;
     list-style: none;
     margin: 0 0 20px 0px;
}

#menu ul li.section-title {
    font-weight: bold;
    font-family: georgia, serif;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    color: OliveDrab;
    letter-spacing: px;
}

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

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

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

p {
    margin: 0 0 9px 0;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0;border-style: none none dotted; border-width: medium medium 1px; padding: 0 0 1px 0; width: 500px  }

#once { clear: left; }



h1 {
font-size:9px;
font-weight:400;
margin:0 0 0 12px;
padding:6px 0 0 0;
line-height: 135%
}
h2 {
font-size:9px;
font-weight:400;
margin: 0 130px 0 0px;
padding:0px 0 0 0;
line-height: 135%;
color: red;
background-color: none;
}

h3 {
font-size:10px;
font-weight:400;
margin:0 0 0 12px;
padding:5px 5px 25px;
line-height: 135%
}

a {
text-decoration:none;
color:black;
}

div#menu p {
margin-bottom:25px;
}
/* ESTILO TITULO PAGINA */
div#menu a {
text-decoration:none;
color: black;
/*text-transform:uppercase;*/
font-weight:700;
font-size:11px;
}

div#menu a:visited {
background:none;
}

/*----- ESTILOS ENLACES MENU */
div#menu ul li a {
text-decoration:none;
background-color: none;
color:black;
text-transform:none;
font-size:10px;
font-weight:normal;
}

div#menu ul li a:visited {
color: black;
text-decoration:none;
background-color: none;
margin-left:0;
text-transform:none;
}

div#menu ul li a:hover {
color: Gainsboro;
text-decoration:none;
background-color: none;
margin-left:0;
text-transform:none
}
/*----- FIN ESTILOS ENLACES MENU */

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

p {
margin:0 0 9px;
}

#img-container p {
width:700px;
border-style: none none inset;
border-width:medium medium 1px;
margin:0;
padding:0 0 1px;
}

#once {
clear:left;
}

*,#img-container {
margin:0;
padding:0;
}
