﻿/* CSS Document */

body {
    margin: 0px;
	font-size:101%;
}
#box { width: 800px; 
       height: 475px; 
       font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size:13px;
       background-color: white;  
       margin-left: auto;
       margin-right: auto; 
}
#flash_head {
	   width: 800px; 
       height: 200px;
       border-bottom: solid 1px #C9C9C9;
       background-image:url('../images/background3.png');
       background-repeat:no-repeat;
}
#navegation {
	   width: 800px; 
       height: 25px;
	   margin:0px;
	   border-bottom: solid 1px #C9C9C9;
	   background-color: #d19696;
}
#information {
	   width: 800px; 
       height: 25px;
	   margin:0px;
	   border-bottom: solid 1px #C9C9C9;
}
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: white;}

a img {border:none;}

#links {
	   width: 715px; 
       height: 15px;
       margin-left:auto;
       margin-right:auto;
       font-size:90%;
       text-align:center;
       color:white;
       padding-top:5px;
}
#links2 {
	   width: 180px; 
       height: 302px;
       font-size:90%;
       margin-top:5px;
       text-align:left;
       color:black;
       float:left;
}
#main_info {
	   width:751px;
	   height: 224px;
       font-size:13px;
       font-family: Verdana, Arial, Helvetica, sans-serif;
       color: #333333;
       margin-top:30px;
       margin-left:auto;
       margin-right:auto;


}
#main_info2 {
	   width:800px;
	   height: 450px;
       font-size:13px;
       font-family: Verdana, Arial, Helvetica, sans-serif;
       color: #333333;
}
#copyright {
	   width:800px;
	   height: 20px;
       font-size:105%;
       color:black;
       float:left;
       border-top: solid 1px #C9C9C9;
       margin-top:45px;

}
#copyright2 {
	   width:800px;
	   height: 20px;
       font-size:105%;
       color:black;
       float:left;
       border-top: solid 1px #C9C9C9;

}


