body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background:url("/docs/images/fondo.jpg") no-repeat scroll 0 99px transparent;
}

.main {
	background-color: #FFFFFF;
	text-align: center;
}

.right {
	text-align: center;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #eeeeee;
	border-left-color: #eeeeee;
}

.subright {
	text-align: center;
	width: 160px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eeeeee;
}

.titulo {
	font-family:"Trebuchet MS", Verdana, "MS Serif";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 25px;
}

.titulo_2 {
	font-family:"Trebuchet MS", Verdana, "MS Serif";
	font-size:12px;
	color:#0066CC;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	height: 20px;
}

.titulo_3 {
	font-family:"Trebuchet MS", Verdana, "MS Serif";
	font-size:12px;
	color:#0066CC;
	font-weight:bold;
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	width: 100%;
	padding-left: 5px;
}

.tx {
	font-family: "Trebuchet MS", Verdana, "MS Serif";
	font-size: 11px;
	color: #333333;
}

.tx_small {
	font-family: "Trebuchet MS", Verdana, "MS Serif";
	font-size: 9px;
	color: #333333;
	line-height: 10px;
}

.tx_small2 {
	font-family: "Trebuchet MS", Verdana, "MS Serif";
	font-size: 10px;
	color: #333333;
	line-height: 13px;
}

.tx_small3 {
	font-family: "Trebuchet MS", Verdana, "MS Serif";
	font-size: 10px;
	color: #333333;
	line-height: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f4f5;
}

.tx_smallbold {
	font-family: "Trebuchet MS", Verdana, "MS Serif";
	font-size: 10px;
	color: #333333;
	line-height: 10px;
	font-weight: bold;
}

.tx1 {
	font-family: "Trebuchet MS", Verdana, "MS Serif";
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	width: 200px;
	line-height: 12px;
}

.tx2 {
	font-family: "Trebuchet MS", Verdana, "MS Serif";
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	width: 200px;
	text-transform: uppercase;
}

.pie {
	font-family: "Trebuchet MS", Verdana, "MS Serif";
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	width: 200px;
	line-height: 18px;
}

.campo1 {
	font-family: "Trebuchet MS", Verdana, "MS Serif";
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	width: 200px;
	line-height: 18px;
	height: 20px;
	background-image: url(/images/bg_input.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 3px;
	padding-left: 3px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.campo2 {
	font-family: "Trebuchet MS", Verdana, "MS Serif";
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	width: 110px;
	line-height: 18px;
	height: 20px;
	background-image: url(/images/bg_input.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 3px;
	padding-left: 3px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.botton {
	font-family: "Trebuchet MS", Verdana, "MS Serif";
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	width: 120px;
	height: 20px;
	background-color: #007cc3;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
	#botton a:link {text-decoration: none; color: white;}
	#botton a:visited {text-decoration: none; color: white;}
	#botton a:active {text-decoration: none; color: white;}
	#botton a:hover {text-decoration: underline; color: white;}

.botton_buscar {
	font-family: "Trebuchet MS", Verdana, "MS Serif";
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	width: 80px;
	height: 17px;
	background-color: #007cc3;
	text-transform: capitalize;
	border: 1px solid #007cc3;
	margin-left: 10px;
}

/** generic menu item link on mouseover **/
        #nav_asi a {
                display: block;
                float: left;
                height: 30px;
                color: #FFFFFF;
                text-transform: uppercase;
                font-size: 8pt;
                font-weight: bold;
                line-height: 30px;
                margin-left: 4px;
                padding: 0px 8px 0px 10px;
                white-space: nowrap;
                cursor:hand;
        }
	#nav_asi a:hover {
		color: #FFFFFF;
	}
        #nav_asi table{
		background-color: #0082FF;
		display: block;
		cursor:hand;
	}

/*Overall CSS for each Horizontal Accordion.
        Most settings should be kept as it.
        Customize each Accordion by styling each Accordion's ID attribute instead.
*/

.haccordion{
padding: 0;
}

.haccordion ul{
margin: 0;
padding: 0;
list-style: none;
overflow: hidden; /*leave as is*/
}


.haccordion li{
margin: 0;
padding: 0;
display: block; /*leave as is*/
width: 100%; /*For users with JS disabled: Width of each content*/
height: 200px; /*For users with JS disabled: Height of each content*/
overflow: hidden; /*leave as is*/
float: left; /*leave as is*/
}

.haccordion li .hpanel{
width: 100%; /*For users with JS disabled: Width of each content*/
height: 200px;  /*For users with JS disabled: Height of each content*/
}

A:link {text-decoration: none; color: black;}
A:visited {text-decoration: none; color: black;}
A:active {text-decoration: none; color: black;}
A:hover {text-decoration: underline; color: black;}

