/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0 0 0 0;
	letter-spacing: 0.1em;
	line-height: 15px;
}

body {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	color: #000;
	font-style:normal;
	line-height: 14px;	
	
}

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

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

a img { border: none; }

#menu {
	width: 250px;
	overflow: auto;
	top: 50;
	bottom: 0;
	left: 30;
	position: fixed;
	height: 100%;
	background-color: #fff;
	line-height: 15px;
	text-align:right;
}

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


#menu ul li.section-title {
	color: #000;
	letter-spacing: 0.3em;
	font-weight: 900;
}

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

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

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

p {
    margin: 0 0 0px 0;
	padding: 0px 0px 0px 0px;
}

h1, h2, h3, .section-title {
	font-size:12px;
	color: #06F;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight:normal;
	padding: 0px 0px 2px 0px;
}

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

#img-container	{ margin: 0; padding: 0;  }
#img-container p	{ width: 400px; margin: 0; padding: 0 10 0 0; }

#once { clear: left; }





/**
----------------- OTROS ----------------------------------
*/



.tituloweb {
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	line-height: 14px;
}


	

.titulocontenido {
	font-size:14px;
	color: #000000;
	font-weight:bold;
	line-height: 14px;
	}
