/* CSS Document */
*{
	margin:0;
	padding:0;}
	
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
	
a{
	color:#29abe2;
	text-decoration:underline}

a:hover{
	text-decoration:none;}

	
hr{
	border: 0;
	width: 100%;
	color:#f2f2f2;
	background-color:#f2f2f2;
	height:1px;}
	
h1{
	color:#000;
	font-size:24px;
	font-weight:normal;}
	
#main{
	background:url(../img/header.jpg) repeat-x center top;}
	
#innermain{
	background:url(../img/header_bck.jpg) repeat-x center top;}

	#header{
		margin:0 auto;
	}
		#menu a{
			text-decoration:none;
			text-transform:uppercase;
			font-size:18px;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
			
		#menu a:hover{
			color:#003052;
			text-decoration:none;}
	
	#banner{
		background:url(../banner/back.jpg) no-repeat center top #1f4e78;
		}
		
	#banner_container{
		margin:0 auto;
		width:1025px;
		height:515px;
		}
	
	#container_one{	
		margin:0 auto;
		height:300px;
		width:1025px;
		}
		
	.line_one{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:24px;
		margin:20px 0 10px 0;
		color:#000;
		text-align:center;
		}
		
	.line_two{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight:normal;
		color:#000;
		font-size:18px;
		text-transform:uppercase;
		margin-bottom:10px;
		text-align:center;
		}
		
	.line_three{
		color:#999;
		font-size:15px;
		font-family: 'Open Sans', sans-serif;
		margin-bottom:20px;
		text-align:center;		
		}
		
	#container_one h1{
		text-align:left;
		margin:20px 0 0 0;
		font-family: 'Open Sans', sans-serif;
		color:#127eb3;
		font-size:24px;
		}
		
	#container_one ul{
		padding-top:40px;
		}
		
	#container_one ul li{
		display:inline;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		margin-right:40px;
		}
	
	#container_two{
		background:url(../img/line_container2.jpg) repeat-x center top;
		}
		
	#main_container_two{
		width:1025px;
		margin:0 auto;
		height:400px;
		padding-top:57px;
		}
	
	#main_container_two h2{
		font-family: 'Open Sans', sans-serif;		
		font-size:24px;
		font-weight:lighter;
		}
		
	#main_container_two hr{
		width: 100%;
	}
		
	.columna1{
		float:left;
		width:320px;
		}
		
	.columna1 h2, .columna2 h2, .columna3 h2 {
		margin-top:20px;}
		
	.columna1 p{
		font-size:14px;
		text-transform:uppercase;
		color:#999;
		margin-bottom:30px;
		margin-top:5px;
		}
	
	.columna1 p a{
		text-decoration:none;
		color:#999;
		
		}
		
	.columna1 p a:hover{
		text-decoration:underline;}
	
	.columna2{
		float:left;
		width:300px;
		margin:0 20px 0 40px;;
		}
		
	.columna2 ul li a{
		text-decoration:none;
		}
	
	.columna2 ul li a:hover{
		text-decoration:none;
		color:#036;
		}
		
	.columna2 h2{
		margin-bottom:20px;}
		
	.columna2 li{
		line-height:30px;
		background:url(../img/arrow.png) no-repeat center left;
		padding-left:20px;}
		
	.button_blue {
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00a6d4), color-stop(1, #b9e6fa) );
		background:-moz-linear-gradient( center top, #00a6d4 5%, #b9e6fa 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a6d4', endColorstr='#b9e6fa');
		background-color:#00a6d4;
		-moz-border-radius:12px;
		-webkit-border-radius:12px;
		border-radius:12px;
		border:1px solid #a2cce2;
		display:inline-block;
		color:#ffffff;
		font-family:Trebuchet MS;
		font-size:12px;
		font-weight:bold;
		padding:11px 10px;
		text-decoration:none;
		text-transform:uppercase;
		text-shadow:1px 1px 0px #858585;
		margin-top:30px;
		float:right;		
		}
		
	.button_blue:hover {
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b9e6fa), color-stop(1, #00a6d4) );
		background:-moz-linear-gradient( center top, #b9e6fa 5%, #00a6d4 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9e6fa', endColorstr='#00a6d4');
		background-color:#b9e6fa;
		}
		
	.button_blue:active {
		position:relative;
		top:1px;
		}
	
	.columna3{
		float:right;
		width:320px;
		}
		
	.columna3 p{
		text-align:justify;
		line-height:20px;}
		
	.columna3 p.texto_uno{
		color:#999;
		margin:20px 0;}
	
	#divider{
		width:1025px;
		margin:0 auto;
		height:5px;
		margin-bottom:25px;}
	
	#footer{
		margin:0 auto;
		height:320px;
		background:url(../img/footer.jpg) repeat-x center bottom;
		}
		
	#footer a{
		text-decoration:none;
		color:#e6e6e6;
		}
		
	#footer a:hover{
		text-decoration:underline;
		}
		
	#footer_main{
		width:1025px;
		margin:0 auto;
		padding-top:20px;
		color:#e6e6e6;
		background:url(../img/footer_back.png) no-repeat bottom left;
		height:274px;

		}
		
	#footer_main h1, #footer_main h2 {
		margin-top:20px;
		color:#FFF;
		}
		
	#footer_main h2{
		font-size:12px;
		color:#CCC;
		font-weight:normal;
		}
		
	#footer_main h1{
		font-family: 'Open Sans', sans-serif;		
		font-size:24px;
		font-weight:lighter;
		}
				
	.columnaf1{
		float:left;
		width:320px;
		font-size:11px;
		}
		
	#logo_lil{
		margin:0 auto;
		width:105px;
		height:102px;
		background:url(../img/logo_lil.png) no-repeat center center;
		margin-top:20px;
		margin-bottom:20px;
		}
		
	.columnaf2{
		float:left;
		width:300px;
		margin:0 20px 0 40px;;
		}
		
	.columnaf2 p{
		margin-left:20px;
		line-height:20px;
		}
		
	.columnaf3{
		float:right;
		width:320px;
		}
		
	.columnaf3 ul{
		margin-top:20px;}
		
	.columnaf3 ul li{
		line-height:30px;
		background:url(../img/arrow_gray.png) no-repeat left center;
		padding-left:20px;
		}
		
	table{
		width:100%;
		margin-top:15px;}
		
	td.imagenes{
		width:44px;}
		
	td.desc{
		padding-left: 15px;
		text-transform:uppercase;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;}
		
