body{
	margin:0;
	padding:0;
	background-color: #00A4E4;
	text-align: center;
}
#contenedor{
	background-color: #ffffff;
	width:800px;
	margin: 0 auto 0 auto;
	text-align: left;
	
}

	#cabecera_home{
		width: 800px;
		height:333px;
		margin: 0;
		padding:0;
		background-image: url(images/cabecera_menu.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}

	#cabecera_ventajas{
		width: 800px;
		height:333px;
		margin: 0;
		padding:0;
		background-image: url(images/cabecera_menu.jpg);
		background-repeat: no-repeat;
		background-position: 0 -334px;
	}

	#cabecera_codigo{
		width: 800px;
		height:333px;
		margin: 0;
		padding:0;
		background-image: url(images/cabecera_menu.jpg);
		background-repeat: no-repeat;
		background-position: 0 -668px;
	}



	
#menu{
	height:35px;
	
}

#menu ul{
	margin: 0;
	padding: 211px 0 0 55px  ;
	
}

#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{
background-image: url(images/pie_body.jpg);
		background-repeat: no-repeat;
height: 30px		

}


/*******Interiores********/
#contenido_home{
	width: 740px;
	background-image: url(images/back_body.jpg);
	background-repeat: repeat-y;
	padding: 0 30px 0 30px;
}


#contenido_productos{
	width: 740px;
	background-image: url(images/back_body.jpg);
	background-repeat: repeat-y;
	padding: 0 30px 0 30px;
}


#contenido_codigos{
	width: 740px;
	background-image: url(images/back_body.jpg);
	background-repeat: repeat-y;
	padding: 0 30px 0 30px;
}
