body{
	margin:0;
	padding:0;
	
	
	text-align: center;
}
#contenedor{
	width:800px;
	margin: 0 auto 0 auto;
	text-align: left;
	border-left: #005883 1px solid;
	border-right: #005883 1px solid;
	border-bottom: #005883 1px solid;
}

	#cabecera_home{
		width: 800px;
		height:227px;
		margin: 0;
		padding:0;
		background-image: url(images/back_cabecera_menu.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}

	#cabecera_productos{
		width: 800px;
		height:227px;
		margin: 0;
		padding:0;
		background-image: url(images/back_cabecera_menu.jpg);
		background-repeat: no-repeat;
		background-position: 0 -227px;
	}

	#cabecera_innovacion{
		width: 800px;
		height:227px;
		margin: 0;
		padding:0;
		background-image: url(images/back_cabecera_menu.jpg);
		background-repeat: no-repeat;
		background-position: 0 -454px;
	}



	#cabecera_tabla{
		width: 800px;
		height:227px;
		margin: 0;
		padding:0;
		background-image: url(images/back_cabecera_menu.jpg);
		background-repeat: no-repeat;
		background-position: 0 -681px;
	}

#menu{
	height:35px;
}

#menu ul{
	margin: 0;
	padding: 181px 0 0 20px  ;
	
}

#menu ul li{
	display: inline;
	margin: 0;
	padding:0;
	padding-right: 25px;
	
}

#menu ul li a{ 
	font-family: verdana;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}


#menu ul li a:hover{ 
	color: #005883;
}


#contenido{

}


#pie{

}


/*******Interiores********/
#contenido_home{
	width:800px;
	background-image: url(images/back_home.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
	
}
#contenido_biactiv_azul{
	height: 369px;
	background-color: #005883;
}

#contenido_blanco{
	background-image: url(images/back_biactiv_blanco.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding-top: 20px;
}



#contenido_productos{

background-image: url(images/back_productos.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}


#contenido_innovacion{
	background-image: url(images/back_inno.jpg);
	background-repeat: no-repeat;
	
}

#inno_productos{

	margin-left: 20px;
	background-image: url(images/back_descubra_gama.jpg);
	background-repeat: no-repeat;
	padding: 63px 0 20px 60px; 

}

#contenido_codigos{

	padding-left: 30px;
}
