﻿/*body
{
    font-family: Lucida Sans, Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-size: 85%;
	margin:30px;
    background-color:White; 
}
*/
p 
{
    font-size: 1.0em;
}

/* Three-pixel bug fix: http://www.positioniseverything.net/explorer/threepxtest.html */
* html p { height: 1%; }
#body-container
{  
}

h1
{
    text-align: right;
    font-size: 2em;
    font-weight: bolder;
}

    
#header
{
    	 font-size : 14px;/*font-size: 1.2em;*/
    text-align: right;
    background-color: #1a7aad;
    text-transform: uppercase;
    text-align: right;
    border-top: 1px solid #564b47;
    border-bottom: 1px solid #564b47;

    
}

#headerPagina
{
	height:30px;
    font-size: 1.1em;
    font-weight:bold; 
    text-align: left;
    text-indent: 1; 
    background-color: #1a7aad;
  /*  border-top: 0px solid #564b47;*/
  /*  border-bottom: 1px solid #564b47;*/
    text-transform: uppercase;
    /*margin-top: 0px;*/
    padding: 6px 0px 0px 4px;    
    
    /*new*/
    margin-top: 5px;
	width: 100%;
}

#headerTitulo
{
	height:30px;
    font-size: 1.1em;
    font-weight:bold; 
    text-align: left;
    text-indent: 1; 
    background-color: #1a7aad;
    border-top: 0px solid #564b47;
    border-bottom: 1px solid #564b47;
    text-transform: uppercase;
    margin: 0px;
    padding: 6px 0px 0px 4px;  
    
}

#wrapper
{
    overflow:hidden;
    float:left;
}

#menu
{
    padding-bottom: 32767px;
	margin-bottom: -32767px;
	
    width: 200px;
    background-color:White;
    float: left;
}

#bulletList
{
    margin: 0px;
    padding: 6px 0px 0px 4px;   
}


#content2    
{
    margin-top:10px;
    margin-left: 210px;
    height:250px;
}

#footer
{
	clear:left;
    font-size: 1em;
    text-transform: uppercase;
    text-align: right;
    background-color: #1a7aad;
    border-top: 3px solid #564b47;
    border-bottom: 3px solid #564b47;
    margin: 0px;
    padding: 5px 15px 5px 15px;
}

h2
{
    font-size: 1.1em;
}

h3
{
    font-size: 1em;
}

h4
{
    font-size: .9em;
}


/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link
{
    color: #006699;
}

a:visited
{
    color: #330099;
}

a:hover
{
    text-decoration: underline;
}

a:active
{
    color: green;
}


.modalWindow
{
	margin:0px;
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.centerWindow
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.centerWindow img
{
    height: auto;
    width: auto;
}