/*
 * CATIC styles											MD(09/1)
 *    (c) Max Díaz, 2009
 *    www.maxdiaz.com
 *
 * Colors:
 *	logoblu		#264E7F
 *  logogrn		#598166
 *  logobg		#8AAFDC #82ACD6 #81AAD6
 *
 *  bg-body		#DDDDFF
 *  bg			#FFFFFF
 *  fg			#264E7F
 *
 */


/* get rid of link borders */
a:active {
	outline:none;
}
:focus {
	-moz-outline-style:none;
}

body {
	/*border-top: 20px solid #264E7F;*/
	background: #DDDDFF url(../graficos/bg.gif) repeat;
}
.container {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #264E7F;
    background-color: #FFFFFF;
	width: 950px;
	min-width: 754px;
    max-width: 1200px;
}

.banner {
/*	background: #8AAFDC url(../graficos/bg.gif) repeat;*/
	background: url(../graficos/Back1200.jpg);
	text-align: center;
	margin-bottom: 2px;
}
.menuc {
	text-align: center;
	border: solid 2px #FFFFFF;
    background-color: #264E7F;
}
/* menu items: (123+2)*6=750 */
.menu{
	/*position:relative;*/
	/*z-index: 1000;*/
	color: #FFFFFF;
    background-color: #264E7F;
    font-size: 14px;
	margin: 0px auto 0px auto; /*3px 0px 0px 2px;*/
	width: 750px;
	height: 28px;
}

#content {
	min-height: 520px;
	/*height: 530px; */
	overflow: auto;
	margin: 8px 8px 10px 16px;
	padding-right: 20px;
	/*border-bottom: 20px none;*/
	text-align: left;
	line-height: 18px;
}
#content.nomarg { /* for content using grid; 23 cols + scroll bar */
	margin-left: 0;
	margin-right: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #264E7F;
}

div.ind {
	margin-left: 30px;
}
div.hideit {
	visibility: hidden;
	display: none;
}

div.florgt {
	float: right;
	margin-left: 20px;
}
div.flolft {
	float: left;
	margin-right: 20px;
}
div.floclr {
	clear: both;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#footer {
	background-color: #264E7F;
	color: #999999;
	text-align: center;
	vertical-align: center;
	/*padding-top:5px;*/
	margin: 10px 3px 5px 3px;
	padding: 0 2px 0 2px;
	clear:both;
	font-size: 12px;
	height: 20px;
}

#footc {
	/*background-color:#FFFFFF;*/
	color: #ff0000;
	text-align: right;
	vertical-align:bottom;
	height: 16px;
	margin: -24px 40px 5px 0px;
	padding-top: 5px 4px 0px 0px;
	font-size: 12px;
}
a.footcr {
	/*background-color:#FFFFFF;*/
	text-decoration: none;
	color: #DDDDDD;
}
a.footcr:hover {
	text-decoration: none;
	color: #FF0000;
}

form.quer {
	border: 1px dashed;
	background: #F3F3F3;
}
table.quer {
	width: auto;
}
textarea.quer { /* cf blueprint */
	width: 420px;
	height: 100px;
	padding: 3px;
}
td.querl {
	padding: 0 5px 0 0;
	text-align: left;
}
td.querr {
	padding: 0 5px 0 0;
	text-align: right;
}
select.quer {
	margin: 0;
}
/*
input.quer {
	margin: 0;
}
*/



/* cfmenu.css + MD colors ****************************************
 *
 * c_bord-left:			#282828
 * c_bord-right:		#000000
 * c_pop-border			#0000FF
 * c_pop-bg				#141414
 * c_text:				#999999
 * c_hover:				#d47d26
 * 
 */

.cf_menu {
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 20px;
}

.cf_menu li {
	display: inline;
	float: left;
	list-style: none;
	margin: 0;
	width: 123px;
	padding: 0;
	border-left:solid 1px #FFFFFF; /*c_bord-left*/
	border-right:solid 1px #FFFFFF; /*c_bord-right*/
}
	
/* MD added .litit */
.cf_menu li a, .cf_menu li a#buttonnohover, .litit {
	display: block;
	margin: 0 0 0 0;
	padding-left:4px;
	padding-right:4px;
	/*
	  padding-top: 2px;
	  padding-top: 2px;
	*/
	/*width: 100px;*/
	font:normal 14px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	color: #999999; /*c_text*/
	line-height:28px;
}

.litit {
	cursor: default;
}

.cf_menu li a:hover, .cf_menu li a#buttonhover {
	/*background-color: #4b4b4b*/
	color: #999999; /*c_text*/
}

.cf_menu ul {
	position: absolute;
	visibility: hidden;
	margin: 0 0 0 0;
	padding: 0;
	border: 1px solid #FFFFFF; /*c_pop-border*/
	line-height:18px;
}

.cf_menu ul li {
	float: none;
	border-right:0;
	border-left:0;
	line-height:18px;
}

.cf_menu ul li a {
	display: block;
	/*width: auto;*/
	/*width: 80px;*/
	margin: 0px;
	padding: 5px 17px 5px 13px;
	font-weight: normal;
	font-size:14px;
	text-align: left;
	text-transform: none;
	color: #999999; /*c_text*/
	background-color: #264E7F; /*c_pop-bg*/
	border-width: 0;
	border-right:0;
	border-left:0;
	border-bottom:solid 1px #FFFFFF; /*c_pop-border*/
	line-height:18px;
}

.cf_menu .hsub {	
	line-height:18px;
    /*background: #5970B2 no-repeat right url(arroww.gif)*/
}

.cf_menu ul li .hsub {
	line-height:18px;
    /*background: #ECEFE4 no-repeat right url(arrow.gif)*/
}

.cf_menu .hsub:hover {
	line-height:18px;
    /*	background: #ABC9DE no-repeat right url(arrow.gif)*/
}

.cf_menu ul li .hsub:hover {
	line-height:18px;
    /*	background: #ABC9DE no-repeat right url(arrow.gif)*/
}

