@media screen {

  body {
    font-family: Verdana, sans-serif;
    font-weight: normal;
    font-size: 10pt;

    margin: 0px;
    padding: 0px;

    background-color: #800000;
    color: #333;
  }

  div.hotspot {
    position: relative;

    left: 50%;

    width: 0px;
    height: 0px
  }

  div.innermost {
    position: relative;
    
    top: 0px;
    left: -412px;

    background-color: #21864E;

    width: 824px;
    height: 620px;
  }

  div.outermost {
    width: 100%;
    height: 100%;

    min-width: 824px
  }

}

div#header {
	height:100px;
	
	background-image: url(images/no_logo.jpg);
	background-repeat: no-repeat;
	background-position: 1px;
}

div#bordo_top_sx {
	position: absolute;
	top: 0px;
	left: 0px;
	width:  12px;
	height: 20px;
	background-image: url('./images/ang-sup-sx.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #800000
}

div#bordo_top_ce {
	position: absolute;
	top: 0px;
	left:  12px;
	width: 800px;
	height: 20px;
	background-image: url('./images/bor-sup.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #800000
}

div#bordo_top_dx {
	position: absolute;
	top: 0px;
	left: 812px;
	width:  12px;
	height: 20px;
	background-image: url('./images/ang-sup-dx.jpg'); 
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #800000
}

div#bordo_sx {
	position: absolute;
	top: 0px;
	left:   0px;
	width: 12px;
	height: 610px;
	background-image: url('./images/bor-sx.jpg');
	background-position: right; 
	background-repeat: repeat-y;
	background-color: #800000
}

div#bordo_dx {
	position: absolute;
	top: 0px;
	left: 812px;
	width: 12px;
	height: 610px;
	background-image: url('./images/bor-dx.jpg');
	background-position: left;
	background-repeat: repeat-y;
	background-color: #800000
}

div#bordo_bot_sx {
	position: absolute;

	left:   0px;
	width:  12px;
	height: 80px;
	background-image: url('./images/ang-inf-sx.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-color: #800000
}

div#bordo_bot_ce {
	color: #fff;
	text-align: center;
	padding-top: 10px;
	position: absolute;

	left:  12px;
	width: 800px;
	height: 80px;
	background-image: url('./images/bor-inf.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #800000;
}

div#bordo_bot_ce a{
	color: #eee;
	text-decoration: none;
}

div#bordo_bot_ce a:hover {
	text-decoration: underline;
}

acronym, abbr {
	border: none;
}

div#bordo_bot_dx {
	position: absolute; 

	left: 812px;
	width:  12px;
	height: 80px;
	background-image: url('./images/ang-inf-dx.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-color: #800000
}

/******************************************************************************/

div.menu {
	position: absolute;
	
	background-color: #00B300;
	
	width:60px;
	
	top:100px;
	left:0;
	
	text-align: center;
	
	padding-bottom:3px;
	padding-top:3px;

	border-right: 1px solid #fff;
}

div.menu#active {
	background-color: #800000;
}

div.menu a {
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

div.menu#active a{
	color: #fff;	
	
}


/******************************************************************************/

div.navig {
	position: absolute;
	
	color: #800000;
	font-size: 9pt;
	font-weight: bold;
	
	top:100px;
	left:0;
	
	text-align: center;
	
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom:3px;
	padding-top:3px;
}

div.navig a {
	color: #666;
	text-decoration: none;
}

/******************************************************************************/

p.submenu {
	height: 35px;
	background-color:#e8e8e8;
	margin:0;
	padding:0;
	padding-left: 10px;
	margin-top:1px;
	padding-top:5px;
	padding-bottom:5px;
	cursor:pointer; 
	cursor:hand;
}

p.submenu#active_sub {
	background-color:#BA0000;
}

p.submenu#active_sub a{
	color: #ffffff;
}

p.submenu a {
	color: #00B300;
	text-decoration: none;
	font-size: 10pt;
}

/******************************************************************************/
 
fieldset {
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	
	background-color: transparent;
	color: #808080;
	
	margin: 0;
	padding: 0;
	
	border: none;
}

input.text, textarea {
	border: 1px solid #ccc;
	margin-bottom:6px;
	width: 160px;
}

textarea {
	height: 90px
}

span.mandatory {
	color: red
}

ul {
	width: 450px;
	
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	
	padding:0;
	margin: 0;
	
	padding-left:12px;

	background-color: transparent;
	color: #808080;
	
	text-align: justify;
}

li.error {
	color: #ff0000;
}

a.privacy {
	color: #666;
}

a.privacy:hover {
	color: #800000;
}

/******************************************************************************/

a.credits {
	color: #fff;
	font-size: 7pt;
}

