/*** CSS* * @version 1.0* @author Vaska * @author Gregory Cadar*/* {	margin: 0;	padding: 0;}body {	font-size: 12px;	font-family: Arial, Helvetica, sans-serif;	background: #fff;	color:#000000;}body.section-1 { }body.section-2 { }body.section-3 { }a { color:#000000; text-decoration:none; border-bottom: dotted 1px; }a:hover { text-decoration:none; color:#33FF00; }a img { border-color:#FFFFFF; }#menu {    width: 215px;    overflow: auto;    top: 100;    bottom: 0;	left: 0;    position: fixed;    height: 100%;	background-color: #fff;}#menu ul {	list-style: none;	margin: 0 0 12px 0;}#menu ul li.section-title { color:#000000; text-decoration:none; }#content {    height: 100%;    margin: 0 0 0 215px;}.container {    padding: 5px 5px 25px 5px;}#content p { width: 400px; margin-bottom: 9px; }p {    margin: 0 0 9px 0;}p.curriculum {font-family:Arial, Helvetica, sans-serif;font-size:12px;}u { color:#000000; text-decoration:none; border-bottom: dotted 1px; border-bottom-color:#FF0000; }u.cat { color:#000000; text-decoration:none; border-bottom: dotted 1px; border-bottom-color:#0000FF; }p.descripcion {font-family:Arial, Helvetica, sans-serif;font-size:12px;widht: 220px;}h1 { font-family:Arial, Helvetica, sans-serif; font-size: 40px; font-weight:lighter; letter-spacing: -0.015em;	 }h2 { font-size: 24px; }h3 { font-size: 12px; font-weight:lighter; letter-spacing: -0.015em; color:#33FF00;}h4 { font-family: Arial, Helvetica, sans-serif; font-size: 22px; font-weight:lighter; text-decoration:none; margin-bottom: 10px; }h5 { font-size: 11px; text-decoration:underline }h6 { font-family: Arial, Helvetica, sans-serif; font-size: 64px; font-weight:lighter; text-decoration:none; border-bottom-color:#FF0000; margin-bottom: 10px; }#img-container	{ margin: 0; padding: 0; }#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }#once { clear: left; }
