* img {
	border: 0px;
	vertical-align: middle;
}

body {
	background-color: #ACC9E1;
	color: #44433f;	
	font: 14px "Futura Medium", "Myriad Pro", "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 4px 0 0;
	text-align:justify;
}

a {
	color: #E5F2FB;
	text-decoration: none;
}
a:hover {
	color: #09548B;
}
p {
	margin: 0 0 17px;
	padding: 0;
	line-height: 18px;
}
#header 
{
	background-image: url(../img/iso_header_ts.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	border-width:0;
	padding:0;
	padding-top: 1px;
	width: 821px;
	margin: 0px auto;
	height:69px;
	/*position:fixed;*/
}

#header h1
{
	color: white;
	font-size:10px;
	text-align:right;
	margin-right:10px;
}

.wrapper {
	width: 821px;
	margin: 0px auto;
}

.nav {
	background: #fff url(../img/iso_nav_bg.png) repeat-x;
	float: left;
	width: 799px;
}
.nev-wrapper {
	clear: both;
	float: left;
}
.nav img
{
	BORDER: 0px 0px 0px 0px;
}

.nav-left {
	background: url(../img/iso_nav_left.png) no-repeat top left;
	float: left;
	width: 11px;
	height: 41px;
}
.nav-right {
	background: url(../img/iso_nav_right.png) no-repeat top right;
	float: left;
	width: 11px;
	height: 41px;
}

.nav ul {
	width: 799px;
	height: 38px;
	float: left;
	margin: 0;
	padding-top: 3px;
	list-style: none;
	font-size: 15px;
	/*background-color:red;*/
}
.nav li {
	float: left;
	padding: 0 4px;
	background: url(../img/iso_menu_split.png) no-repeat right center;
	position: relative;
	z-index: 1;
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:22;
	
}
.nav li a {
	display: block;
	line-height: 38px;
	overflow: hidden;
	float: left;
}
/*  ESTAS LINEAS SE INCLUYEN PARA EVITAR QUE EN FIREFOX LAS IMAGENES TENGAN BORDE*/
.nav img {
	border: 0px;
}
a .menu-left {
	background: url(../img/iso_menu_left.gif) no-repeat left top;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-mid {
	background: url(../img/iso_menu_mid.gif) repeat-x top left;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-right {
	background: url(../img/iso_menu_right.gif) no-repeat top left;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	

	background-position: 0 -37px;
	line-height: 35px;
	cursor:pointer;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #09548B;
}
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(../img/iso_submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 9px;
}
.nav li ul {
	background: url(../img/iso_submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 14px;
}

.nav li:hover li,
.nav li.active li {

	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
}
.nav li:hover li a,
.nav li.active li a {

	color: #09548B;
	background: none !important;
	line-height: normal;
	width: 156px;
	padding: 8px 3px 3px;
	text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {

	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {

	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	background: url(../img/iso_submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}
.content {
	width: 800px;
	background: transparent url(../img/iso_content_bg.png) repeat-y;
	float: left;
	padding: 0px 10px;
}
.content h1 {
	color: #333;
	font-weight: 400;
	font-size: 18px;
	border-bottom: 1px dashed #C1D9F0;
}
.content h2 {
	font-weight: 400;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: -5px;
}
.content p {
	text-align: justify;
	padding-right:21px;
}

.content a {
	color: #09548B;
	text-decoration: none;
}
.content a:hover {
	color: red;
}

.content-bottom {
	width: 821px;
	background: transparent url(../img/iso_content_bottom.png) no-repeat;
	height: 13px;
	float: left;
}

.top {
	background: transparent url(../img/iso_top.jpg) no-repeat;
	height: 20px;
	width: 821px;
	text-indent:-99999px;
}

.footer {
	background: transparent url(../img/iso_btoom_admin.jpg) no-repeat;
	height: 150px;
	width: 821px;
	text-indent:-99999px;
	margin-bottom:-20px;
	display:block;
	position:relative; 
}

.style1 {
	color: #003366;
	font-size: 18px;
}

.styleH1
{
	color: #003366;
	font-size: 18px;
	background-color:#CBDDEA;
	display:block;
	height:25px;
	width:800px;
}
.styleH2
{
	border-bottom: medium solid #4039c8;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	color: #003366;
	font-size: 16px;
}

.leftcolumn{
width:200px;
float:left;
padding-left:9px;
padding-right:5px;
background-color:#EEF4FF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

.rightcolumn{
width:580px;
float:right;
padding-right:-25px;
}

.blur{
   background-color: #ccc; /*shadow color*/
   color: inherit;
   margin-left: 4px;
   margin-top: 4px;
   width: 190px;
}
.shadow,  .conten{
   position: relative;
   bottom: 2px;
   right: 2px;
}
.shadow{
   background-color: #666; /*shadow color*/
   color: inherit;
}
.conten{
   background-color: #fff; /*background color of content*/
   color: #000; /*text color of content*/
   border: 1px solid #000; /*border color*/
   padding: .5em 2ex;
} 

form
{
	width:800px;
}
textarea
{
	font: 12px "Futura Medium", "Myriad Pro", "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
}
fieldset
{
	font: 12px "Futura Medium", "Myriad Pro", "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
}
input
{
	font: 12px "Futura Medium", "Myriad Pro", "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
}

/*- Menu Tabs H--------------------------- */

    #tabsH {
      float:left;
      width:800px;
      background:#000;
      font-size:93%;
      line-height:normal;
      }
    #tabsH ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH fieldset {
	float:right;
	border: 0px solid black; 
	margin: -10px;
      }
    #tabsH label {
	color:#FFF;
      }
    #tabsH input {
	border: 0px solid black; 
	font: 14px sans-serif;
	font-weight:bold;
	color:#555555;
	height:20px;
	width:120px;
	background: #FFF  url('../img/iso_search.png')  no-repeat right top;
      }
    #tabsH button {
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	height:20px;
}

    #tabsH a {
      float:left;
      background:url("../img/iso_tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("../img/iso_tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }

        #tabsH #current a {
                background-position:0% -42px;
        }
        #tabsH #current a span {
                background-position:100% -42px;
        }

.content-top {
	width: 821px;
	background: transparent url(../img/iso_content_top.png) no-repeat;
	height: 13px;
	float: left;
}

.rightcolumn form
{
	width:580px;
}

.rightcolumn .styleH1
{
	color: #003366;
	font-size: 18px;
	background-color:#CBDDEA;
	display:block;
	height:25px;
	width:580px;
}

.step
{
	color: #003366;
	font-size: 18px;
	display:block;
	height:30px;
	padding-bottom:10px;
}
