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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #0000000;
}

body.section-1 { 
	padding: 10px 0px 0px 50px;
	background: #000000;
	}
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #ffffff; line-height: 1.3;}
a:active { text-decoration: none; color: #999999; line-height: 1.3;}
a:visited { text-decoration: none; color: #ffffff; line-height: 1.3;}
a:hover { text-decoration: none; color: #999999; line-height: 1.3;}

a img { border: none; }


/**
* EDITAR EL HEIGHT DEL MENU CUANDO NO QUEPAN LAS OPCIONES
*/


#menu {
	font-family: Verdana, sans-serif;
	font-weight:normal;
	width: 200px;
	height: 1300px;
	background: #000000 url('top.jpg') no-repeat 27px 0;
	border-top:30px solid #000000;
	float:left;
	padding-top:115px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	text-align:right;
}

#menu ul li.section-title { 
	font-size: 10px;
	font-family: Verdana, sans-serif;
	color: #00793f;
	line-height: 25px;
	_line-height: 25px;
}

#content {
	width: 200px;
    height: 100%;
    margin: 0px 0px 0px 0px;
    top: 0;
	float:left;
	z-index:100;
}

.pelado {
	overflow: hidden;
    height: 100%;
    margin: 0px 0px 0px 0px;
    top: 0;
}

.container {
    padding: 26px 0px 25px 5px;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	color: #fff;
	height:100%;
	float:left;
	z-index:100000;
}

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

p {
    margin: 0 0 9px 0;
	font-size: 10px;
}

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

#img-container	{ 
margin: 0; 
padding: 17px 0px 0px 0px ; 
}

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

#once { clear: left; }