﻿/* CSS Document */

body {
    margin: 0px;
	font-size:101%;
	background-color: #111b8e;
	background-repeat:repeat;
	overflow: hidden;
}
#box { width: 800px; 
       height: 350px; 
       font-family: Arial, Helvetica, sans-serif; 
	   font-size:80%;
       font-weight: normal; 
       font-style: normal; 
       font-variant: normal; 
       background-color: #111b8e;
       margin-left: auto;
       margin-right: auto; 
}
#flash_head {
	   width: 800px; 
       height: 200px;
       background-image:url('../images/background3.jpg');
       background-repeat:no-repeat;
}
#navegation {
	   width: 800px; 
       height: 25px;
	   margin:0px;
	   background-color: #d19696;
}
#information {
	   width: 800px; 
       height: 25px;
	   margin:0px;
}
#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:105%;
       color:black;
       margin-top:30px;
       margin-left:auto;
       margin-right:auto;
}
#main_info2 {
	   width:800px;
	   height: 299px;
       font-size:105%;
       color:black;
}
#copyright {
	   width:800px;
	   height: 20px;
       font-size: .8em;
       color:black;
       float:left;
       margin-top:45px;
}
#copyright2 {
	   width:800px;
	   height: 20px;
       font-size:105%;
       color:black;
       float:left;
}
div#content ul {
       font-size: .8em;	
       margin: 0 2em 2em 2em;	
       padding: 0;	
       list-style: none;	
}			  
div#content ul li {	
       margin: 2px 0 2px 0;	
       padding: 0 0 0 5px;	
       line-height: 1.5em;	
       background-repeat: no-repeat;	
       background-position: 0 4px;	
}
a:link {text-decoration: none; color: #CCCCCC;}
a:visited {text-decoration: none; color:#999999;}
a:active {text-decoration: none; color:#999999;}
a:hover {text-decoration: underline; color: gray;}
a img {border:none;}