* { margin: 0; padding: 0; }

	.fixed:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.fixed{ display:block;}
	/*  \*/
	.fixed{
		min-height:1%;
		}
	* html .fixed{
		height:1%;
		}

body
{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
background-color: #F94F51;
	color: #000; 
	font: 14px Arial, Verdana, Georgia, "Times New Roman", Times, serif;
	
}

	a { 
		color: #09C; 
		text-decoration: none;  
	}
	img{ border:none;}
	a:hover {
		color: #200;
		text-decoration:underline;
		}

/*-------[     ]---------*/

#wrap{
	width:780px;
	
	margin:0 auto;
	border: 3px solid  #C00; border-top:none; border-bottom:none;
	padding:0 40px 0 40px;
	
	background-color:#fff;	
}




#header{ position:relative; height:330px; }

	#logo{
	position:absolute;
	left:9px;
	z-index:99;
	width:484px;
	height:61px;
	
	}
		#logo a img{ border:none;}
		#logo h1{ line-height:30px; text-align:center; font-size:38px; margin-top:50px; }
		#logo h1 a { text-decoration:none; color:#111;  letter-spacing:-2px; }
		

	#nav ul
	{
	position:absolute;
	top:75px;
	right:27px;
	padding:0;
	list-style: none;
	width: 705px;
	}
		#nav li{ display: inline; }
			#nav a
			{ 
				display: block; 
				float: left;
				padding:5px 10px 5px 10px; 
			   
				font-family: "Verdana", Arial, Helvetica, sans-serif; color: #036;
				text-transform:uppercase; text-decoration:none; font-weight:bold; font-size:12px; 
			}
			
				#nav a:hover{ color:#F00; }
				#nav .active a{  background-color:#ff0a0a; color:#FFFFFF; }	
				#nav .active a:hover{ text-decoration:none; }
				
	
	#header-img
	{
	position:absolute;
	top:90px;
	height:230px;
	width:770px;
	border-left:none;
	border-right:none;
	padding: 5px;
		}

	#breadcrumbs{
	position:absolute;
	top:350px;
	left:8px;
	font-size:12px;
	width: 459px;
}




#main{ padding:7px;}

	
	#sidebar{ float:left; width:190px; height:350px;
			  padding:20px 5px 0 5px; background:#fff url(img/colt-sidebar.jpg) no-repeat top right;
	}
		#sidebar p{ margin-bottom:5px; padding:0 20px 0 10px; text-indent:15px; line-height:16px; text-align: justify; }
		
		#sidebar h3{ width:90%; margin:10px auto; border-bottom:1px solid #b9b9b9; text-align:center; font-size:16px; }
		
		#sidebar img{   }
		
		#date-firma p{ margin-top:10px; padding:0 30px 0 15px; font-size:11px; text-indent:0; }
		
		.subnav { width:170px; }
	
			.subnav ul { border-top: 1px solid #ececec; padding: 0; }
			
			.subnav li { margin: 0; border-bottom: 1px solid #ececec; list-style: none; }
			
				.subnav li a 
				{ 
					display: block; padding: 5px 15px 5px 10px;
					 color:#000; font-size: 14px; text-decoration: none; text-align:left;	
				}
				
					.subnav li a:hover 
					{
						 background:#ff0808 url(img/bg-subnav-hover.gif) no-repeat right center;
						text-decoration:none; color:#fff;	 
					}
					
					.subnav a.selected 
					{ 
						background:#ff0808 url(img/bg-subnav-selected.gif) no-repeat right center;
						text-decoration:none; color:#fff; font-weight:bold;
					}
					

	
	#content
	{ 
		width:550px; float:right;
		padding:10px 5px 0 5px;
	}
	
		#content h1{
				 margin: 0 0 15px 0; border-bottom: 1px solid #b9b9b9; padding: 0px 0 2px 0px;
				 font: normal 32px "Tahoma", Arial, Helvetica, sans-serif; color: #f00; 
				 text-indent:15px; letter-spacing:-1px;	
		}
		
		#content h2{
		margin: 0 0 15px 0; border-bottom: 1px solid #b9b9b9; padding: 5px 0 2px 0px;
		font: normal 16px "Verdana", sans-serif; color: #036;
		text-indent:15px;	
		}
		
			
		#content p{ 
		        margin: 0 15px 10px 15px;
				padding: 0;
				color: #000; line-height: 20px; text-align:left; 
		}
		
		#content ul{
			list-style:square;
			font-family: Geneva, sans-serif;
			font-size: 14px;	
			margin: 5px  15px 5px 35px;
			padding: 0;
			color:#06F; line-height:16px;
		}
		
			#content ul li{ 
			margin-bottom:8px;
			}
			
		#content img{ display: block; clear: both; padding: 3px; background: #e5e5e5; }
				
			.imgfloatleft{ float:left; margin:10px; position:relative; }
			.imgfloatright{ float:right; margin:10px; position:relative; }
			
		.notice { border: 1px solid #f2ec49; background: #fffdcb; padding:20px; margin-bottom:15px; }
		
		
	
/* FOOTER */
#footer{ margin-top:10px; border-top:1px solid #ddd; padding:10px 7px 20px 7px; }
	
	#footer p{ margin-bottom:3px; font-size:12px;}
	#footer p.madeby a{ color:#000; }
	
/* FORMS */
fieldset {
	margin: 0 5px 10px 0px;
	padding: 2px;
	border: 1px dotted #ccc;
	
	background-color: #fff;
} 
legend { background-color:#000000; color:#FFFFFF; text-transform:uppercase; padding:3px; margin-left:10px; }
form p { margin: 5px 0 0 0; }
label {  text-align:right; margin-right:10px; display:block; width:140px; float:left; clear:both; font-weight:bold; }
input.text { width:225px; } 
textarea { width: 400px; margin: 5px 15px 15px 15px; }  

/* TABLES */

table   { margin-bottom: 15px; }
th      { border-bottom: 1px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }




	
