body{
	font: small "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
fieldset{
	text-align: left;
	border: 0px; /*dotted #ccc;*/
	width: 30em;
	padding: 1em;
}
input:focus, label:focus {
	border: 1px solid #333;
}
input, select{
	border: 1px solid #b2b2b2;
	color: #000;
	margin: 1px;
	padding: 1px;
}
#page
{
	background-color:#EEE;
	background-image: url(../imx/bg/bg-black-100x100.png);
	background-repeat: repeat-x;
	background-position: left top;
	height:729px;
}
#container
{
	background-color:#FFF;
	border-left: 1px solid #f98a1b;
	border-right: 1px solid #f98a1b;
	width:900px;
	height:729px;
	margin: auto;
	margin-top: 0px;
}

/* ----------------------------------------------------- LOGOS ---------------------------------------*/
#bannertop{
	height:100px;	
}
#lefttop{
	float:left;
	width:300px;
}
#righttop{
	float:right;
	width:600px;
}
/*---------------------------------------------------- PIE DE PAGINA --------------------------------*/
#footerpage{
	clear:both;
	height:29px;
	background-image: url(../imx/bg/bg-black-100x100.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer{
	
	border: 1px solid #f98a1b;
	width:900px;
	margin: auto;
	margin-top: 0px;
	height:28px;
	
	text-align:center;
	color: #f98a1b;
	font-size: 14px;
	
		
	background-image: url(../imx/bg/bg-mainmenuhor.png);
	background-repeat: repeat-x;
	background-position: left top;
}
/*---------------------------------------------------- COLUMNAS --------------------------------*/
#colleft{
	float:left;
	width:209px;
	height:600px;
	background-image: url(../imx/bg/bg-col.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#colright{
	float:right;
	width:689px;
	height:600px;
	overflow: auto;
	margin-top:0px;
	border-left: 1px solid #f98a1b;
}
/**/
#loginarea{
	border: 1px solid #f98a1b;
	background-color:#EEE;
	width: 30em;
	margin: auto;
	margin-top: 10em;
	/*margin-bottom: 4em;*/
	font-weight: bold;
}
#loginareatop{
	background-color: #FFFFFF;
	background-image: url(../imx/bg/bg-mainmenuhor.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 4px 9px; /*Separar el texto*/
	color:#f98a1b;
}