/* @override http://www.dterra.es/indexhibitv070e/ndxz-studio/site/dterra/style.css */

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

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: #333;
	background-repeat: repeat-y;
}

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

a:link {
	text-decoration: none;
	color: #ff3333;
}
a:active { text-decoration: none; color: #ff3333;}
a:visited {
	text-decoration: none;
	color: #ff3333;
}
a:hover {
	text-decoration: none;
	color: #333;
}

a img {

}

#menu {
	width: 250px;
	overflow: auto;
	position: fixed;
	height: 100%;

	left: 30px;
	top: 15px;
	color: #000;
}
#menu a:link {
	text-decoration: none;
	color: #ff3333;
}
#menu ul {
	list-style: none;
	text-indent: 20px;
	text-align: left;
	padding-left: 19px;
	margin-bottom: 15px;
	line-height: 15px;

}

#menu ul li.section-title {
}

#content {
	height: 100%;
	margin-left: 300px;
	margin-top: 25px;
}

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

}
.english {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #930;
}

#content p {
	width: 450px;
	margin-bottom: 25px;
	padding-left: 25px;
}

p {
    margin: 0 0 20px;
}

h1 { font-size: 32px; }
h2 {
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	padding-left: 20px;
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{
	margin: 0;
	padding: 0;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#img-container p	{
	width: 400px;
	margin: 0;
	padding: 0 0 12px 0;
	border: none;
}

#once { clear: left; }