/*LEVEL 2*/

	#main_content{
		background:url(../img/line_container2.jpg) repeat-x center top;
		}

	#main_content_inner{
		width:1025px;
		margin:0 auto;
		font-size:13px;
		color:#333333;
		line-height:30px;
		}
		
#content ul{
	list-style: inside;
	line-height:40px;
	color:#29abe2;}
	
#content ul li{
	padding:0 0 8px 0;
	border-bottom:1px solid #E7E6E6;
	}
	
#content ul li.lastern{
	border-bottom:none;}
	
/*LEVEL 3*/

#inline_content, #t2, #t3, #t4, #t5, #t6, #t7, #t8, #t9, #t10{
	padding:10px;
	line-height:20px; 
	background:#fff;
	color:#999;}
	
#inline_content h1, #t2 h1, #t3 h1, #t4 h1, #t5 h1, #t6 h1, #t7 h1, #t8 h1, #t9 h1, #t10 h1{
	font-size:24px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:20px;
	font-weight:normal;
	text-transform:uppercase;
	}
	
.linethorn{
	color:#29abe2;}
	
.tabhead{
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	background-color:#666666;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	text-align:center;
	table-layout:auto;
	vertical-align:middle;
	text-transform:uppercase;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	}
	
.innertitle{
		font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	background-color:#666666;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	text-align:center;
	table-layout:auto;
	vertical-align:middle;
	text-transform:uppercase;
	}
	
#list_left{
	float:left;
	width:40%}
	
#list_right{
	float:right;
	width:40%}
	
.lighterest{
	color:#666666;
	background-color:#F7F7F7;
	}

.darkenest{
	color:#666666;
	background-color:#E8E8E8;
	}
	
table.smaller{
	font-size:10px;}
	
ul.listamentos{
	list-style:inside;
	}
	
ul.listamentos li:hover{
	color:#333;}
	
.cotizador{
	float:none;}
	
.nonas{
	background-color: #FFF;}