/* *****************************************************************************/
/* Estructura ******************************************************************/
/* *****************************************************************************/

body 
{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #E5E5E5;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
}

#bordercontainer 
{
	width: 985px;
	margin: 0px auto;
	background-image: url(/img/bk_tablabig.jpg);
	background-repeat: repeat-y;
}

#container
{
	width: 967px;
	margin: 0px auto;
	text-align: left;
}

#banner
{
	background-color: #333333;
	margin-left: 219px;
	text-align:right;
	height: 95px;
}

#logo
{
	margin: 0;
	float:left;
	width: 219px;
	background-color: #333333;
	height: 95px;
}

.separator 
{
	clear:both;
}

#separatortop 
{
	clear:both;
	border-top: 3px solid red;
}

#menu 
{
	margin-right: 200px;
	background-color: #333333;
	height:25px;	
}

#menuright
{
	float:right;
	width:200px;
	margin: 0;
	padding:2px;
	text-align:right;
	background-color: #333333;
	height:22px;
}

#submenu 
{
	margin-right: 500px;
	background-color:#F4F4F4;	
	height:20px;
	padding:3px;
}

#submenuright
{
	background-color:#F4F4F4;	
	float:right;
	width:500px;
	padding:3px;
	height:20px;
	text-align: right;
}

#rightnav
{
	float: right;
	width: 310px;
	margin: 0;
	padding-top: 3px;
}

#content
{
	margin-right: 310px;
	padding: 3px;
}

#footer
{
	clear: both;
	background-image: url(../img/bk_footer.gif);
	background-repeat: repeat-x;
	height: 30px;
	margin: 0;
}

#copyright
{
	background-color: #E5E5E5;
	text-align:right;
	margin: 0;
	padding-top: 2px;
	padding-right:8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	
}

#keywords 
{
	clear:both;
	background-color: #E6E6E6;
	height:140px;
	border-top: 1px solid #333333;
}

/* *****************************************************************************/
/* Estilos de Menu *************************************************************/
/* *****************************************************************************/

.chromestyle{
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: #333333;		
	color: #FFFFFF;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	/*content: ".";*/
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.chromestyle ul{
	/*border: 1px solid #BBB;*/
/*width: 100%;*/
	background-color: #333333;	
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #CCCCCC;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none; /*THEME CHANGE HERE*/
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #B5E2FE;
}

.chromestyle ul li a:hover{
	background-color: #DA1D1D;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
content: " " url(../img/arrow_down.gif); 
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:17px;
	z-index:100;
	background-color: #DA1D1D;
	width: 200px;
	visibility: hidden;


/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);		border-top-width: 1px;*/
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;*/
	font-family:  "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #B5E2FE;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #A21500;
}

/* *****************************************************************************/
/* Structure Styles *************************************************************/
/* *****************************************************************************/

.credentialbutton {
	cursor:pointer;
	border:1px none #000000;
	color:#000000;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	background-color: #D9D9D9;
	background-repeat: no-repeat;
	cursor: pointer;
}
.credentialbutton:hover {
	background-color: #DA1D1D;
	background-repeat: no-repeat;
	cursor: pointer;
}

.keysection 
{
	float:left;
	padding:10px;
	width:250px;
	margin-left:30px;
	margin-right:10px;
	background-color: #E6E6E6;	
}

.keysection h1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background: url(../img/bullet.gif) no-repeat 0 50%;
	padding-left: 18px;
	border-bottom: 1px solid #999999;
}

.keysection ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.keysection ul li a 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;	
}

.keysection ul li a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

#footer ul
{
	margin: 0 auto;
	width:600px;
	list-style-type: none;
}

#footer ul li 
{
	float:left;
	padding: 5px;
}

#footer ul li a 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#footer ul li a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

#submenu span 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

#submenuright span 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;	
}

#submenuright select 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
}
