body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
}

/*
#framecontentLeft,#framecontentTop{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	overflow: hidden;
	background: url(images/bg_left.jpg) no-repeat;
	color: #fff;
}

#framecontentTop{
	left: 200px;
	right: 0;
	width: auto;
	height: 90px;
	background: #a33f00 url(images/banner.jpg) no-repeat;
	text-align: right;
	overflow: hidden;
	color: #fff;
}

#maincontent{
	position: fixed;
	left: 200px;
	top: 90px;
	right: 0;
	bottom: 0;
	overflow: auto; 
	background: #a33f00 url(images/bg_content.jpg) no-repeat;
	border-left: 1px solid #832700;
	border-top: 1px solid #832700;
}
*/

.maintext{
	margin: 15px; 
	font-size: 0.9em;
}

* html body{
	padding: 150px 0 0 200px;
}

* html #maincontent{
	height: 100%;
	width: 100%;
}

* html #framecontentTop{
	width: 100%;
}

/* Styles */

address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, ul, li, ol, p, pre, table, td, th, tr{
	letter-spacing: 1px;
	/*color: #f2bebf;*/
	color: #000;
	font: 100%/1.6em arial, geneva, helvetica, sans-serif;
}

#framecontentTop h1{
	font-size: 2.8em;
	margin: 0 20px 0 0;
	color: #fff;
	letter-spacing: 10px;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	font-weight: bold;
	/*color: #ffcc99;*/
	color: #fdb433;
	line-height: 2em;
}

h1 {font-size: 1.6em;}

h2 {
	font-size: 1.4em;
	margin-top: 20px;
}


h3 {
	font-size: 1.2em;
	margin-top: 40px;
}

h4,h4,h6 {
	font-size: 1em;
	color: #fff;
	margin-top: 20px;
}

hr {
	clear:both; 
	border:0; 
	height:1px; 
	color:#e48f91; 
	background-color:#e48f91;
	margin: 0;
}

/*
.newsbox{
	color: #a33f00;
	background: #dab299 url(images/newsbox.gif) repeat-x;
	padding: 10px;
}

.newsfooter{
	background: url(images/arrow.gif) 20px 0 no-repeat;
	padding-left: 60px;
	padding-top: 1px;
	margin-bottom: 2em;
	font-size: 90%;
	color: #fff;
}
*/
.imageLeft {
	float: left;
	margin: 6px 10px 0 0;
}

.imageRight {
	float: right;
	margin: 6px 0 0 10px;
}

.list{
	margin-left: 15px;
	padding-left: 0;
	list-style: none;
}

/*
.list li{
	padding-left: 15px;
	background: url(images/list.gif) no-repeat 0% 5px;
}
*/
/* Navigation */

a:link, a:visited, a:active {
	color: #00458a;
	font-weight: bold;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color:#fdb433;
	text-decoration: none;
}

#navtop{
	text-align: right;
}

#menuTop li{
	display: inline;
	list-style-type: none;
	padding-left: 0;
}

#menuTop li a{
	color: #ffffce;
	font-weight: bold;
	text-decoration: underline;
	outline:none;
	padding: 0 0 0 15px;
}

#menuTop li a:hover{
	color: #ffcc99;
	text-decoration: none;
}

#menuLeft{
	font-size: 0.9em;
	width: 200px;
	margin-top:90px; /*Para bajar y subir el menu*/
}

#menuLeft ul{
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#menuLeft a{
	display: block;
	padding: 6px 6px 6px 12px;
	width: 200px;
}

html>body #menuLeft a{width: 182px;}

#menuLeft a:link, #menuLeft a:visited{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

/*
#menuLeft a:hover{
	background: url(images/opaque.png) repeat;
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); -moz-opacity: 0.70;opacity:0.7;
	color: #A33F00;
}
*/
/* Footer */

#footer{
	font-size: 0.75em;
	text-align: center;
	margin: 35px 0px 10px 0px;
	padding-top: 10px;
	border-top: 1px solid #e48f91;
}