/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

.clear {
	clear:both;
}

body, html {
	background:#FFF;
	font:12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

#pagewidth {
	width:750px;
	padding:0px;
	margin:0px auto 0px auto;
}

#header {
	background:url(bg_header.gif) top right no-repeat;
}

	#header H1 A {
		background:url(logo_ocasioncar.gif) 20px center no-repeat;
		display:block;
		width:212px;
		height:58px;
		text-indent:-1500px;
		overflow:hidden;
	}

	#header #buscador {
		margin-top:5px;
		margin-bottom:5px;
		text-align:right;
	}
	
	#menu {
		background:#f5d206;
	}
	
		#menu ul {
			padding: 7px 0px 2px 1px;
			margin: 0;
			list-style-type: none;
			width: 100%;
			text-align: center;
			font-size:14px;
			font-weight:bold;
			text-transform:uppercase;
		}
		
		#menu li { display: inline; }
		
		#menu li a {
			text-decoration: none;
			color:#666;
			padding: 3px 20px 0px 20px;
			border-bottom:#f5d206 2px solid;
		}
		
		#menu li a:hover, #menu li a.active {
			color: #006;
			border-bottom:#006 2px solid;
		}	
		
#main {
	border:#f5d206 2px solid;
	padding:1px;
}

	#main #inn {
		border:#f5d206 1px solid;
		padding:10px;
	}
	
	#main TH {
		text-align:left;
		background:#f5d206;
		padding:2px;
		color:#333;
	}
	
	#main TD {
		padding:2px;
	}
	
	#main .text H2 {
		font-size:14px;
		color:#666;
	}
	
	#main .text P  {
		text-align:left;
		margin-bottom:14px;
	}
	
	#main .text H3 {
		text-align:left;
		font-size:14px;
		font-weight:bold;
		margin-bottom:10px;
		color:#666;
		text-transform:uppercase;
		}
		
		
	#main .text UL {
		margin-left:50px;
		width:350px;
		font-size:12px;
	}
	
	#main .text UL STRONG {
		color:#FC0;
	}

	#submenu {
		background:#FFF4CC;
		font-size:11px;
	}
	
		#submenu H2 {
			padding:4px;
			font-size:12px;
			font-weight:bold;
			text-transform:uppercase;
			background:#FFE074;
			color:#333;
		}
		
		#submenu IMG {
			border:#000 1px solid;
		}
		
		#submenu P {
			padding:5px;
		}
		
		#submenu A.ir {
			display:block;
			background:url(arrow_ir.gif) center right no-repeat;
			padding:5px;
			text-align:right;
			padding-right:28px;
			font-size:12px;
			font-weight:bold;
			color:#666;
			text-decoration:none;
		}
		
		#submenu A.ir:hover {
			color:#009;
			background:url(arrow_ir-hover.gif) center right no-repeat;
		}
		
		
	INPUT {
		font:12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
		width:170px;
		border:#000 1px solid;
		padding:2px;
	}
		
	.submit {
			background:#f5d206;
			width:120px;
			cursor:pointer;
			text-transform:uppercase;
	}

#footer {
	color:#666;
	font-size:9px;
	text-align:center;
	margin:5px;
}