/*******************************/
/****** CSS AGRIMOTO       *****/
/******     GENERAL         ****/
/*******************************/


body{
	position: relative;
	left: 0px;
	
	width:840px;
	
	margin: 0px auto;
	padding: 0px;
	
	/*scrollbar-3dlight-color: #4f4c33;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #4f4c33;
	scrollbar-highlight-color: #4f4c33;
	scrollbar-shadow-color: #4f4c33;
	scrollbar-track-color: #FFFFFF;*/
	
	color:white;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	
	/*background-image: url(../imagenes/piaggio.jpg);
	background-repeat:no-repeat;*/
	
	background-image: url(../imagenes/img_fondo.jpg);
	background-repeat:repeat-y;
	
	background-color:white;
}


a{
	color:white;
	text-decoration:none;
}



/********  CONTENEDOR con Imagen de fondo********/

	#contenedor{
		position:relative;
		float:left;
		
		width:776px;
		/*height:1026px;
		
		background-color:cyan;*/
	}



	
	#icn_casas{
		position:absolute;
		
		/*float:right;
		margin-top:30px;
		margin-right:40px;
		*/
		
		top:25px;
		right:25px;
		
		/*width:162px;*/
		width:262px;
		height:51px;
		
		
		/*background-color:cyan;*/

	}

	.icn{
		position:relative;
		float:left;
		
		width:84px;
		height:49px;
		
		margin-right:02px;
/*	background-color:cyan;	*/
	}


	.png_tel{
		position:absolute;
		
		top:0px;
		right:04px;
		
		z-index:10;
		behavior: url("/css/pngbehavior.htc");
	

	}


	#botones{
		position:absolute;
		
		/*float:right;
		margin-top:30px;
		margin-right:40px;
		*/
		
		top:90px;
		left:10px;
		
		width:352px;
		height:51px;
		
		/*background-color:yellow;		*/
	}
	
	#opc1{
		position:relative;
		float:left;
		
		width:163px;
		height:28px;
	}
	
	#opc2{
		position:relative;
		float:left;
		
		width:90px;
		height:28px;
	}
		
	
	#opc3{
		position:relative;
		float:left;
		
		width:63px;
		height:28px;
	}
	
	.barra{
		position:relative;
		float:left;
		
		width:02px;
		height:26px;
		
		margin-left:07px;
		margin-right:05px;
		
	}


	#cuerpo{
		position:relative;
		float:left;
		
		width:776px;
		/*height:695px;*/
		z-index:0;
	}

	#menu {
		position:absolute;
		visibility:hidden;
		top:127px;
		left:0px;
		
		width:188px;
		height:271px;
		
		z-index:100;/**/
		
		padding:10px;
		
		color: white;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		
		
		
		/*background-color:blue;	*/
	}
	
	#menu a{
		position:relative;
		float:left;
		padding-left:10px;
		z-index:30;
		color:white;
		text-transform:uppercase;
	}
	
	#menu a:link,#menu a:active{
		position:relative;
		float:left;
		padding-left:10px;
		z-index:30;
		color:white;
	}

	#menu a:hover{
		position:relative;
		float:left;

		z-index:30;
		color:yellow;
	}
		
			
	.png_menu{
		/*position:relative;
		float:left;*/
		
		position:absolute;
		
		top:0px;
		left:10px;
		
		/*background-color:red;*/
		
		z-index:3;
		
		behavior: url("/css/pngbehavior.htc");/**/
	
	}


.estirador{
	position:relative;
	float:left;
	width:1px;
	height:420px;
}
	
	
	
#icn_ofertas{
	position:absolute;
	/*top:-60px;
	left:485px;*/
	
	top:0px;
	right:-40px;
	
	width:67px;
	height:67px;
	
	behavior: url("/css/pngbehavior.htc");/**/

}
	
#titulo{
	position:relative;
	float:left;
	
	width:680px;
	height:20px;
	
	margin-left:20px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
}


.png{
	height:19px;
	behavior: url("/css/pngbehavior.htc");/**/

}

#btn_formulario{

	/*position:relative;
	float:left;*/
	position:absolute;
	
	top:326px;
	left:0px;
	
	width:540px;
	height:32px;
	


/*background-color:yellow;*/

}


.png_pestana_ficha{
	position:relative;
	float:right;
	
	
	width:130px;
	height:32px;
	
	margin-left:05px;
	behavior: url("/css/pngbehavior.htc");/**/
}

.volver{
	position:relative;
	float:right;
	
	width:70px;
	height:39px;
	margin-top:-40px;
	color:#00395e;

}	

/**Para Vehiculos.asp y Marca.asp*/
.volver1{
	position:relative;
	float:right;
	
	width:70px;
	height:39px;
	margin-top:-40px;
	margin-right:-07px;
	color:#00395e;
	cursor:hand;
	
}
	


/**** TEXTO DE QUIENES SOMOS ****/
	#textoSomos{
		position:relative;
		float:left;
		
		width:650px;
		padding-left:40px;
		margin-top:40px;
		text-align:justify;
	/*background-color:yellow;	*/
		
	}




/********* CRÉDITOS de SGA *********/

	.creditos{
		position: relative;
		float: right;
		
		text-align: right;
		text-decoration: none;
		
		margin-top:0px;
		margin-right:70px;	
		
		color: #afb2a1;
		font-size: 9px;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		
		
		/*background-color:yellow;*/
		
	}
	
	a.creditos:link,a.creditos:visited,a.creditos:active{
		position: relative;
		float: right;
		
		margin-right:70px;	
		
		text-align: right;
		text-decoration: none;
		
		color: #afb2a1;
		font-size: 9px;
		font-family: Verdana, Helvetica, Arial, sans-serif;
	}
	
	a.creditoscreditos:hover{
		text-decoration:none;
	}

