
#main-container {
	width			: 740px !important;
	width			: 740px;
	margin			: 0 auto;
	padding			: 0px;
	border			: 15px solid #fff;
	text-align		: left;
	background		: #fff url(../images/bg_header.png) no-repeat 0px 0px;
	display: compact;
}

/* 
*******************************************************
**              CABECERA - INICIO                    **
*******************************************************
*/
#sitename {
	clear			: both;
	font			: bold small-caps 34px/34px "Times New Roman", Times, serif;
	color			: #900;
	padding			: 0px;
	margin			: 0px;
	border			: 0px solid #000;
	width			: 740px;
	height			: 85px;

}

#box-logo	{
	float			: left;
	clear			: both;
	margin			: 0;
	padding			: 0;
	border			: 0;
}
#box-menu-top, #box-horizontal-middle, #box-horizontal-bottom {
	clear			: both;
	width			: 730px;
	margin			: 0;
	padding			: 5px;
	border			: 0;
	overflow		: hidden;
}
#box-horizontal-middle {
	background		: #900;
	padding			: 10px;
}

#box-mainheader	{
	clear			: both;
	width			: 740px;
	margin			: 0;
	padding			: 0;
	border			: 0;
	background		: #c00;
	display			: inline-block;
	overflow:hidden;
}

#box-flash {
	float			: left;
	clear			: none;
	overflow		: hidden;
	width			: 500px;
	height			: 200px;
}

#box-horizontal-bottom {
	clear			: both;
	height			: 54px !important;
	height			: 54px;
	background		: transparent url(../images/bg_header.png) no-repeat left bottom;
}
#date	{
	float			: right;
	font			: normal 10px/20px Arial, Helvetica, sans-serif;
	color			: #fe0;
}






/* 
*******************************************************
**              CONTENIDO GENERAL                    **
*******************************************************
*/
#box-content-left {
	float			: left;
	clear			: none;
	overflow		: visible;
	width			: 500px;
	margin			: 0;
	padding			: 0;
	border			: 0;
}
#box-content-title {
	padding			: 0px 20px 0px 20px;
	clear			: both;
	background		: url(../images/bg_title.png) no-repeat center top;
	overflow		: visible;
}
#box-content-title h2 {
	margin			: 0px;
	padding			: 10px 0px 2px 0px;
	border-bottom	: 2px solid #333;
}
#box-content-body h4 {
	margin			: 0px;
	padding			: 10px 0px 2px 0px;
	border-bottom	: 2px solid #333;
}
#box-content-body {
	padding			: 5px 20px;
	clear			: both;
	background		: url(../images/bg_content.png)  repeat-y center top;
}
#box-content-foot {
	padding			: 10px 20px;
	clear			: both;
	background		: url(../images/bg_title.png) no-repeat center bottom;
}






/* 
*******************************************************
**                MENU PRINCIPAL                     **
*******************************************************
*/
#box-menu {
	float			: left;
	clear			: none;
	overflow		: hidden;
	width			: 240px;
	height			: 200px;
	margin			: 0px;
	padding			: 0;
	border			: 0;
	display			: inline;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: #C11 url(../images/menu_bg.png) no-repeat left center;
	font: bold 13px/17px Arial, Helvetica, sans-serif;
	color: #fe0;
	vertical-align: middle;
	text-indent:21px;
	text-decoration: none;
	border-top: 1px solid #F30;
	border-bottom: 1px solid #900;
	padding: 3px 0px;
	width:100%;
}
a.mainlevel:active, a.mainlevel:hover {
background: #d11 url(../images/menu_bg.png) no-repeat -270px center;
text-decoration: none;
color: #ff9;
border-top: 1px solid #F30;
border-bottom: 1px solid #900;
}






/* 
*******************************************************
**              COLUMNAS   - HOMEPAGE               **
*******************************************************
*/
#box-mainbody	{
	clear			: both;
	width			: 740px;
	display			: inline;
}

#columna {
	float			: left;
	clear			: right;
	vertical-align	: top;
	margin			: 0 1px;
	padding			: 0;
	border			: 0;
	width			: 244px !important;
	width			: 244px;
	overflow		: visible;
}
#columna h4 {
	font: bold 15px/19px Arial, Helvetica, sans-serif;
	color: #FF9;
	background: #666;
	padding: 2px;
	margin: 3px 0;
	text-indent: 3px;
}

/* FOOTER */
#box-footer  {
	clear			: both;
	margin			: 10px 0 0 0;
	padding			: 10px 0;
	border			: 0;
	text-align		: center;
	vertical-align	: middle;
	width			: 740px !important;
	width			: 740px;
	background		: #ccc;
}

#box-footer div	{
	font			: normal 10px/12px Arial, Helvetica, sans-serif;
	color			: #333;
}

#clr {
	clear:both; 
}




/* 
*******************************************************
**              MENU HORIZONTAL                      **
*******************************************************
*/
ul#mainlevel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

ul#mainlevel-nav li {
	float: right;
	display: inline;
	padding: 0;
	margin: 0 3px;
	border: 0px;
	width: auto;
	white-space: nowrap;

}

ul#mainlevel-nav li a {
	font: bold 11px/17px Arial, Helvetica, sans-serif;
	color: #fe0;
	display: block;
	text-decoration: none;
	padding: 0px 3px;
	border-bottom: 4px solid #fe0;
	background: transparent;
}

#box-horizontal>ul#mainlevel-nav li a { width: auto; }

ul#mainlevel-nav li a:hover {
	color: #fff;
	background: transparent;
	border-bottom: 4px solid #ff9;
}

/* */ 