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

#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 1022px;
	border-left: solid 1px #bfbfbf; 
	border-right: solid 1px #bfbfbf;
	border-bottom: solid 1px #bfbfbf;
	background-color: #f7f4ef;
}

#header {
	background-image: url(../Images/WebTecnofarma_02.png);
	background-position: -1px -1px;
	background-repeat: no-repeat;
	height:359px;
	width: 1022px;
}

#menu{
	background-image: url(../Images/background_menu.jpg);
	width: 1022px;
	height:30px;
	background-repeat: repeat-x;
}

#content{
	background-image: url(../Images/WebTecnofarma_01.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 172px;
}

#footer{
	background-image: url(../Images/WebTecnofarma_03.png);
	background-repeat: no-repeat;
	height: 237px;
	color: #3490dd;
}

/*botones Menu*/

.boton_menu{
	height: 30px;
	float: left;
	margin-left: 15px;
	cursor: pointer;
}

#inicio{
	background-image: url(../Images/inicio.jpg);
	background-repeat: no-repeat;
	width: 59px;
	
}

#lista{
	background-image: url(../Images/Listadeprecios.jpg);
	background-repeat: no-repeat;
	width: 109px;
	
}

#condiciones{
	background-image: url(../Images/cond_comer.jpg);
	background-repeat: no-repeat;
	width:163px;
	
}

#oportunidad{
	background-image: url(../Images/Oportunidad_laboral.jpg);
	background-repeat: no-repeat; 
	width: 149px;
}

#contacto{
	background-image: url(../Images/Contacto.jpg);
	background-repeat: no-repeat;
	width: 80px;
}

#mail{
	background-image: url(../Images/email.jpg);
	background-repeat: no-repeat; 
	width:61px;
}

#iticket{
	background-image: url(../Images/iticket.jpg);
	background-repeat: no-repeat; 
	width:109px;
}
/*Contact Form*/

#contact_form{
	background-color: #f7f4ef; 
}
