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

body {
	color: white;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: #282828;
}

/**
botones para navegaci—n prev & next y | y nœmero
*/

#prev, #next {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	letter-spacing: -1.5px;
	font-weight: bold;
}


.nav, #num {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
/**--------------------------------------
*/

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

li {margin-left: 5px;}


a:link { color: #0098ff; text-decoration: none; }
a:active { color: #0098ff; text-decoration: none; }
a:visited { color: #0098ff; text-decoration: line-through;}
a:hover { color: white; text-decoration: underline; }

a img { 
	border: none; 
	margin:0;
}


#menu {
    background-position: 0px 0px;
    background-repeat: repeat;
    background-image: url(/menu_backgrounds/pattern3.gif);
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 90%;
}

#menu ul {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0;
	margin-top: 0;
	list-style: none;
}

#menu ul li.section-title { }

#content {
    margin-left: 215px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 12px;
    height: 90%;
    top: 0;
}

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

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

p {
	margin-left: 0;
	margin-bottom: 10px;
	margin-right: 0;
	margin-top: 0;
}

nombre_seccion{

	font-family: Helvetica, Verdana, Arial, sans-serif;

	color: white;

	letter-spacing: -1.5px;

	font-weight: bold;

	font-size: 18px;

}

nombre_seccion A:link{
	color: white;
}
nombre_seccion A:active{
	color: white;
}
nombre_seccion A:visited{
	text-decoration: none;
	color: white;
}
nombre_seccion A:hover{
	color: black;
}


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

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

#once { clear: left; }