html {
	overflow-y:scroll;}

body {
	background-color:#000;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-image:url(images/background.jpg);
	background-repeat:repeat;
	text-align:left;}

p, h1, h2, h3 {
	margin-bottom:12px;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	padding:0px;}

img {
	border:0px;
	text-align: center;}

.img_main {
	padding-right:20px;
	padding-bottom:10px;
	float:left;}

.img_main_in_text {
	padding-right:20px;
	padding-bottom:10px;
	padding-top:2px;
	float:left;}
	
.img_archivo {
	padding-right:12px;
	padding-left:3px;
	padding-bottom:10px;
	padding-top:6px;}

.img_archivo_text {
	padding-right:3px;
	padding-left:3px;
	padding-bottom:3px;
	padding-top:6px;}

#header {
	background:url(images/top_back.jpg);
	background-repeat:no-repeat;
	background-position:top;
	text-align: center;}

#mainContent {
	color:#333;
	padding:0;}

#mainContent p, li {
	font-size:12px;
	line-height:16px;
	font-family:"Trebuchet MS", Arial, sans-serif;}

#mainContent p.right {
	text-align:right;}

#mainContent h1 {
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	font-family:Arial;}
	
#mainContent h2 {
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, sans-serif;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-bottom:8px;
	padding-bottom:2px;
	border-bottom-color:#666;}
	
#mainContent h3 {
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:6px;
	font-family:"Trebuchet MS", Arial, sans-serif;}

#mainContent a {
	color:#53803A;
	text-decoration:none;}

#mainContent a:hover {
	color:#CB1A1A;
	text-decoration:none;}

#ciber p {
	color:#FFF;
	font-size:13px;
	margin-top:0;
	margin-bottom:6px;}

#ciber a {
	color:#FFF;
	text-decoration:none;}

#ciber a:hover {
	color:#FFF;
	text-decoration:underline;}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:40px;
	color:#666666;}

#footer a {
	text-decoration:none;
	color:#666666;}

#footer p {
	text-align:center;}

#footer a:hover {
	text-decoration:none;
	color:#CB1A1A;}

#submenu p {
	font-size:12px;
	line-height:20px;
	font-family:"Trebuchet MS", Arial, sans-serif;}


ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 26px; /*--Set height of tabs--*/
	border-bottom: 1px solid #ccc5b6;
	border-left: 1px solid #ccc5b6;
	width: 100%;}
	
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 24px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #ccc5b6;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #f3f0ea;}
	
#mainContent ul.tabs li a {
	text-decoration: none;
	color: #333;
	display: block;
	font-size: 12px;
	padding: 0 14px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;}
	
ul.tabs li a:hover {
	background: #eae2d1;}
	
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/}




.tab_container {
	border: 1px solid #ccc5b6;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;}
	
.tab_content {
	padding: 20px;
	font-size: 1.2em;}
