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

body {
	font-size: 12px;
	font-family: Verdana;
	background: #fff;
	color: #333;
	margin: 0px;
}

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

a:link {
	text-decoration: none;
	color: #000;
	font-family: "Courier New", Courier, mono;
}
a:active { text-decoration: none;
	font-family: "Courier New", Courier, mono;
}
a:visited {
	text-decoration: none;
	color: #000;
	font-family: "Courier New", Courier, mono;
	font-style: normal;
	}
a:hover {
	font-style: normal;
	font-family: "Courier New", Courier, mono;
	color: #F00;
	text-decoration: none;
	}

a img { border: none; }

#menu {
    width: 240px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-style: normal;
	color: #333;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}

#menu ul li.section-title {
	color: #333;
	padding-bottom: 2px;
	font-family: "Courier New", Courier, mono;
	font-style: normal;
	background-color: #FFF;
	margin-bottom: 10px;
}

#content {
	height: 100%;
	top: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
}

.container {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

#content p {
	width: 500px;
	margin-bottom: 20px;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #3CF;
	margin-top: 20px;
}

p {
    font-family: "Courier New", Courier, mono;
	font-size: 11px;
	padding-top: 5px;
}

/* TITULO WEB: LUJAN MARCOS*/
h1 {
	font-size: 24px;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-weight: normal;
	background-color: #3CF;
	margin: 0px;
	color: #333;
}

/* E-MAIL*/
h2 {
	font-size: 11px;
	font-family: "Verdana";
	color: #333;
	font-weight: normal;
}
/* TEXTO*/
h3 { 
	font-family: "Courier";
	font-size: 12px;
	font-weight: lighter;
	padding-top: 5px;}
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; }