/* *** Generated by www.csscreator.com *** */
html, body{ 
 margin:0; 
 padding:0; 
 } 

	A 			{ color: #006600; text-decoration: none; cursor: crosshair;} 
	A:link		{ color: #006600; text-decoration: none; cursor: crosshair;} 
	A:visited	{ color: #006600; text-decoration: none; cursor: crosshair;} 
	A:active	{ color: #0066CC; cursor: crosshair; } 
	A:hover		{ color: #0066CC; cursor: crosshair; }

 

#pagewidth{ 
 width:100%; 
  min-width: 500px; 
  
} 
 
#header{ 
 height:75px; 
 width:100%; 
 background-color: #DDEEFF; /* header colour */ 
 } 
 
#centro{ 
 width:100%; 
 }  
 
#leftcol{
 width:100px;
 float:left; 
 position:relative 
 margin-left:-100px; 
 margin-right:1px; 
 }
 
#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 180px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #DDEEFF;   /* left column colour */ 
border-left-style: solid; 
background-color: #E6F5FF; /* center column colour */ 
width: auto;
 } 
 
#footer{
 height:75px; 
 width:100%; 
 background-color:#FFFFFF; 
} 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 }
 
#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 

#contenido {
	position: absolute;
	top:78px;
	left:180px;
	width:82%;
	height:544px;
	background-color:#E6F5FF;
	overflow:auto;
 }
 
 .text {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	font-weight: normal;
 	text-align: justify;
 	color: #009999;
 }


 .title {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
 	text-align: center;
 	color: #006600;

 }
 
hr {color: #FFFFFF}



.menu {
	position: absolute;
	top:78px;
	left:4px;
	width:174px;
	height:544px;
	background-color:#DDEEFF;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #006600;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
 }

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #006600;
	z-index: 2;
	position: absolute;
	visibility: visible;
	height: 20px;
	width: 150px;
	left: 10px;
	top: 558px;
	text-align: center;
}

 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}
