* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #f4f4f4;
	margin-bottom:-50px!important;
}

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

a:link { color:#22252a; }
a:visited { color:#ccc; }
a:hover { text-decoration: underline; }

a img { border: none; }
#wrap{
	margin: 0px auto;	
	width:960px;
	padding:0px;
	background:transparent url(mid.png) repeat-y 0 50px;
	overflow:hidden;
}
#wrap_top{
	width:960px;
	background:transparent url(top_down.png) no-repeat 0 -100px;
	position:relative;
	height:100px;
	overflow:visible;
	z-index:9;
	top:50px;
	margin-top:-50px;
}
.degs{
	text-align:center;
	font-size:12px;
	margin: 0px auto;
	position:relative;
	z-index:9;
	top:-50px;
}
#wrap_bottom{
	width:860px;
	padding:0 50px;
	background:transparent url(top_down.png) no-repeat 0 0px;
	position:relative;
	z-index:9;
	height:100px;
}
.spacer{
	clear:both;
	height:0px;
	overflow:hidden;
}
#base{
	background-color:#fff;
	border:1px solid #ccc;
	margin: 0 50px;
	z-index:99;
	position:relative;
}
#menu {
	border-bottom:1px solid #eee;
	padding-left:10px;
}
#menu a { text-decoration: none; padding:2px 4px 1px 4px;
-moz-border-radius:3px;color:#22252a;
-webkit-border-radius:3px; }
#menu a:visited { color:#ccc; }
#menu a:hover { text-decoration: none; background-color:#22252a;color:#f4f4f4; }
#menu ul {
	float:left;
	list-style: none;
	margin:10px;
	padding:10px;
	color:#22252a;
	font-size:15px;
	height:1.2em;
	max-width:200px;
	overflow:hidden;
	margin-bottom:4em;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	cursor:pointer;
	padding-bottom:11px;
	background-color:#f3f3f3;
}
#menu ul:hover {
	height:auto;
	margin-bottom:00px;
}
#menu p{
	padding:10px;
	padding-left:0;
	font-size:45px;
	text-align:center;
}
#menu ul li.section-title {
font-size:18px;float:none;display:block;margin-bottom:3px;	
	padding-right:25px;background:url(flecha.png) no-repeat center right;}
#menu ul li{padding:2px;float:left;}
#content {
	clear:both;
    height: 100%;
    top: 0;
}
#flashcontent{height:450px;}
.container {
}

#content p { 
	padding:10px;
	font-size:12px;
 }

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

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

#once { clear: left; }