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

body {
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6e6e6e;
	background-color: #f2f2f2;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }
a{
	font-family: Verdana, Geneva, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
}
a:link,a:visited {
	text-decoration: none;
	color: #738697;
}
h3{
	color: #e3cb3b;
	font-family: "Times New Roman", Times, serif;
}
a:hover,li.active a {
	color: #6b7989;
	background-color: #e3cb3b;
	
}

.section-title a:visited{
	text-decoration: none;
}
a img { border: none; }

#menu {
	width: 210px;
	top: 0;
	position: fixed;
	height: 100%;
	padding-top: 20px;
	margin-left: 20px;
	z-index: 9000;
	background-image: url(../img/background_menu.png);
	background-repeat: repeat-y;
	text-align: right;
	padding-left: 10px;
	background-position: right;
	padding-right: 10px;
	left: 0px;
}
#menu li{
	line-height:15px;
}
#img-container{ }
.links{
	margin-left: 5px;
	position: relative;
	left: 5px;
}
#menu ul,.links {
	list-style: none;
	color: #788596;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}

#menu h3{
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#content {
	height: 100%;
	top: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 245px;
	
}
#galeria{
	margin-top: 50px;
	
	margin-left: 50px;
}


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

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

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

#once { clear: left; }
pre{ display:none}
#mail{
	position: relative;
	left: 30px;
	top: 20px;
}
label{
	display: block;
	float: left;
	width: 100px;
	color: #738697;}
.section-4{
	/*background-image: url(../img/arrow.gif);*/
}
#loading {
	z-index: 10000;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-attachment: scroll;
	background-repeat: repeat;
	background-image: url(../img/trans.png);
	background-position: 0% 0%;
}
.tituloSeccion{
	font-family: CallunaRegular, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	height: 100px;
	width: 500px;
	position: absolute;
	z-index: 2000;
	top: 200px;
	font-size: 36px;
	color: rgb(255,255,255);
	letter-spacing: 0.2em;
	text-shadow: 2px 2px 2px #333
	}
@font-face {
    font-family: 'CallunaRegular';
    src: url('Calluna-Regular-webfont.eot');
    src: url('Calluna-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Calluna-Regular-webfont.woff') format('woff'),
         url('Calluna-Regular-webfont.ttf') format('truetype'),
         url('Calluna-Regular-webfont.svg#CallunaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

