/**
* CSS
* 
* @version 1.0
* @author JOF 
* @author Jonatan Flores
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: arial, sans-serif;
	color: #222222;
	background: #F4F4F4;

}

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

a {
	padding: 2px;
	text-decoration: none;
	color:#666666;
	background-color: #FFF;
}

a:hover {
	padding: 2px;
	text-decoration: line-through;
}

a img { border: none; }

#menu {
    width: 220px;
	overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	border-right: 2px solid #fff;
	margin: 10px 0 0 10px;
}

#menu ul li.section-title {
	margin: 2px 0px;
	color: #666;
	font-weight: bold;
	font-size: 16px;
}

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

.container {
    margin:132px 20px 0 0;
    padding: 5px 5px 25px 5px;
	background-color: #FFF;
}


p {
    margin: 0 0 9px 0;
}

.mnu_container {
	text-align: left;
    padding: 5px 10px 5px 5px;
}

#info {
	font-size: 10px;
	text-align: left;
    margin: 10px 5px 20px 4px;
}
#content p { width: 460px; margin-bottom: 9px; }

p {
    margin: 0px;
	padding: 0px;
}
.nothumb {
	background: url('../img/loading.gif') no-repeat;
}

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	{ width: 600px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

ul#sliding-navigation {
	text-align:left;
	list-style:none;
	margin: 0 0 0 5px;
	padding: 0;
}

ul#sliding-navigation li {
	padding:3px 0px;
	margin: 0px;
}
/* White-ness */

#whitetop {
	position: fixed;
	top: 0;
	left: 0;
	height: 8px;
	width: 100%;
	background: white;
	z-index: 9000;
}


#whiteleft {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 8px;
	background: white;
	z-index: 9002;
}

#whiteright {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 8px;
	background: white;
	z-index: 9003;
}

/* White-ness End */
