/* @override http://localhost:8888/ndxz-studio/site/modificado/style.css */

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	
	background: url(../../../autorretrato.gif) no-repeat fixed 0 0;
}


a:link { color: orange;
	text-decoration: none;
	font-style: italic;
}
a:active {
	text-decoration: underline;
	border-bottom-color: #1ff;
}
a:visited {
	text-decoration: line-through;
	font-style: italic;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}

a img { border: none;
	border-bottom: 10px solid #eaeaea;
	background-color: gray;
	position: relative;
	top: 15px;
	left: 4px;
	padding: 3px;
}

#menu {
    overflow: auto;
	text-align: left;
	position: fixed;
	top: 129px;
	height: 600px;
	width: 205px;
}

#menu ul {
	list-style: none;
	text-align: left;
	padding-left: 10px;
	position: relative;
	border-left-width: 1px;
	border-left-color: #aeaeae;
	margin-bottom: 40px;
	line-height: 15px;
	float: no5;
}

#menu ul li.section-title {
	text-align: left;
	background-color: white;
	color: #262626;
	width: 160px;
	margin-left: -10px;
	margin-bottom: 10px;
	text-decoration: none;
	font: bold small "Courier New", Courier, mono;
	border: 1px dotted #aeaeae;
	padding: 4px;
}

#content {
    height: 100%;
    top: 0;
	width: 440px;
	margin-bottom: 20px;
	margin-left: 200px;
}

.container {
	padding: 40px 15px 25px 20px;
}

#content p { width: 400px;
	clear: both;
	left: 80px;
	position: relative;
}

p {
	border: 20px solid #eaeaea;
	line-height: 180%;
	text-align: justify;
	background-color: #eaeaea;
	margin-top: -20px;
}

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

#img-container-thickbox	{
	float: left;
	position: relative;
	top: -15px;
	background-color: #eaeaea;
	padding-left: 17px;
	padding-bottom: 20px;
	margin-bottom: -15px;
	width: 423px;
	margin-top: -5px;
	left: 80px;
}

#img-container	{ margin: 0; padding: 0;
}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0;
	position: relative;
}

#once { clear: left; }

.parche {
	margin: -20px;
}