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

body {
	font-size: 11px;
	font-family: verdana, helvetica, sans-serif;
	color: #000000;
	line-height: 15px;
}

h1 {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	font-size: 1.3em;
	margin-bottom: 0.9em;
	font-weight: bold;	
	font-family: Helvetica, Arial, sans-serif;
	color: #9B2C98;


}

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

a:link { text-decoration: none; color: #000000; background-color: }
a:visited { text-decoration: none; color: #000000; background-color: }
a:hover { text-decoration: underline; color: #000000; background-color: }
a:active { text-decoration: none; color: #000000; background-color: }


a img { border: none; }

#menu {
    width: 250px;
    height: 100%;
    top: 50px;
	left: 40px;
    position: fixed;
	background-color: ;
	z-index: 1;
	overflow: auto;

}


#menu ul {
	list-style: none;
	margin: 0 30px 0px 0;
	padding-top: 4px;
	font-weight: bold;
	
}

#menu ul li.section-title {
	color: #000000;
	text-align: left;
	font-weight: normal;
	padding-top: 4px;
	}

#menu .container #ibot a { background: transparent; }

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

#logo_topright {
	top: 0px;
	left: 43px;
	right: 0;
	position: fixed;
	margin: 0;	
}

#textcontact {
	top: 22px;
	left: 339px;
	right: 0;
	position: fixed;
	margin: 0;
	font-size: 0.9em;
	font-weight: bold;	
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	z-index: 2;
}


#textcontact2 {
	top: 36px;
	left: 340px;
	right: 0;
	position: fixed;
	margin: 0;
	font-size: 0.9em;
	font-weight: normal;	
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	z-index: 2;
}

#lineas {
	border: 1px medium #000;
	padding-top: 5px;
	padding-bottom: 5px;
	left: 0px;
	position: relative;
}

.container {
    padding: 50px 0px 5px 21px;
}



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

p {
    margin: 0 0 9px 0;
}

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

#img-container span.backgrounded a,
#img-container a.thickbox, 
#img-container a.thumb-img, 
#img-container #d-col1 a { background: transparent; }

#once { clear: left; }