#name { 
	/*	visibility:hidden;*/
		position:absolute;  
		top: 50%;  
		left: 50%;
		    margin-top: -304px; /*set to a negative number 1/2 of your height*/  
		    margin-left: -300px; /*set to a negative number 1/2 of your width*/  
			width:600px;height:608px;color:#ddd;
		
		background-image:url('images/red-provincial.png') ;
		text-align: center;
	}
	
		body{
			font-family: serif,sans-serif,Tahoma;
			background-color: #fdeabb;
			/*background: #fdeabb url('images/Carbon_1.jpg') ;*/
			/*background: #28282a url('maderao.jpg') ;*/
			/*background: #DDD url('fondo madera 2.jpg');*/
		
			
		}
		
		h1{
			font-size: 30px;
		}
		
		/*.shadow { position:relative; display:block; color:#fff; }
		.shadow #titulo { position:absolute; display:block; top:0px; }
		.shadow:before { display:block; padding:1px; content: attr(title); color:#666; }*/
		
		
		
		#titulo{
		visibility:hidden;
		margin-top:260px;
		margin-bottom:20px;
		color:#c5c9d8;
		text-shadow: 0px 1px 0px #000;
	
		
		}
		
		
		div.searchbox {
			position: relative;
		    background: url("images/campos.png") no-repeat scroll 0 0 transparent;
		    height: 54px;
		    margin-left: 120px;
			margin-top:10px;
		    padding: 0;
		    width: 358px;
			text-align: left;
		}
		
		div.searchbox:hover {
		    background: url("images/campos.png") no-repeat scroll 0 -55px transparent;
		  	
		}
		
		.dentro{
			    background: url("campos.png") no-repeat scroll 0 -54px transparent;

		
		}
		
		input.searchfield{
			
			font-weight: normal;
			font-family: Arial;
			font-size: 20px;
			color:#000000;
			padding-top:15px;
			border: 0px solid #999;
			margin-left:10px;
			
			
			background: none repeat scroll 0 0 transparent;
		    border: medium none;
		    
		    float: left;
		    
		    
		    outline: medium none;
		    
		    width: 290px;
			
			
		}
		.login{
			visibility:visible;
			width:40px;
			height:50px;
			background: url("images/lock.png") no-repeat scroll transparent;
		}
		
		.top-place{
			opacity: ; position:absolute;margin:18px 0 0 140px;z-index:20;font-size:20px;
		}
		
		.bottom-place{
			opacity: ;position:absolute;margin:80px 0 0 140px;z-index:20;font-size:20px
		}
		
		.myButton input {
		background:url(images/lock.png) no-repeat transparent;
		cursor:pointer;
		cursor:hand; /* ie 5 */
		margin-top:5px;
		width: 50px;
		height: 50px;
		border: none;
		}
		
		#cokkie{
			text-align: center;
			padding: 7px;
			font-weight: normal;
			font-size: 12px;
			/*margin-top:280px;*/
			color:#fff;
			/*text-shadow: 0px 1px 0px #fff;*/
		}
		
		form{
			margin-top:20px;
		}