html,body {
	padding:0;
	height:100%;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:small;
	color:#666666;
	background-color: #09C;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	margin: 0;
}

/* @group Container */

#clear {
	clear: both;
}

#content {
	padding:20px;
}

/* Main container */
#container {
	position:relative;
	width:800px;
	height:auto !important;
	height:100%;
	min-height:100%;
	background-color: #FAF9F8;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

#content_left {
	background-color: #FFFFFF;
	width: 430px;
	float: left;
	padding: 30px;
	border: 1px solid #E5E5E5;
	margin-top: 0;
	margin-right: 38px;
	margin-bottom: 1050px;
	margin-left: 0;
}

.content_right {
	background-color: #FFFFFF;
	padding: 20px;
	float: left;
	width: 185px;
	border: 1px solid #E5E5E5;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#content_wide {
	background-color: #FFFFFF;
	width: 697px;
	float: left;
	padding: 30px;
	border: 1px solid #E5E5E5;
	margin: 0 0 20px;
}

#content_left, .content_right, #content_wide{
	background: #FFFFFF url(media/graph/frame_bg.gif) repeat-x;
} 

#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(media/graph/top_bg.gif); /* This is the background in the header */
	background-repeat: repeat-x;
	padding: 20px;
}

#footer {
	position:absolute;
	width:100%;
	bottom:0;
	border-top: 1px solid #FFFFFF;
}


/* @end */

/* @group Text */

/* Main heading */
h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0 10px;
	line-height: 15px;
}

/* Secondary heading */
h2 {
	font-size: 18px;
	border-top: 1px dotted #CCCCCC;
	margin: 0 0 10px;
	padding: 20px 0 0;
}

/* Heading for right column */
h3 {
	font-size: 18px;
	margin: 0 0 15px;
}

/* Colours for heading and links */
h1, h2, h3, a {
	color:#199CC6; 
}

p { 
	line-height:1.5; 
	margin: 0 0 10px;
}

#footer p {
	padding:2em;
	margin:0;
}


/* @end */

/* @group Navigation */

li {
	text-indent: 0px;
	list-style-type: square;
	padding: 0px;
	margin: 1px 0px 5px;
}

ul {
	text-indent: 0px;
	padding: 0px;
	margin: 1px 0px 0px 15px;
}

#navcontainer {
	margin-top: 15px;
	margin-left: 5px;
}

#navlist ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li{
	display: inline;
	list-style-type: none;
}

#navlist a {
	padding: 3px 10px;
	border: thin solid #19A0CA;
}

#navlist a:link, #navlist a:visited {
	color: #666666;
	text-decoration: none;
}

#navlist a:hover{
	color: #FFFFFF;
	background-color: #199CC6;
	text-decoration: none;
}



/* @end */

/* @group Objects */

img, div { 
	behavior: url(iepngfix.htc)
}

.main_img {
	margin: 20px 20px 0;
}

/* @end */

/* @group A */

a:link, a:active, a:visited { 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @end */
.ColDerecha {
	background-color: #DAD7D0;
	padding: 20px;
	float: left;
	width: 185px;
	border: 1px solid #E5E5E5;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.LogoMCB {
	background-color: #3C9;
	float: right;
	height: 70px;
	width: 120px;
	margin-top: -20px;
}
