/**
* CSS
* @Víctor Cavieres
* @Indexhibit.org es terrible de pulento!!!!
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	color: #000;
	font-family: georgia, serif;
	background: #fff;
	background-image:url('');
    background-repeat:no-repeat;
	background-position:top left;
}

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

a:link { background: #fff; color: #000; text-decoration: none;  }
a:active { background: #fff; color: #000; text-decoration: none;  }
a:visited { background: #fff; color: #000; text-decoration:none;  }
a:hover { background: #fff; color: #999;  font-style:italic; }

a img { border: none; }

#menu .container { padding-top: 15px; padding-left: 15px; }

#content .container p { padding-top: 25px; padding-left: 35px; padding-right: 25px; }

#menu {
    width: 230px;
    overflow: auto;
    top: 4px;
	left: 20px;
    position: fixed;
    height: 431px;
	background-color: #fff;
	opacity: 0.9;
}

#menu ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
	line-height: 130%;
}

#menu ul li.section-title { }

#contentillo {
    margin-left: 250px;
    margin-bottom: 0;
    margin-right: 0;
	background-color: ;
	margin-top: 0px;
	width:500px;
	height: 120px;
	
}
#content {
    height: 600PX;
    margin: 0 0 0 210px;
	top: 0;
}

.container {
    padding: 5px 5px 25px 0px;
}

#content p { width: 400px; margin-bottom: 9px; line-height: 140%; }

p {
    margin: 0 0 9px 0;
}

/**p { font-size: 12px; background: #fff20d; color: #000; text-decoration: none; }*/


h1 { background: #f9f7ec; color: #6d6e71; text-decoration: none;  font-size: 10px; font-family: Verdana, sans-serif; padding-left: 30px; width: 240px;  }
h2 { font-size: 10px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }


#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0px 0;  }
#img-container .picture { padding-top: 15px; }

#once { clear: left; }